Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/knights-demo/
Date: Wed, 30 Jun 2021 18:40:52
Message-Id: 1625078399.df67d7a2a65bddddf064943dd32973d71e1053a2.sam@gentoo
1 commit: df67d7a2a65bddddf064943dd32973d71e1053a2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 30 18:39:59 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 18:39:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df67d7a2
7
8 games-strategy/knights-demo: add missing libcrypt compat dependency
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../{knights-demo-1.32-r2.ebuild => knights-demo-1.32-r3.ebuild} | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/games-strategy/knights-demo/knights-demo-1.32-r2.ebuild b/games-strategy/knights-demo/knights-demo-1.32-r3.ebuild
16 similarity index 96%
17 rename from games-strategy/knights-demo/knights-demo-1.32-r2.ebuild
18 rename to games-strategy/knights-demo/knights-demo-1.32-r3.ebuild
19 index 0fab85fe334..30df2b2f322 100644
20 --- a/games-strategy/knights-demo/knights-demo-1.32-r2.ebuild
21 +++ b/games-strategy/knights-demo/knights-demo-1.32-r3.ebuild
22 @@ -35,6 +35,10 @@ RDEPEND="
23 >=x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)]
24 >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
25 >=x11-libs/libXi-1.7.2[abi_x86_32(-)]
26 + || (
27 + sys-libs/glibc[crypt(+)]
28 + sys-libs/libxcrypt[compat]
29 + )
30 "
31
32 # RDEPEND+=" ${DYNAMIC_DEPS}"