commit:     691f9ac81e19cae6e18e3133c38c4d4e50773c18
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 17:44:17 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 17:44:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=691f9ac8

net-misc/nxplayer: 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 <AT> gentoo.org>

 net-misc/nxplayer/nxplayer-5.1.24.1-r1.ebuild | 2 +-
 net-misc/nxplayer/nxplayer-7.6.2.4.ebuild     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/nxplayer/nxplayer-5.1.24.1-r1.ebuild 
b/net-misc/nxplayer/nxplayer-5.1.24.1-r1.ebuild
index f1044210529a..f367d114833e 100644
--- a/net-misc/nxplayer/nxplayer-5.1.24.1-r1.ebuild
+++ b/net-misc/nxplayer/nxplayer-5.1.24.1-r1.ebuild
@@ -22,8 +22,8 @@ RDEPEND="
        dev-libs/glib:2
        dev-libs/openssl:0
        || (
-               sys-libs/glibc[crypt(+)]
                sys-libs/libxcrypt[compat]
+               sys-libs/glibc[crypt(+)]
        )
 "
 

diff --git a/net-misc/nxplayer/nxplayer-7.6.2.4.ebuild 
b/net-misc/nxplayer/nxplayer-7.6.2.4.ebuild
index c1df02810a65..6c7c06277ceb 100644
--- a/net-misc/nxplayer/nxplayer-7.6.2.4.ebuild
+++ b/net-misc/nxplayer/nxplayer-7.6.2.4.ebuild
@@ -17,8 +17,8 @@ KEYWORDS="-* ~amd64 ~x86"
 
 RDEPEND="
        || (
-               sys-libs/glibc[crypt(+)]
                sys-libs/libxcrypt[compat]
+               sys-libs/glibc[crypt(+)]
        )
        dev-libs/glib:2
        dev-libs/openssl:0

Reply via email to