diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-01-23 21:20:23 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-01-23 21:26:33 +0100 |
commit | c27445924bd2989da766c666774388e251c19c07 (patch) | |
tree | 6cd6c2380e67a3ff71a75aa5013be53c0e362f72 /app-backup | |
parent | package.deprecated: Add dev-python/bsddb3 (diff) | |
download | gentoo-c27445924bd2989da766c666774388e251c19c07.tar.gz gentoo-c27445924bd2989da766c666774388e251c19c07.tar.bz2 gentoo-c27445924bd2989da766c666774388e251c19c07.zip |
app-backup/tsm: 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 'app-backup')
-rw-r--r-- | app-backup/tsm/tsm-8.1.17.2-r1.ebuild (renamed from app-backup/tsm/tsm-8.1.17.2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/tsm/tsm-8.1.17.2.ebuild b/app-backup/tsm/tsm-8.1.17.2-r1.ebuild index 8d88813bc04d..de1a9b67bd7a 100644 --- a/app-backup/tsm/tsm-8.1.17.2.ebuild +++ b/app-backup/tsm/tsm-8.1.17.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -66,7 +66,7 @@ RDEPEND=" vmware? ( x11-libs/libXft media-libs/alsa-lib ) || ( sys-libs/libxcrypt[compat] - sys-libs/glibc[crypt(+)] + sys-libs/glibc[crypt(-)] ) " |