From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4043313888F for ; Tue, 13 Oct 2015 00:29:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BAE4E07D6; Tue, 13 Oct 2015 00:29:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BCE4E07D6 for ; Tue, 13 Oct 2015 00:29:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D58103407E6 for ; Tue, 13 Oct 2015 00:28:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5488FF67 for ; Tue, 13 Oct 2015 00:28:57 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1444696103.4fdf40bfcbb33211b7ce5ddb2f895542bc75cecd.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libintl/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libintl/libintl-0-r2.ebuild X-VCS-Directories: virtual/libintl/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 4fdf40bfcbb33211b7ce5ddb2f895542bc75cecd X-VCS-Branch: master Date: Tue, 13 Oct 2015 00:28:57 +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-Archives-Salt: 216b01f3-301f-4f98-9d5c-fdc75f96d4e1 X-Archives-Hash: ff86fd17a6560744a57bac8062ad9977 commit: 4fdf40bfcbb33211b7ce5ddb2f895542bc75cecd Author: Mike Frysinger gentoo org> AuthorDate: Tue Oct 13 00:28:20 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Oct 13 00:28:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fdf40bf virtual/libintl: fix thinko: libiconv->libintl virtual/libintl/libintl-0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/libintl/libintl-0-r2.ebuild b/virtual/libintl/libintl-0-r2.ebuild index 7a61cb9..1f9f73f 100644 --- a/virtual/libintl/libintl-0-r2.ebuild +++ b/virtual/libintl/libintl-0-r2.ebuild @@ -15,4 +15,4 @@ IUSE="elibc_glibc elibc_musl elibc_uclibc" # - 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/libiconv[${MULTILIB_USEDEP}] ) ) )" +RDEPEND="!elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( dev-libs/libintl[${MULTILIB_USEDEP}] ) ) )"