diff options
author | David Seifert <soap@gentoo.org> | 2022-01-01 21:07:29 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-01 21:07:29 +0100 |
commit | 0922a019cbbab847cf1fe3a3af39f733cc9d4744 (patch) | |
tree | 7a52489f2d1bd8008651aef230334bf68c183d18 /sys-fs/xfsdump | |
parent | sys-fs/e2fsprogs: remove uclibc (diff) | |
download | gentoo-0922a019cbbab847cf1fe3a3af39f733cc9d4744.tar.gz gentoo-0922a019cbbab847cf1fe3a3af39f733cc9d4744.tar.bz2 gentoo-0922a019cbbab847cf1fe3a3af39f733cc9d4744.zip |
sys-fs/xfsdump: remove uclibc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-fs/xfsdump')
-rw-r--r-- | sys-fs/xfsdump/xfsdump-3.1.9-r1.ebuild | 3 | ||||
-rw-r--r-- | sys-fs/xfsdump/xfsdump-3.1.9.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys-fs/xfsdump/xfsdump-3.1.9-r1.ebuild b/sys-fs/xfsdump/xfsdump-3.1.9-r1.ebuild index 9d68ac0a7cd4..500e295dd5f7 100644 --- a/sys-fs/xfsdump/xfsdump-3.1.9-r1.ebuild +++ b/sys-fs/xfsdump/xfsdump-3.1.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,6 @@ RDEPEND=" DEPEND="${RDEPEND} nls? ( sys-devel/gettext - elibc_uclibc? ( dev-libs/libintl ) ) " BDEPEND="ncurses? ( virtual/pkgconfig )" diff --git a/sys-fs/xfsdump/xfsdump-3.1.9.ebuild b/sys-fs/xfsdump/xfsdump-3.1.9.ebuild index fd7f18bc427d..f89dc7dcba2b 100644 --- a/sys-fs/xfsdump/xfsdump-3.1.9.ebuild +++ b/sys-fs/xfsdump/xfsdump-3.1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,7 +25,6 @@ RDEPEND=" DEPEND="${RDEPEND} nls? ( sys-devel/gettext - elibc_uclibc? ( dev-libs/libintl ) ) " BDEPEND="ncurses? ( virtual/pkgconfig )" |