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 670B313829C for ; Tue, 31 May 2016 17:33:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D4A11430A; Tue, 31 May 2016 17:33:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD4161430A for ; Tue, 31 May 2016 17:33:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9087D3408A6 for ; Tue, 31 May 2016 17:33:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 249F995D for ; Tue, 31 May 2016 17:33:42 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1464716128.98986a0b16ae6c3ad2a4b76e62666c58c1113e56.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libintl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libintl/libintl-0.19.6.ebuild dev-libs/libintl/libintl-0.19.7.ebuild X-VCS-Directories: dev-libs/libintl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 98986a0b16ae6c3ad2a4b76e62666c58c1113e56 X-VCS-Branch: master Date: Tue, 31 May 2016 17:33:42 +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: 6cebf9f9-8266-4c02-9fba-56099fbe07e7 X-Archives-Hash: e59cc9e6bc280e3cef8be8239aa21e95 commit: 98986a0b16ae6c3ad2a4b76e62666c58c1113e56 Author: Anthony G. Basile gentoo org> AuthorDate: Tue May 31 17:35:13 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue May 31 17:35:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98986a0b dev-libs/libintl: block against musl which provides its own libintl Package-Manager: portage-2.2.28 dev-libs/libintl/libintl-0.19.6.ebuild | 3 ++- dev-libs/libintl/libintl-0.19.7.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-libs/libintl/libintl-0.19.6.ebuild b/dev-libs/libintl/libintl-0.19.6.ebuild index 41e1440..5bb9072 100644 --- a/dev-libs/libintl/libintl-0.19.6.ebuild +++ b/dev-libs/libintl/libintl-0.19.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,6 +23,7 @@ DEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]" # Block C libraries known to provide libintl. RDEPEND="${DEPEND} !sys-libs/glibc + !sys-libs/musl !