diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-11 10:22:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-11 10:22:49 +0200 |
commit | a4ae5428b737104344f2d50c269a67f620872fc6 (patch) | |
tree | 56e6e2f871b2165bdb1e3deb34fab87d101f757e /dev-python/rst-linker | |
parent | dev-python/responses: Stabilize 0.10.14 ALLARCHES, #731564 (diff) | |
download | gentoo-a4ae5428b737104344f2d50c269a67f620872fc6.tar.gz gentoo-a4ae5428b737104344f2d50c269a67f620872fc6.tar.bz2 gentoo-a4ae5428b737104344f2d50c269a67f620872fc6.zip |
dev-python/rst-linker: Stabilize 2.0.0 ALLARCHES, #731566
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rst-linker')
-rw-r--r-- | dev-python/rst-linker/rst-linker-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rst-linker/rst-linker-2.0.0.ebuild b/dev-python/rst-linker/rst-linker-2.0.0.ebuild index 50473ae3f811..fd3f73e3d1f0 100644 --- a/dev-python/rst-linker/rst-linker-2.0.0.ebuild +++ b/dev-python/rst-linker/rst-linker-2.0.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" IUSE="test" RESTRICT="!test? ( test )" |