commit: 933c36eef3c06a280bfe657d420ecf8887b58f43
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 20:23:05 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 20:26:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=933c36ee
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 <AT> gentoo.org>
.../nxplayer/{nxplayer-7.6.2.4.ebuild => nxplayer-7.6.2.4-r1.ebuild} | 4 ++--
1 file 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
similarity index 92%
rename from net-misc/nxplayer/nxplayer-7.6.2.4.ebuild
rename to 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