diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-03-15 09:11:29 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-03-15 09:11:29 +0100 |
commit | e72cd7f9cc55aaafdb29cee390dbda7ec814635f (patch) | |
tree | 9a9842845add041782205141be53138ebeef4d1e /app-emulation/xen | |
parent | app-emulation/xen-tools: amd64 stable wrt bug #574012 (diff) | |
download | gentoo-e72cd7f9cc55aaafdb29cee390dbda7ec814635f.tar.gz gentoo-e72cd7f9cc55aaafdb29cee390dbda7ec814635f.tar.bz2 gentoo-e72cd7f9cc55aaafdb29cee390dbda7ec814635f.zip |
app-emulation/xen: 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/xen')
-rw-r--r-- | app-emulation/xen/xen-4.5.2-r5.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.6.0-r9.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen/xen-4.5.2-r5.ebuild b/app-emulation/xen/xen-4.5.2-r5.ebuild index 7e17547a02eb..0cd3220f061b 100644 --- a/app-emulation/xen/xen-4.5.2-r5.ebuild +++ b/app-emulation/xen/xen-4.5.2-r5.ebuild @@ -17,7 +17,7 @@ if [[ $PV == *9999 ]]; then EGIT_REPO_URI="git://xenbits.xen.org/${PN}.git" SRC_URI="" else - KEYWORDS="~amd64 ~arm ~arm64 -x86" + KEYWORDS="amd64 ~arm ~arm64 -x86" UPSTREAM_VER= SECURITY_VER=0 # var set to reflect https://dev.gentoo.org/~idella4/ diff --git a/app-emulation/xen/xen-4.6.0-r9.ebuild b/app-emulation/xen/xen-4.6.0-r9.ebuild index b0eaa007988d..04e2f6364678 100644 --- a/app-emulation/xen/xen-4.6.0-r9.ebuild +++ b/app-emulation/xen/xen-4.6.0-r9.ebuild @@ -17,7 +17,7 @@ if [[ $PV == *9999 ]]; then EGIT_REPO_URI="git://xenbits.xen.org/xen.git" SRC_URI="" else - KEYWORDS="~amd64 ~arm ~arm64 -x86" + KEYWORDS="amd64 ~arm ~arm64 -x86" UPSTREAM_VER=0 SECURITY_VER=0 # var set to reflect https://dev.gentoo.org/~idella4/ |