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 BDB761396D1 for ; Mon, 7 Aug 2017 16:48:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 141041FC003; Mon, 7 Aug 2017 16:48:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D02BA1FC002 for ; Mon, 7 Aug 2017 16:48:06 +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 017523417AD for ; Mon, 7 Aug 2017 16:48:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76F1B75F5 for ; Mon, 7 Aug 2017 16:48:04 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1502124377.b9faeabda99e6c2c209091dd91d333d5cd34a9d3.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/setools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/setools/setools-9999.ebuild X-VCS-Directories: app-admin/setools/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: b9faeabda99e6c2c209091dd91d333d5cd34a9d3 X-VCS-Branch: master Date: Mon, 7 Aug 2017 16:48: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: bfa83989-4aae-4d04-a03f-4d19bc060e74 X-Archives-Hash: 75e1f0a5fee4f662db1d6452c47b5f5b commit: b9faeabda99e6c2c209091dd91d333d5cd34a9d3 Author: Jason Zaman gentoo org> AuthorDate: Mon Aug 7 14:45:02 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Aug 7 16:46:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9faeabd app-admin/setools: update live deps Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-admin/setools/setools-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-admin/setools/setools-9999.ebuild b/app-admin/setools/setools-9999.ebuild index 9544f7fe8a3..f1e79d0d936 100644 --- a/app-admin/setools/setools-9999.ebuild +++ b/app-admin/setools/setools-9999.ebuild @@ -22,7 +22,8 @@ SLOT="0" IUSE="X debug test" RDEPEND="${PYTHON_DEPS} - >=sys-libs/libselinux-2.4:=[${PYTHON_USEDEP}] + >=sys-libs/libsepol-2.7:= + >=sys-libs/libselinux-2.7:=[${PYTHON_USEDEP}] >=dev-python/networkx-1.8[${PYTHON_USEDEP}] virtual/python-enum34[${PYTHON_USEDEP}] dev-libs/libpcre:=