diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-01-22 10:31:11 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-01-22 10:31:11 +0100 |
commit | 3466bd9b1d532bf8540eda1ff76d0e43e2ce706c (patch) | |
tree | a829285db4e4da0c47a243200620da39848e25d6 /app-emulation/xen | |
parent | www-client/chromium: dev channel bump (49.0.2623.0) (diff) | |
download | gentoo-3466bd9b1d532bf8540eda1ff76d0e43e2ce706c.tar.gz gentoo-3466bd9b1d532bf8540eda1ff76d0e43e2ce706c.tar.bz2 gentoo-3466bd9b1d532bf8540eda1ff76d0e43e2ce706c.zip |
app-emulation/xen: 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')
-rw-r--r-- | app-emulation/xen/xen-4.5.2-r4.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.6.0-r8.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen/xen-4.5.2-r4.ebuild b/app-emulation/xen/xen-4.5.2-r4.ebuild index 562dff8085b9..659c2909bc56 100644 --- a/app-emulation/xen/xen-4.5.2-r4.ebuild +++ b/app-emulation/xen/xen-4.5.2-r4.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-r8.ebuild b/app-emulation/xen/xen-4.6.0-r8.ebuild index e18fe471dbe1..45064a4b497f 100644 --- a/app-emulation/xen/xen-4.6.0-r8.ebuild +++ b/app-emulation/xen/xen-4.6.0-r8.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/ |