diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-01-23 21:23:05 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-01-23 21:26:39 +0100 |
commit | 933c36eef3c06a280bfe657d420ecf8887b58f43 (patch) | |
tree | 525c3bbf3588fbdbeb812abae368ca2368203f03 /net-misc/nxplayer | |
parent | games-strategy/knights-demo: Update glibc dependency (diff) | |
download | gentoo-933c36eef3c06a280bfe657d420ecf8887b58f43.tar.gz gentoo-933c36eef3c06a280bfe657d420ecf8887b58f43.tar.bz2 gentoo-933c36eef3c06a280bfe657d420ecf8887b58f43.zip |
net-misc/nxplayer: 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 'net-misc/nxplayer')
-rw-r--r-- | net-misc/nxplayer/nxplayer-7.6.2.4-r1.ebuild (renamed from net-misc/nxplayer/nxplayer-7.6.2.4.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/nxplayer/nxplayer-7.6.2.4.ebuild b/net-misc/nxplayer/nxplayer-7.6.2.4-r1.ebuild index 6c7c06277ceb..9ce1d6a5a12b 100644 --- a/net-misc/nxplayer/nxplayer-7.6.2.4.ebuild +++ b/net-misc/nxplayer/nxplayer-7.6.2.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ KEYWORDS="-* ~amd64 ~x86" RDEPEND=" || ( sys-libs/libxcrypt[compat] - sys-libs/glibc[crypt(+)] + sys-libs/glibc[crypt(-)] ) dev-libs/glib:2 dev-libs/openssl:0 |