diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2015-09-11 10:48:02 -0500 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2015-09-11 10:48:46 -0500 |
commit | e25e14deda05c2be8792dbea61f0cd80ab1cefdd (patch) | |
tree | 4b7be7c2d9e2b639f8d0f8a3d8e8c46798b003e1 /dev-python | |
parent | dev-python/pydecomp: Fix herd in metadata.xml (diff) | |
download | gentoo-e25e14deda05c2be8792dbea61f0cd80ab1cefdd.tar.gz gentoo-e25e14deda05c2be8792dbea61f0cd80ab1cefdd.tar.bz2 gentoo-e25e14deda05c2be8792dbea61f0cd80ab1cefdd.zip |
app-emulation/libvirt / dev-python/libvirt-python: re-add keywords
These packages were previously un-keyworded while we worked on them,
they are now re-keyworded.
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/libvirt-python/libvirt-python-1.2.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-1.2.19.ebuild b/dev-python/libvirt-python/libvirt-python-1.2.19.ebuild index 9bfab7e95f48..cc59d1ba63b0 100644 --- a/dev-python/libvirt-python/libvirt-python-1.2.19.ebuild +++ b/dev-python/libvirt-python/libvirt-python-1.2.19.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} = *9999* ]]; then RDEPEND="app-emulation/libvirt:=[-python(-)]" else SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz" - KEYWORDS="" # "~amd64 ~x86" + KEYWORDS="~amd64 ~x86" RDEPEND="app-emulation/libvirt:0/${PV}" fi S="${WORKDIR}/${P%_rc*}" |