diff options
author | 2021-03-14 22:11:36 +0000 | |
---|---|---|
committer | 2021-03-14 22:11:36 +0000 | |
commit | 1af2e9386eb73562905581efe30b9f2d1d18672b (patch) | |
tree | 5a27ea515eeb6598b6581561b99707e049e47c07 /dev-python/sphinx_lv2_theme | |
parent | dev-libs/elfutils: Stabilize 0.183 ppc, #775749 (diff) | |
download | gentoo-1af2e9386eb73562905581efe30b9f2d1d18672b.tar.gz gentoo-1af2e9386eb73562905581efe30b9f2d1d18672b.tar.bz2 gentoo-1af2e9386eb73562905581efe30b9f2d1d18672b.zip |
dev-python/sphinx_lv2_theme: Stabilize 1.0.0 ALLARCHES, #775806
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 9373dfb52b03..2bb946092730 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}" |