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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A0540139085 for ; Sat, 21 Jan 2017 01:46:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E945023401E; Sat, 21 Jan 2017 01:46:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C6B9F23401E for ; Sat, 21 Jan 2017 01:46:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CBDD634167B for ; Sat, 21 Jan 2017 01:46:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 541CC2ACF for ; Sat, 21 Jan 2017 01:46:35 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1484963183.5596c286365c93818e87942d0c9ced133ff891a3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libICE/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libICE/libICE-1.0.9-r1.ebuild X-VCS-Directories: x11-libs/libICE/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5596c286365c93818e87942d0c9ced133ff891a3 X-VCS-Branch: master Date: Sat, 21 Jan 2017 01:46:35 +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: ac469c31-2861-479b-a292-76a0df4af07c X-Archives-Hash: aae67ea0b4d438d266fb39e0d683cdf8 commit: 5596c286365c93818e87942d0c9ced133ff891a3 Author: Matt Turner gentoo org> AuthorDate: Sat Jan 21 01:45:40 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Jan 21 01:46:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5596c286 x11-libs/libICE: Only depend on libbsd if elibc_glibc. x11-libs/libICE/libICE-1.0.9-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libICE/libICE-1.0.9-r1.ebuild b/x11-libs/libICE/libICE-1.0.9-r1.ebuild index 2621d20..22ca8e1 100644 --- a/x11-libs/libICE/libICE-1.0.9-r1.ebuild +++ b/x11-libs/libICE/libICE-1.0.9-r1.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="X.Org Inter-Client Exchange library" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="ipv6" -RDEPEND="dev-libs/libbsd +RDEPEND="elibc_glibc? ( dev-libs/libbsd ) x11-libs/xtrans >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}"