From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-958285-garchives=archives.gentoo.org@lists.gentoo.org> 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 9C5C1139694 for <garchives@archives.gentoo.org>; Thu, 29 Jun 2017 17:07:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5797421C06A; Thu, 29 Jun 2017 17:07:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3592C21C054 for <gentoo-commits@lists.gentoo.org>; Thu, 29 Jun 2017 17:07:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CA69D341892 for <gentoo-commits@lists.gentoo.org>; Thu, 29 Jun 2017 17:07:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36D46749D for <gentoo-commits@lists.gentoo.org>; Thu, 29 Jun 2017 17:07:35 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> 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" <jer@gentoo.org> Message-ID: <1498756050.f427e62b15ecd9d9f9f985e0e8d6d0c0366cef60.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-9999.ebuild X-VCS-Directories: net-libs/libprotoident/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: f427e62b15ecd9d9f9f985e0e8d6d0c0366cef60 X-VCS-Branch: master Date: Thu, 29 Jun 2017 17:07:35 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a4f54ba4-4934-453a-bb1a-1f0382b5b537 X-Archives-Hash: 87ec7c25dcf56175ddfc3ea89c54cc24 commit: f427e62b15ecd9d9f9f985e0e8d6d0c0366cef60 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Thu Jun 29 17:06:40 2017 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Thu Jun 29 17:07:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f427e62b net-libs/libprotoident: Update live ebuild. Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-libs/libprotoident/libprotoident-9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/net-libs/libprotoident/libprotoident-9999.ebuild b/net-libs/libprotoident/libprotoident-9999.ebuild index f7ea3930549..522c59fb266 100644 --- a/net-libs/libprotoident/libprotoident-9999.ebuild +++ b/net-libs/libprotoident/libprotoident-9999.ebuild @@ -15,15 +15,12 @@ KEYWORDS="" IUSE="static-libs +tools" DEPEND=" - >=net-libs/libtrace-3.0.9 - tools? ( net-libs/libflowmanager ) + >=net-libs/libtrace-4.0.1 + >=net-libs/libflowmanager-3.0.0 " RDEPEND=" ${DEPEND} " -PATCHES=( - "${FILESDIR}"/${PN}-9999-lpi_find_unknown-snprintf.patch -) src_prepare() { default