diff options
Diffstat (limited to 'virtual/libintl/libintl-0-r2.ebuild')
-rw-r--r-- | virtual/libintl/libintl-0-r2.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
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}] ) )" |