From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C1CAD1384B4 for ; Sat, 28 Nov 2015 17:33:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C57F21C02B; Sat, 28 Nov 2015 17:33:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D7EB21C043 for ; Sat, 28 Nov 2015 17:33:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7B303408EA for ; Sat, 28 Nov 2015 17:33:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C60FEFFB for ; Sat, 28 Nov 2015 17:33:19 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1448728611.0954a9b942bb572a13ff54962731f40ab41b086e.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testpath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/testpath/testpath-0.2.ebuild X-VCS-Directories: dev-python/testpath/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0954a9b942bb572a13ff54962731f40ab41b086e X-VCS-Branch: master Date: Sat, 28 Nov 2015 17:33:19 +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: ec83ef33-4c70-4a3d-8eba-44964f4f2109 X-Archives-Hash: 7607f770dd73365190986a97f690fdb7 commit: 0954a9b942bb572a13ff54962731f40ab41b086e Author: Marius Brehler linux sungazer de> AuthorDate: Sat Nov 28 16:36:51 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 28 16:36:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0954a9b9 dev-python/testpath: Move KEYWORDS variable Package-Manager: portage-2.2.20.1 dev-python/testpath/testpath-0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/testpath/testpath-0.2.ebuild b/dev-python/testpath/testpath-0.2.ebuild index a3ee765..2a54e4b 100644 --- a/dev-python/testpath/testpath-0.2.ebuild +++ b/dev-python/testpath/testpath-0.2.ebuild @@ -11,10 +11,10 @@ inherit distutils-r1 DESCRIPTION="Test utilities for code working with files and commands" HOMEPAGE="http://jupyter.org" SRC_URI="https://github.com/jupyter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" LICENSE="BSD" SLOT="0" +KEYWORDS="~amd64 ~x86" IUSE="doc test" DEPEND="