commit: 0554ed55a8b2e7431edf0ebd494708d52f43218d Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Jan 3 23:26:32 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Jan 3 23:26:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0554ed55
virtual/libintl: remove implicit elibc_* flags Closes: https://github.com/gentoo/gentoo/pull/23640 Signed-off-by: David Seifert <soap <AT> gentoo.org> virtual/libintl/libintl-0-r1.ebuild | 1 - virtual/libintl/libintl-0-r2.ebuild | 1 - virtual/libintl/libintl-0.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/virtual/libintl/libintl-0-r1.ebuild b/virtual/libintl/libintl-0-r1.ebuild index 667c67aaee1a..6d540e41d768 100644 --- a/virtual/libintl/libintl-0-r1.ebuild +++ b/virtual/libintl/libintl-0-r1.ebuild @@ -9,7 +9,6 @@ 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" # - 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 42395f8ba812..91d461544289 100644 --- a/virtual/libintl/libintl-0-r2.ebuild +++ b/virtual/libintl/libintl-0-r2.ebuild @@ -9,7 +9,6 @@ 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" # - 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 3ea98a7fbcdd..861f565ad4c3 100644 --- a/virtual/libintl/libintl-0.ebuild +++ b/virtual/libintl/libintl-0.ebuild @@ -7,7 +7,6 @@ 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" # - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between that and gcc. RDEPEND="!elibc_glibc? ( !elibc_musl? ( sys-devel/gettext ) )"
