diff options
author | Ian Delaney <idella4@gentoo.org> | 2016-01-05 08:23:53 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-01-05 09:00:23 +0800 |
commit | 36baa1fc5958605af2d8b11e1acf632d3d14f5e9 (patch) | |
tree | ba243212416e2044f16ce0135db0c7aaac0ec4e6 /app-emulation | |
parent | dev-libs/nss: switch to prelink.conf.d files (diff) | |
download | gentoo-36baa1fc5958605af2d8b11e1acf632d3d14f5e9.tar.gz gentoo-36baa1fc5958605af2d8b11e1acf632d3d14f5e9.tar.bz2 gentoo-36baa1fc5958605af2d8b11e1acf632d3d14f5e9.zip |
app-emulation/xen-tools: re-add keyword x86 to latest of vns. 4.2.5, 4.2.6
These should never have been set to -x86 in xen-tools because they support
xen guests of x86
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.5.2-r3.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.6.0-r5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.5.2-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.5.2-r3.ebuild index a14716903af6..d47236395e5e 100644 --- a/app-emulation/xen-tools/xen-tools-4.5.2-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.5.2-r3.ebuild @@ -16,7 +16,7 @@ if [[ $PV == *9999 ]]; then S="${WORKDIR}/${REPO}" live_eclass="mercurial" else - KEYWORDS="~amd64 ~arm ~arm64 -x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" UPSTREAM_VER= SECURITY_VER=7 # vars set to reflect https://dev.gentoo.org/~idella4/ diff --git a/app-emulation/xen-tools/xen-tools-4.6.0-r5.ebuild b/app-emulation/xen-tools/xen-tools-4.6.0-r5.ebuild index ceb140202d3e..8733ee60e20a 100644 --- a/app-emulation/xen-tools/xen-tools-4.6.0-r5.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.6.0-r5.ebuild @@ -19,7 +19,7 @@ if [[ $PV == *9999 ]]; then EGIT_REPO_URI="git://xenbits.xen.org/${REPO}" S="${WORKDIR}/${REPO}" else - KEYWORDS="~amd64 ~arm ~arm64 -x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" UPSTREAM_VER=0 SECURITY_VER=7 # vars set to reflect https://dev.gentoo.org/~idella4/ |