diff options
author | Sam James <sam@gentoo.org> | 2021-01-03 01:16:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-03 01:16:47 +0000 |
commit | cdedbf3f873c1ec0aacfa9c52dc4a970a037f1b0 (patch) | |
tree | 39ad2e18a053941c0056db0929fd495069afda9a | |
parent | x11-wm/icewm: Removed old (diff) | |
download | gentoo-cdedbf3f873c1ec0aacfa9c52dc4a970a037f1b0.tar.gz gentoo-cdedbf3f873c1ec0aacfa9c52dc4a970a037f1b0.tar.bz2 gentoo-cdedbf3f873c1ec0aacfa9c52dc4a970a037f1b0.zip |
dev-python/pony: Stabilize 0.7.14 ALLARCHES, #761637
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-python/pony/pony-0.7.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pony/pony-0.7.14.ebuild b/dev-python/pony/pony-0.7.14.ebuild index e114ab933aaa..71f042e9c9ef 100644 --- a/dev-python/pony/pony-0.7.14.ebuild +++ b/dev-python/pony/pony-0.7.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RESTRICT="!test? ( test )" |