diff options
author | 2021-01-07 12:47:10 +0000 | |
---|---|---|
committer | 2021-01-07 12:47:16 +0000 | |
commit | 1fa79329681f035c0b4df052d9cc5f46b908db04 (patch) | |
tree | 380c2f7bea802314e76bb708d3dd766cab257e73 /dev-python/deprecation | |
parent | dev-python/eyeD3: Stabilize 0.9.5 ppc64, #752252 (diff) | |
download | gentoo-1fa79329681f035c0b4df052d9cc5f46b908db04.tar.gz gentoo-1fa79329681f035c0b4df052d9cc5f46b908db04.tar.bz2 gentoo-1fa79329681f035c0b4df052d9cc5f46b908db04.zip |
dev-python/deprecation: Stabilize 2.1.0 ppc64, #752252
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/deprecation')
-rw-r--r-- | dev-python/deprecation/deprecation-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild b/dev-python/deprecation/deprecation-2.1.0.ebuild index 6ab07e7c28ba..b8222027e555 100644 --- a/dev-python/deprecation/deprecation-2.1.0.ebuild +++ b/dev-python/deprecation/deprecation-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86" RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]" BDEPEND=" |