Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/xfsdump/
Date: Sat, 01 Jan 2022 20:08:05
Message-Id: 1641067649.0922a019cbbab847cf1fe3a3af39f733cc9d4744.soap@gentoo
1 commit: 0922a019cbbab847cf1fe3a3af39f733cc9d4744
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 20:07:29 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 20:07:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0922a019
7
8 sys-fs/xfsdump: remove uclibc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-fs/xfsdump/xfsdump-3.1.9-r1.ebuild | 3 +--
13 sys-fs/xfsdump/xfsdump-3.1.9.ebuild | 3 +--
14 2 files changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-fs/xfsdump/xfsdump-3.1.9-r1.ebuild b/sys-fs/xfsdump/xfsdump-3.1.9-r1.ebuild
17 index 9d68ac0a7cd4..500e295dd5f7 100644
18 --- a/sys-fs/xfsdump/xfsdump-3.1.9-r1.ebuild
19 +++ b/sys-fs/xfsdump/xfsdump-3.1.9-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -24,7 +24,6 @@ RDEPEND="
27 DEPEND="${RDEPEND}
28 nls? (
29 sys-devel/gettext
30 - elibc_uclibc? ( dev-libs/libintl )
31 )
32 "
33 BDEPEND="ncurses? ( virtual/pkgconfig )"
34
35 diff --git a/sys-fs/xfsdump/xfsdump-3.1.9.ebuild b/sys-fs/xfsdump/xfsdump-3.1.9.ebuild
36 index fd7f18bc427d..f89dc7dcba2b 100644
37 --- a/sys-fs/xfsdump/xfsdump-3.1.9.ebuild
38 +++ b/sys-fs/xfsdump/xfsdump-3.1.9.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2021 Gentoo Authors
41 +# Copyright 1999-2022 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=7
45 @@ -25,7 +25,6 @@ RDEPEND="
46 DEPEND="${RDEPEND}
47 nls? (
48 sys-devel/gettext
49 - elibc_uclibc? ( dev-libs/libintl )
50 )
51 "
52 BDEPEND="ncurses? ( virtual/pkgconfig )"