From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47384158086 for ; Sun, 2 Jan 2022 09:13:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AE352BC05E; Sun, 2 Jan 2022 09:13:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0D862BC00C for ; Sun, 2 Jan 2022 09:13:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B20073430E3 for ; Sun, 2 Jan 2022 09:13:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3FA9282 for ; Sun, 2 Jan 2022 09:13:45 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1641114804.9f0c892ed9b1a613d2eeb297ee40e41f5331483f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libiconv/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libiconv/libiconv-0-r1.ebuild virtual/libiconv/libiconv-0-r2.ebuild X-VCS-Directories: virtual/libiconv/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9f0c892ed9b1a613d2eeb297ee40e41f5331483f X-VCS-Branch: master Date: Sun, 2 Jan 2022 09:13:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8a5c4bc6-357c-478e-8895-aaeda0ba6399 X-Archives-Hash: 19780e7df17f24e67248dbff76a7fe9b commit: 9f0c892ed9b1a613d2eeb297ee40e41f5331483f Author: David Seifert gentoo org> AuthorDate: Sun Jan 2 09:13:24 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 2 09:13:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f0c892e virtual/libiconv: remove mintlib Signed-off-by: David Seifert gentoo.org> virtual/libiconv/libiconv-0-r1.ebuild | 4 ++-- virtual/libiconv/libiconv-0-r2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/virtual/libiconv/libiconv-0-r1.ebuild b/virtual/libiconv/libiconv-0-r1.ebuild index 8b6840c8fd2b..7c7bd290c1a6 100644 --- a/virtual/libiconv/libiconv-0-r1.ebuild +++ b/virtual/libiconv/libiconv-0-r1.ebuild @@ -9,8 +9,8 @@ DESCRIPTION="Virtual for the GNU conversion 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_mintlib" +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? ( !elibc_mintlib? ( >=dev-libs/libiconv-1.14-r1[${MULTILIB_USEDEP}] ) ) )" +RDEPEND="!elibc_glibc? ( !elibc_musl? ( >=dev-libs/libiconv-1.14-r1[${MULTILIB_USEDEP}] ) )" diff --git a/virtual/libiconv/libiconv-0-r2.ebuild b/virtual/libiconv/libiconv-0-r2.ebuild index 8b6840c8fd2b..7c7bd290c1a6 100644 --- a/virtual/libiconv/libiconv-0-r2.ebuild +++ b/virtual/libiconv/libiconv-0-r2.ebuild @@ -9,8 +9,8 @@ DESCRIPTION="Virtual for the GNU conversion 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_mintlib" +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? ( !elibc_mintlib? ( >=dev-libs/libiconv-1.14-r1[${MULTILIB_USEDEP}] ) ) )" +RDEPEND="!elibc_glibc? ( !elibc_musl? ( >=dev-libs/libiconv-1.14-r1[${MULTILIB_USEDEP}] ) )"