From c27445924bd2989da766c666774388e251c19c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Tue, 23 Jan 2024 21:20:23 +0100 Subject: [PATCH] app-backup/tsm: Update glibc dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All glibc versions where missing crypt useflag indicated hard-enabled are gone. Signed-off-by: Andreas K. Hüttel --- .../tsm/{tsm-8.1.17.2.ebuild => tsm-8.1.17.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app-backup/tsm/{tsm-8.1.17.2.ebuild => tsm-8.1.17.2-r1.ebuild} (99%) diff --git a/app-backup/tsm/tsm-8.1.17.2.ebuild b/app-backup/tsm/tsm-8.1.17.2-r1.ebuild similarity index 99% rename from app-backup/tsm/tsm-8.1.17.2.ebuild rename to app-backup/tsm/tsm-8.1.17.2-r1.ebuild index 8d88813bc04d3..de1a9b67bd7a0 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(-)] ) "