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 4581D138350 for ; Thu, 13 Feb 2020 15:39:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72983E0819; Thu, 13 Feb 2020 15:39:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 58987E0819 for ; Thu, 13 Feb 2020 15:39:50 +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 2318634ED62 for ; Thu, 13 Feb 2020 15:39:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2041110A for ; Thu, 13 Feb 2020 15:39:47 +0000 (UTC) From: "Mike Gilbert" 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 Gilbert" Message-ID: <1581608379.0dd33a15fc1b5988c45e3aaf65c85dde716ab629.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pmw/pmw-2.0.1-r1.ebuild X-VCS-Directories: dev-python/pmw/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 0dd33a15fc1b5988c45e3aaf65c85dde716ab629 X-VCS-Branch: master Date: Thu, 13 Feb 2020 15:39:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 69c078b7-6f50-45d0-8f0f-896695494e06 X-Archives-Hash: 03888b7f4c1e8ca5ff9b78c90751b3b4 commit: 0dd33a15fc1b5988c45e3aaf65c85dde716ab629 Author: Mike Gilbert gentoo org> AuthorDate: Thu Feb 13 15:39:39 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Feb 13 15:39:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd33a15 dev-python/pmw: remove borken 'examples' USE flag Package-Manager: Portage-2.3.88_p6, Repoman-2.3.20_p67 Signed-off-by: Mike Gilbert gentoo.org> dev-python/pmw/pmw-2.0.1-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/pmw/pmw-2.0.1-r1.ebuild b/dev-python/pmw/pmw-2.0.1-r1.ebuild index dd09ab63adf..d906f7e5af3 100644 --- a/dev-python/pmw/pmw-2.0.1-r1.ebuild +++ b/dev-python/pmw/pmw-2.0.1-r1.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="py3" KEYWORDS="~alpha amd64 ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="doc examples test" +IUSE="doc test" DEPEND="!dev-python/pmw:0" RDEPEND="${DEPEND}" @@ -46,7 +46,6 @@ python_install_all() { local DIR="Pmw/Pmw_${PV//./_}" use doc && HTML_DOCS=( "${DIR}"/doc/. ) - use examples && EXAMPLES=( "${DIR}"/demos/. ) distutils-r1_python_install_all }