diff options
author | Marius Brehler <marbre@linux.sungazer.de> | 2015-11-28 17:36:51 +0100 |
---|---|---|
committer | Marius Brehler <marbre@linux.sungazer.de> | 2015-11-28 17:36:51 +0100 |
commit | 0954a9b942bb572a13ff54962731f40ab41b086e (patch) | |
tree | 9c4a2a636c04e2203d8f983021b2d0d4f2aeff10 /dev-python/testpath | |
parent | dev-python/notebook: Move KEYWORDS variable (diff) | |
download | gentoo-0954a9b942bb572a13ff54962731f40ab41b086e.tar.gz gentoo-0954a9b942bb572a13ff54962731f40ab41b086e.tar.bz2 gentoo-0954a9b942bb572a13ff54962731f40ab41b086e.zip |
dev-python/testpath: Move KEYWORDS variable
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/testpath')
-rw-r--r-- | dev-python/testpath/testpath-0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/testpath/testpath-0.2.ebuild b/dev-python/testpath/testpath-0.2.ebuild index a3ee76529f4a..2a54e4bca730 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=" |