diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-16 07:07:46 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-16 07:07:46 +0000 |
commit | 8e6c51f8ef53c2098177a187ab7e4ae40c6edf48 (patch) | |
tree | a1953c84786c006ba0e0e542002cfaf30908c621 /app-emulation/xen/xen-4.5.0-r8.ebuild | |
parent | Updating remote-id in metadata.xml (diff) | |
download | gentoo-2-8e6c51f8ef53c2098177a187ab7e4ae40c6edf48.tar.gz gentoo-2-8e6c51f8ef53c2098177a187ab7e4ae40c6edf48.tar.bz2 gentoo-2-8e6c51f8ef53c2098177a187ab7e4ae40c6edf48.zip |
Stable for amd64, wrt bug #550658
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emulation/xen/xen-4.5.0-r8.ebuild')
-rw-r--r-- | app-emulation/xen/xen-4.5.0-r8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen/xen-4.5.0-r8.ebuild b/app-emulation/xen/xen-4.5.0-r8.ebuild index 40bf3177401b..fffb93d494a4 100644 --- a/app-emulation/xen/xen-4.5.0-r8.ebuild +++ b/app-emulation/xen/xen-4.5.0-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.5.0-r8.ebuild,v 1.1 2015/06/15 08:47:07 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.5.0-r8.ebuild,v 1.2 2015/06/16 07:07:46 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ if [[ $PV == *9999 ]]; then EGIT_REPO_URI="git://xenbits.xen.org/${PN}.git" live_eclass="git-2" else - KEYWORDS="~arm ~arm64 ~amd64" + KEYWORDS="amd64 ~arm ~arm64" UPSTREAM_VER=6 SECURITY_VER=3 GENTOO_VER= |