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 | |
parent | 0d8227d2c5509c465be6021fa5b946ccce7166d1 (diff) | |
download | gentoo-0954a9b942bb572a13ff54962731f40ab41b086e.tar.gz gentoo-0954a9b942bb572a13ff54962731f40ab41b086e.tar.xz |
dev-python/testpath: Move KEYWORDS variable
Package-Manager: portage-2.2.20.1
-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 a3ee76529f4..2a54e4bca73 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=" |