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 D6513139694 for ; Mon, 24 Jul 2017 01:50:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECE38E0D75; Mon, 24 Jul 2017 01:50:12 +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 CD5E5E0D75 for ; Mon, 24 Jul 2017 01:50:12 +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 A6D573417B4 for ; Mon, 24 Jul 2017 01:50:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2CDA74B5 for ; Mon, 24 Jul 2017 01:50:03 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1500860391.3cfa11e4331c606d70d7c1ca4cd16c3fadd985ca.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keystonemiddleware/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keystonemiddleware/keystonemiddleware-4.9.1.ebuild X-VCS-Directories: dev-python/keystonemiddleware/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 3cfa11e4331c606d70d7c1ca4cd16c3fadd985ca X-VCS-Branch: master Date: Mon, 24 Jul 2017 01:50:03 +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: 54b5cc0f-3e27-442e-9e3f-688b785dc73a X-Archives-Hash: c511efce3037b81b0699ea4e068cc55f commit: 3cfa11e4331c606d70d7c1ca4cd16c3fadd985ca Author: Matthew Thode gentoo org> AuthorDate: Mon Jul 24 01:39:51 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Jul 24 01:39:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cfa11e4 dev-python/keystonemiddleware: examples are banned in eapi6 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/keystonemiddleware/keystonemiddleware-4.9.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/keystonemiddleware/keystonemiddleware-4.9.1.ebuild b/dev-python/keystonemiddleware/keystonemiddleware-4.9.1.ebuild index c772985eeee..c83c413ca60 100644 --- a/dev-python/keystonemiddleware/keystonemiddleware-4.9.1.ebuild +++ b/dev-python/keystonemiddleware/keystonemiddleware-4.9.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" -IUSE="doc examples test" +IUSE="doc test" CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]" DEPEND=" @@ -77,6 +77,5 @@ python_test() { python_install_all() { use doc && local HTML_DOCS=( doc/build/html/. ) - use examples && local EXAMPLES=( examples/.) distutils-r1_python_install_all }