commit:     e753f5f37ee36fdc8e74efc2e31529470e23e738
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 17:43:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 17:44:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e753f5f3

app-backup/tsm: 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>

 app-backup/tsm/tsm-8.1.6.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/tsm/tsm-8.1.6.0-r2.ebuild 
b/app-backup/tsm/tsm-8.1.6.0-r2.ebuild
index c8bfb5d1b7e5..d26ac9529906 100644
--- a/app-backup/tsm/tsm-8.1.6.0-r2.ebuild
+++ b/app-backup/tsm/tsm-8.1.6.0-r2.ebuild
@@ -61,8 +61,8 @@ RDEPEND="
        acl? ( sys-apps/acl )
        java? ( >=virtual/jre-1.7 )
        || (
-               sys-libs/glibc[crypt(+)]
                sys-libs/libxcrypt[compat]
+               sys-libs/glibc[crypt(+)]
        )"
 
 S="${WORKDIR}/bacli"

Reply via email to