diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-03-15 09:11:24 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-03-15 09:11:24 +0100 |
commit | a78c592549b94974c892374b391eb9d6eca44136 (patch) | |
tree | 0122b5b938490a3c90fe27957b0a40163501a930 /app-emulation | |
parent | app-admin/puppet-agent: amd64 stable wrt bug #577450 (diff) | |
download | gentoo-a78c592549b94974c892374b391eb9d6eca44136.tar.gz gentoo-a78c592549b94974c892374b391eb9d6eca44136.tar.bz2 gentoo-a78c592549b94974c892374b391eb9d6eca44136.zip |
app-emulation/xen-tools: amd64 stable wrt bug #574012
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.5.2-r5.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.6.0-r9.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.5.2-r5.ebuild b/app-emulation/xen-tools/xen-tools-4.5.2-r5.ebuild index 650d23dc5db7..c8b063b0edf4 100644 --- a/app-emulation/xen-tools/xen-tools-4.5.2-r5.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.5.2-r5.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-r9.ebuild b/app-emulation/xen-tools/xen-tools-4.6.0-r9.ebuild index 2d03445f4799..3d9b62f8fefa 100644 --- a/app-emulation/xen-tools/xen-tools-4.6.0-r9.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.6.0-r9.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/ |