diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-01-23 21:22:00 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-01-23 21:26:36 +0100 |
commit | 362c836d0b36c25dc29510597b0c8b08568d90b1 (patch) | |
tree | 9a082345371e4430894eb03b3459509d323945e0 /games-strategy | |
parent | app-backup/tsm: Update glibc dependency (diff) | |
download | gentoo-362c836d0b36c25dc29510597b0c8b08568d90b1.tar.gz gentoo-362c836d0b36c25dc29510597b0c8b08568d90b1.tar.bz2 gentoo-362c836d0b36c25dc29510597b0c8b08568d90b1.zip |
games-strategy/knights-demo: Update glibc dependency
All glibc versions where missing crypt useflag indicated hard-enabled are gone.
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/knights-demo/knights-demo-1.32-r4.ebuild (renamed from games-strategy/knights-demo/knights-demo-1.32-r3.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/knights-demo/knights-demo-1.32-r3.ebuild b/games-strategy/knights-demo/knights-demo-1.32-r4.ebuild index 361d5eb8d117..e20308c14608 100644 --- a/games-strategy/knights-demo/knights-demo-1.32-r3.ebuild +++ b/games-strategy/knights-demo/knights-demo-1.32-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -37,7 +37,7 @@ RDEPEND=" >=x11-libs/libXi-1.7.2[abi_x86_32(-)] || ( sys-libs/libxcrypt[compat] - sys-libs/glibc[crypt(+)] + sys-libs/glibc[crypt(-)] ) " |