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/libiconv/
Date: Sun, 02 Jan 2022 09:13:54
Message-Id: 1641114804.9f0c892ed9b1a613d2eeb297ee40e41f5331483f.soap@gentoo
1 commit: 9f0c892ed9b1a613d2eeb297ee40e41f5331483f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 09:13:24 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 09:13:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f0c892e
7
8 virtual/libiconv: remove mintlib
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 virtual/libiconv/libiconv-0-r1.ebuild | 4 ++--
13 virtual/libiconv/libiconv-0-r2.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/virtual/libiconv/libiconv-0-r1.ebuild b/virtual/libiconv/libiconv-0-r1.ebuild
17 index 8b6840c8fd2b..7c7bd290c1a6 100644
18 --- a/virtual/libiconv/libiconv-0-r1.ebuild
19 +++ b/virtual/libiconv/libiconv-0-r1.ebuild
20 @@ -9,8 +9,8 @@ DESCRIPTION="Virtual for the GNU conversion library"
21
22 SLOT="0"
23 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"
24 -IUSE="elibc_glibc elibc_musl elibc_mintlib"
25 +IUSE="elibc_glibc elibc_musl"
26
27 # - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between
28 # that and gcc
29 -RDEPEND="!elibc_glibc? ( !elibc_musl? ( !elibc_mintlib? ( >=dev-libs/libiconv-1.14-r1[${MULTILIB_USEDEP}] ) ) )"
30 +RDEPEND="!elibc_glibc? ( !elibc_musl? ( >=dev-libs/libiconv-1.14-r1[${MULTILIB_USEDEP}] ) )"
31
32 diff --git a/virtual/libiconv/libiconv-0-r2.ebuild b/virtual/libiconv/libiconv-0-r2.ebuild
33 index 8b6840c8fd2b..7c7bd290c1a6 100644
34 --- a/virtual/libiconv/libiconv-0-r2.ebuild
35 +++ b/virtual/libiconv/libiconv-0-r2.ebuild
36 @@ -9,8 +9,8 @@ DESCRIPTION="Virtual for the GNU conversion library"
37
38 SLOT="0"
39 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"
40 -IUSE="elibc_glibc elibc_musl elibc_mintlib"
41 +IUSE="elibc_glibc elibc_musl"
42
43 # - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between
44 # that and gcc
45 -RDEPEND="!elibc_glibc? ( !elibc_musl? ( !elibc_mintlib? ( >=dev-libs/libiconv-1.14-r1[${MULTILIB_USEDEP}] ) ) )"
46 +RDEPEND="!elibc_glibc? ( !elibc_musl? ( >=dev-libs/libiconv-1.14-r1[${MULTILIB_USEDEP}] ) )"