diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-15 20:37:15 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-15 21:04:05 -0500 |
commit | 6a5dcd90f154f773c29b323f16956b1185020466 (patch) | |
tree | ec9bfe6443f0da98af4d55adc4c00c02652e8754 /dev-python/openstackdocstheme | |
parent | dev-python/oslotest: 4.4.1 bump (diff) | |
download | gentoo-6a5dcd90f154f773c29b323f16956b1185020466.tar.gz gentoo-6a5dcd90f154f773c29b323f16956b1185020466.tar.bz2 gentoo-6a5dcd90f154f773c29b323f16956b1185020466.zip |
dev-python/openstackdocstheme: 2.2.5 stable amd64 arm64 and x86
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/openstackdocstheme')
-rw-r--r-- | dev-python/openstackdocstheme/openstackdocstheme-2.2.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/openstackdocstheme/openstackdocstheme-2.2.5.ebuild b/dev-python/openstackdocstheme/openstackdocstheme-2.2.5.ebuild index 2d4348b40bbf..5e79cdbb947c 100644 --- a/dev-python/openstackdocstheme/openstackdocstheme-2.2.5.ebuild +++ b/dev-python/openstackdocstheme/openstackdocstheme-2.2.5.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 - PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 @@ -13,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 x86" DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]" |