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 B7535139694 for ; Mon, 12 Jun 2017 05:09:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30C6CE0ED5; Mon, 12 Jun 2017 05:09:49 +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 0D21DE0ED5 for ; Mon, 12 Jun 2017 05:09:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAEDC3419CC for ; Mon, 12 Jun 2017 05:09:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 152A37480 for ; Mon, 12 Jun 2017 05:09:46 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1497244086.9add647916c4d92bda7b3838ed62cf70e4f5e013.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libprotoident/libprotoident-2.0.10.ebuild X-VCS-Directories: net-libs/libprotoident/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 9add647916c4d92bda7b3838ed62cf70e4f5e013 X-VCS-Branch: master Date: Mon, 12 Jun 2017 05:09:46 +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: e67517ef-c0e7-4f41-a957-5fa265bccf9c X-Archives-Hash: 3b8f7c8e25cf94851523462d850d2cd6 commit: 9add647916c4d92bda7b3838ed62cf70e4f5e013 Author: Jeroen Roovers gentoo org> AuthorDate: Mon Jun 12 05:08:06 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Jun 12 05:08:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9add6479 net-libs/libprotoident: Have USE=tools depend on pre-3 libflowmanager for now (bug #621150). Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-libs/libprotoident/libprotoident-2.0.10.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-libs/libprotoident/libprotoident-2.0.10.ebuild b/net-libs/libprotoident/libprotoident-2.0.10.ebuild index d02533a8d4c..397455f4f42 100644 --- a/net-libs/libprotoident/libprotoident-2.0.10.ebuild +++ b/net-libs/libprotoident/libprotoident-2.0.10.ebuild @@ -11,11 +11,12 @@ SRC_URI="http://research.wand.net.nz/software/${PN}/${P}.tar.gz" LICENSE="LGPL-3+" SLOT="0/2" KEYWORDS="~amd64 ~x86" -IUSE="static-libs +tools" +IUSE="static-libs tools" DEPEND=" >=net-libs/libtrace-3.0.9 - tools? ( net-libs/libflowmanager ) + net-libs/libflowmanager + tools? (