diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-12-04 19:24:12 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-12-04 19:24:12 +0000 |
commit | f6819605b13bc6f4eb74adf434956683d51f7b68 (patch) | |
tree | c83526832aae55d96d3bcf6ba96df6b47eee1826 /app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild | |
parent | Version bump for the 3.0 series (diff) | |
download | gentoo-2-f6819605b13bc6f4eb74adf434956683d51f7b68.tar.gz gentoo-2-f6819605b13bc6f4eb74adf434956683d51f7b68.tar.bz2 gentoo-2-f6819605b13bc6f4eb74adf434956683d51f7b68.zip |
This is supposed to be stable amd64 and x86. We do not remove stable keywords just for fun.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild b/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild index 1fc951870ba4..e32dc1011b34 100644 --- a/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild,v 1.7 2012/12/04 12:27:02 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild,v 1.8 2012/12/04 19:24:12 scarabeus Exp $ EAPI="3" @@ -13,7 +13,7 @@ if [[ $PV == *9999 ]]; then S="${WORKDIR}/${REPO}" live_eclass="mercurial" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" XEN_EXTFILES_URL="http://xenbits.xensource.com/xen-extfiles" SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz \ $XEN_EXTFILES_URL/ipxe-git-v1.0.0.tar.gz |