diff options
author | Sam James <sam@gentoo.org> | 2021-01-04 01:25:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-04 01:25:46 +0000 |
commit | ca0d22f99777f0fd88e9c4fa9547313487bc46f3 (patch) | |
tree | 4cdd28d2aa7dfe1371317a962e3233b83f994830 /dev-util/cram | |
parent | x11-apps/radeon-profile: Revbump to fix segfault (diff) | |
download | gentoo-ca0d22f99777f0fd88e9c4fa9547313487bc46f3.tar.gz gentoo-ca0d22f99777f0fd88e9c4fa9547313487bc46f3.tar.bz2 gentoo-ca0d22f99777f0fd88e9c4fa9547313487bc46f3.zip |
dev-util/cram: Stabilize 0.7-r1 ALLARCHES, #763450
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/cram')
-rw-r--r-- | dev-util/cram/cram-0.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cram/cram-0.7-r1.ebuild b/dev-util/cram/cram-0.7-r1.ebuild index 008e8aa0cfd7..eabe8c69279f 100644 --- a/dev-util/cram/cram-0.7-r1.ebuild +++ b/dev-util/cram/cram-0.7-r1.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="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 x86" python_test() { distutils_install_for_testing |