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 /app-emulation | |
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 'app-emulation')
-rw-r--r-- | app-emulation/libvirt/libvirt-1.2.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/libvirt/libvirt-1.2.19.ebuild b/app-emulation/libvirt/libvirt-1.2.19.ebuild index 07a054d58cae..55fb80d79933 100644 --- a/app-emulation/libvirt/libvirt-1.2.19.ebuild +++ b/app-emulation/libvirt/libvirt-1.2.19.ebuild @@ -28,7 +28,7 @@ else SRC_URI+=" ${BACKPORTS:+ https://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz https://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz}" - KEYWORDS="" # "~amd64 ~x86" + KEYWORDS="~amd64 ~x86" SLOT="0/${PV}" fi S="${WORKDIR}/${P%_rc*}" |