commit: 0954a9b942bb572a13ff54962731f40ab41b086e Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Sat Nov 28 16:36:51 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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="
