diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-05-08 13:40:05 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-05-08 13:44:42 -0700 |
commit | d5c45ae1421b7555dadf4cb515aef0005dea8d6d (patch) | |
tree | c971830f8241f94fbf0dc8b653b62eab82ba3626 /dev-python | |
parent | dev-tcltk/tclx: bump to 8.4.4 (diff) | |
download | gentoo-d5c45ae1421b7555dadf4cb515aef0005dea8d6d.tar.gz gentoo-d5c45ae1421b7555dadf4cb515aef0005dea8d6d.tar.bz2 gentoo-d5c45ae1421b7555dadf4cb515aef0005dea8d6d.zip |
dev-python/libcloud-3.0.0: stabilize on amd64 (bug #721436)
Bug: https://bugs.gentoo.org/721436
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/libcloud/libcloud-3.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/libcloud/libcloud-3.0.0.ebuild b/dev-python/libcloud/libcloud-3.0.0.ebuild index b8b53b82c69d..559f9967c3d0 100644 --- a/dev-python/libcloud/libcloud-3.0.0.ebuild +++ b/dev-python/libcloud/libcloud-3.0.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://apache/${PN}/apache-${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="examples test" RDEPEND=" |