diff options
author | Sam James <sam@gentoo.org> | 2021-03-15 02:31:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-15 02:31:42 +0000 |
commit | ce34cfa88ac687ce9b618c4b3f6dbff8ae7318b2 (patch) | |
tree | 9ede69ec74f463942767a84b2fbc4c24bcd7330d /dev-python/sphinx_lv2_theme | |
parent | dev-python/hypothesis: Stabilize 6.2.0 ALLARCHES, #776070 (diff) | |
download | gentoo-ce34cfa88ac687ce9b618c4b3f6dbff8ae7318b2.tar.gz gentoo-ce34cfa88ac687ce9b618c4b3f6dbff8ae7318b2.tar.bz2 gentoo-ce34cfa88ac687ce9b618c4b3f6dbff8ae7318b2.zip |
dev-python/sphinx_lv2_theme: ALLARCHES stable for 1.0.0
Bug: https://bugs.gentoo.org/775806
Bug: https://bugs.gentoo.org/775803
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/sphinx_lv2_theme')
-rw-r--r-- | dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild b/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild index 2bb946092730..3a5a72a53681 100644 --- a/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild +++ b/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild @@ -14,6 +14,6 @@ SRC_URI="https://gitlab.com/lv2/${PN}/-/archive/v${PV}/{PN}-v${PV}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86" S="${WORKDIR}/${PN}-v${PV}-${COMMIT}" |