Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libintl/
Date: Sat, 01 Jan 2022 20:08:11
Message-Id: 1641067660.9a982d67d2650f15419f3756f2d082b780e0e503.soap@gentoo
1 commit: 9a982d67d2650f15419f3756f2d082b780e0e503
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 20:07:40 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 20:07:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a982d67
7
8 virtual/libintl: remove uclibc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 virtual/libintl/libintl-0-r1.ebuild | 9 ++++-----
13 virtual/libintl/libintl-0-r2.ebuild | 9 ++++-----
14 virtual/libintl/libintl-0.ebuild | 9 ++++-----
15 3 files changed, 12 insertions(+), 15 deletions(-)
16
17 diff --git a/virtual/libintl/libintl-0-r1.ebuild b/virtual/libintl/libintl-0-r1.ebuild
18 index 8ddaf4ab0374..667c67aaee1a 100644
19 --- a/virtual/libintl/libintl-0-r1.ebuild
20 +++ b/virtual/libintl/libintl-0-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -9,8 +9,7 @@ DESCRIPTION="Virtual for the GNU Internationalization Library"
28
29 SLOT="0"
30 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
31 -IUSE="elibc_glibc elibc_uclibc"
32 +IUSE="elibc_glibc"
33
34 -# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between
35 -# that and gcc. And don't force uClibc to dep on this.
36 -RDEPEND="!elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( >=sys-devel/gettext-0.18.3.2[${MULTILIB_USEDEP}] ) ) )"
37 +# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between that and gcc.
38 +RDEPEND="!elibc_glibc? ( !elibc_musl? ( >=sys-devel/gettext-0.18.3.2[${MULTILIB_USEDEP}] ) )"
39
40 diff --git a/virtual/libintl/libintl-0-r2.ebuild b/virtual/libintl/libintl-0-r2.ebuild
41 index 0d4a98b6c39f..42395f8ba812 100644
42 --- a/virtual/libintl/libintl-0-r2.ebuild
43 +++ b/virtual/libintl/libintl-0-r2.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2021 Gentoo Authors
46 +# Copyright 1999-2022 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=7
50 @@ -9,8 +9,7 @@ DESCRIPTION="Virtual for the GNU Internationalization Library"
51
52 SLOT="0"
53 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
54 -IUSE="elibc_glibc elibc_musl elibc_uclibc"
55 +IUSE="elibc_glibc elibc_musl"
56
57 -# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between
58 -# that and gcc. And don't force uClibc to dep on this.
59 -RDEPEND="!elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( dev-libs/libintl[${MULTILIB_USEDEP}] ) ) )"
60 +# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between that and gcc.
61 +RDEPEND="!elibc_glibc? ( !elibc_musl? ( dev-libs/libintl[${MULTILIB_USEDEP}] ) )"
62
63 diff --git a/virtual/libintl/libintl-0.ebuild b/virtual/libintl/libintl-0.ebuild
64 index 8da75e61fe1f..3ea98a7fbcdd 100644
65 --- a/virtual/libintl/libintl-0.ebuild
66 +++ b/virtual/libintl/libintl-0.ebuild
67 @@ -1,4 +1,4 @@
68 -# Copyright 1999-2021 Gentoo Authors
69 +# Copyright 1999-2022 Gentoo Authors
70 # Distributed under the terms of the GNU General Public License v2
71
72 EAPI=7
73 @@ -7,8 +7,7 @@ DESCRIPTION="Virtual for the GNU Internationalization Library"
74
75 SLOT="0"
76 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
77 -IUSE="elibc_glibc elibc_uclibc"
78 +IUSE="elibc_glibc"
79
80 -# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between
81 -# that and gcc. And don't force uClibc to dep on this.
82 -RDEPEND="!elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( sys-devel/gettext ) ) )"
83 +# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between that and gcc.
84 +RDEPEND="!elibc_glibc? ( !elibc_musl? ( sys-devel/gettext ) )"