diff options
author | David Seifert <soap@gentoo.org> | 2022-01-01 21:07:40 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-01 21:07:40 +0100 |
commit | 9a982d67d2650f15419f3756f2d082b780e0e503 (patch) | |
tree | 81d36acf341e40dd9bbb7434036b163257bb47ba /virtual | |
parent | virtual/libiconv: remove uclibc (diff) | |
download | gentoo-9a982d67d2650f15419f3756f2d082b780e0e503.tar.gz gentoo-9a982d67d2650f15419f3756f2d082b780e0e503.tar.bz2 gentoo-9a982d67d2650f15419f3756f2d082b780e0e503.zip |
virtual/libintl: remove uclibc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/libintl/libintl-0-r1.ebuild | 9 | ||||
-rw-r--r-- | virtual/libintl/libintl-0-r2.ebuild | 9 | ||||
-rw-r--r-- | virtual/libintl/libintl-0.ebuild | 9 |
3 files changed, 12 insertions, 15 deletions
diff --git a/virtual/libintl/libintl-0-r1.ebuild b/virtual/libintl/libintl-0-r1.ebuild index 8ddaf4ab0374..667c67aaee1a 100644 --- a/virtual/libintl/libintl-0-r1.ebuild +++ b/virtual/libintl/libintl-0-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 @@ -9,8 +9,7 @@ DESCRIPTION="Virtual for the GNU Internationalization Library" SLOT="0" 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" -IUSE="elibc_glibc elibc_uclibc" +IUSE="elibc_glibc" -# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between -# that and gcc. And don't force uClibc to dep on this. -RDEPEND="!elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( >=sys-devel/gettext-0.18.3.2[${MULTILIB_USEDEP}] ) ) )" +# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between that and gcc. +RDEPEND="!elibc_glibc? ( !elibc_musl? ( >=sys-devel/gettext-0.18.3.2[${MULTILIB_USEDEP}] ) )" diff --git a/virtual/libintl/libintl-0-r2.ebuild b/virtual/libintl/libintl-0-r2.ebuild index 0d4a98b6c39f..42395f8ba812 100644 --- a/virtual/libintl/libintl-0-r2.ebuild +++ b/virtual/libintl/libintl-0-r2.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 @@ -9,8 +9,7 @@ DESCRIPTION="Virtual for the GNU Internationalization Library" SLOT="0" 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" -IUSE="elibc_glibc elibc_musl elibc_uclibc" +IUSE="elibc_glibc elibc_musl" -# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between -# that and gcc. And don't force uClibc to dep on this. -RDEPEND="!elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( dev-libs/libintl[${MULTILIB_USEDEP}] ) ) )" +# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between that and gcc. +RDEPEND="!elibc_glibc? ( !elibc_musl? ( dev-libs/libintl[${MULTILIB_USEDEP}] ) )" diff --git a/virtual/libintl/libintl-0.ebuild b/virtual/libintl/libintl-0.ebuild index 8da75e61fe1f..3ea98a7fbcdd 100644 --- a/virtual/libintl/libintl-0.ebuild +++ b/virtual/libintl/libintl-0.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 @@ -7,8 +7,7 @@ DESCRIPTION="Virtual for the GNU Internationalization Library" SLOT="0" 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" -IUSE="elibc_glibc elibc_uclibc" +IUSE="elibc_glibc" -# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between -# that and gcc. And don't force uClibc to dep on this. -RDEPEND="!elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( sys-devel/gettext ) ) )" +# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between that and gcc. +RDEPEND="!elibc_glibc? ( !elibc_musl? ( sys-devel/gettext ) )" |