diff options
author | Sam James <sam@gentoo.org> | 2021-11-19 17:43:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-19 17:44:56 +0000 |
commit | 5b77fd1bbef0fc017b2d8a077a90d88f94c3a325 (patch) | |
tree | 0a077510ee88c00cfc1f6e85e5699359f0075ae1 /games-strategy | |
parent | dev-db/percona-xtrabackup-bin: flip libxcrypt[compat] dep order (diff) | |
download | gentoo-5b77fd1bbef0fc017b2d8a077a90d88f94c3a325.tar.gz gentoo-5b77fd1bbef0fc017b2d8a077a90d88f94c3a325.tar.bz2 gentoo-5b77fd1bbef0fc017b2d8a077a90d88f94c3a325.zip |
games-strategy/knights-demo: flip libxcrypt[compat] dep order
Help Portage resolve dependencies a bit easier.
Bug: https://bugs.gentoo.org/814335
Bug: https://bugs.gentoo.org/822849
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/knights-demo/knights-demo-1.32-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-strategy/knights-demo/knights-demo-1.32-r3.ebuild b/games-strategy/knights-demo/knights-demo-1.32-r3.ebuild index 30df2b2f322b..d329b09274d5 100644 --- a/games-strategy/knights-demo/knights-demo-1.32-r3.ebuild +++ b/games-strategy/knights-demo/knights-demo-1.32-r3.ebuild @@ -36,8 +36,8 @@ RDEPEND=" >=x11-libs/libXext-1.3.2[abi_x86_32(-)] >=x11-libs/libXi-1.7.2[abi_x86_32(-)] || ( - sys-libs/glibc[crypt(+)] sys-libs/libxcrypt[compat] + sys-libs/glibc[crypt(+)] ) " |