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>
This commit is contained in:
Doug Goldstein
2015-09-11 10:48:02 -05:00
parent a736fc25f8
commit e25e14deda
2 changed files with 2 additions and 2 deletions

View File

@@ -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*}"