diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-01-22 10:31:17 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-01-22 10:31:17 +0100 |
commit | 08649fec185e0318faa0a9242bcac40194faadae (patch) | |
tree | e941005841568e2698e28994aadaaa4d7c7fad2d /app-emulation/xen-tools | |
parent | app-emulation/xen: amd64 stable wrt bug #571552 (diff) | |
download | gentoo-08649fec185e0318faa0a9242bcac40194faadae.tar.gz gentoo-08649fec185e0318faa0a9242bcac40194faadae.tar.bz2 gentoo-08649fec185e0318faa0a9242bcac40194faadae.zip |
app-emulation/xen-tools: amd64 stable wrt bug #571552
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.5.2-r4.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.6.0-r7.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.5.2-r4.ebuild b/app-emulation/xen-tools/xen-tools-4.5.2-r4.ebuild index 9e2b24086e39..5197bb8fb325 100644 --- a/app-emulation/xen-tools/xen-tools-4.5.2-r4.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.5.2-r4.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-r7.ebuild b/app-emulation/xen-tools/xen-tools-4.6.0-r7.ebuild index 69a38dd6ca95..f409ab83eea2 100644 --- a/app-emulation/xen-tools/xen-tools-4.6.0-r7.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.6.0-r7.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/ |