diff options
author | Sam James <sam@gentoo.org> | 2021-11-19 17:43:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-19 17:44:54 +0000 |
commit | e753f5f37ee36fdc8e74efc2e31529470e23e738 (patch) | |
tree | 494f0c799ccdeb2e207da647d1bbf24e7701fb1a /app-backup/tsm | |
parent | sys-libs/libxcrypt: disable gold (diff) | |
download | gentoo-e753f5f37ee36fdc8e74efc2e31529470e23e738.tar.gz gentoo-e753f5f37ee36fdc8e74efc2e31529470e23e738.tar.bz2 gentoo-e753f5f37ee36fdc8e74efc2e31529470e23e738.zip |
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@gentoo.org>
Diffstat (limited to 'app-backup/tsm')
-rw-r--r-- | app-backup/tsm/tsm-8.1.6.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |