diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 10:12:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 10:12:52 +0100 |
commit | f84ea59a7e9ec16a9a08ce36aefa53b84e7e1349 (patch) | |
tree | 794e76d6e677e383947aed2e3fd22dca261bbc07 /dev-python/nose | |
parent | dev-python/node-semver: Remove redundant versions (diff) | |
download | gentoo-f84ea59a7e9ec16a9a08ce36aefa53b84e7e1349.tar.gz gentoo-f84ea59a7e9ec16a9a08ce36aefa53b84e7e1349.tar.bz2 gentoo-f84ea59a7e9ec16a9a08ce36aefa53b84e7e1349.zip |
dev-python/nose: Stabilize 1.3.7-r4 ALLARCHES
Closes: https://bugs.gentoo.org/714390
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nose')
-rw-r--r-- | dev-python/nose/nose-1.3.7-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nose/nose-1.3.7-r4.ebuild b/dev-python/nose/nose-1.3.7-r4.ebuild index 1c0a751bc7f4..d9595f46fc18 100644 --- a/dev-python/nose/nose-1.3.7-r4.ebuild +++ b/dev-python/nose/nose-1.3.7-r4.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="coverage doc examples test" RESTRICT="!test? ( test )" |