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 210AD138BED for ; Fri, 16 Oct 2015 12:01:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8EDE21C027; Fri, 16 Oct 2015 12:01:25 +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 855F521C027 for ; Fri, 16 Oct 2015 12:01:25 +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 AEB3C340942 for ; Fri, 16 Oct 2015 12:01:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 334DC10CB for ; Fri, 16 Oct 2015 12:01:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1444996672.c94ae3bd74961d2b70e8bb984aa7a7fe3c3a11dc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/miniupnpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/miniupnpc/miniupnpc-1.9.20151008.ebuild X-VCS-Directories: net-libs/miniupnpc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c94ae3bd74961d2b70e8bb984aa7a7fe3c3a11dc X-VCS-Branch: master Date: Fri, 16 Oct 2015 12:01:21 +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: 9459b38f-f304-46eb-8b8f-1b4997d04bd0 X-Archives-Hash: 55b6d75d6ca9586600b2ec02dcdb003b commit: c94ae3bd74961d2b70e8bb984aa7a7fe3c3a11dc Author: Michał Górny gentoo org> AuthorDate: Fri Oct 16 11:57:52 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 16 11:57:52 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94ae3bd net-libs/miniupnpc: Improve usex use Package-Manager: portage-2.2.23 net-libs/miniupnpc/miniupnpc-1.9.20151008.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/miniupnpc/miniupnpc-1.9.20151008.ebuild b/net-libs/miniupnpc/miniupnpc-1.9.20151008.ebuild index 7cc7e66..5377731 100644 --- a/net-libs/miniupnpc/miniupnpc-1.9.20151008.ebuild +++ b/net-libs/miniupnpc/miniupnpc-1.9.20151008.ebuild @@ -40,11 +40,11 @@ src_prepare() { src_compile() { tc-export CC AR - emake upnpc-shared $(use static-libs && echo upnpc-static) + emake upnpc-shared $(usex static-libs upnpc-static '') } src_test() { - emake -j1 HAVE_IPV6=$(usex ipv6 yes no) check + emake -j1 HAVE_IPV6=$(usex ipv6) check } src_install() {