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 A836459CA3 for ; Wed, 17 Feb 2016 16:04:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 929A921C088; Wed, 17 Feb 2016 16:04:07 +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 D9D0D21C0B9 for ; Wed, 17 Feb 2016 16:04:06 +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 0AB6D340D88 for ; Wed, 17 Feb 2016 16:04:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0A8B15FC for ; Wed, 17 Feb 2016 16:04:04 +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: <1455725032.93e74028aa66fea0c94ccaf8997640d81d2abbd3.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-rsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild X-VCS-Directories: net-misc/netkit-rsh/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 93e74028aa66fea0c94ccaf8997640d81d2abbd3 X-VCS-Branch: master Date: Wed, 17 Feb 2016 16:04:04 +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: 2322b8fc-7eff-48a4-a906-ed54fcbda384 X-Archives-Hash: 9215078b08fa0d9ab2ca460d98e9f333 commit: 93e74028aa66fea0c94ccaf8997640d81d2abbd3 Author: Mike Frysinger gentoo org> AuthorDate: Wed Feb 17 15:56:52 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Feb 17 16:03:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e74028 net-misc/netkit-rsh: fix inverted USE=pam logic #574850 net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild b/net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild index 459b4ba..cc9f33a 100644 --- a/net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild +++ b/net-misc/netkit-rsh/netkit-rsh-0.17-r10.ebuild @@ -46,7 +46,7 @@ src_prepare() { src_configure() { tc-export CC - ./configure $(use pam && echo --without-pam) || die + ./configure $(usex pam '' '--without-pam') || die sed -i \ -e "s:-pipe -O2:${CFLAGS}:" \