diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-11-01 10:14:16 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-11-01 10:14:16 +0000 |
commit | e509d88f6696f5949d854011f1482457e7e779a8 (patch) | |
tree | d371c7ef01676a78ec54978a3db2d73262ae4fee /app-emulation/xen-tools | |
parent | Depend on orbit with gnome useflag. (diff) | |
download | gentoo-2-e509d88f6696f5949d854011f1482457e7e779a8.tar.gz gentoo-2-e509d88f6696f5949d854011f1482457e7e779a8.tar.bz2 gentoo-2-e509d88f6696f5949d854011f1482457e7e779a8.zip |
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani & Ian "idella4" Delaney in bug #360621.
(Portage version: 2.1.10.32/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog index 69528142a71e..08b6df4c1ef5 100644 --- a/app-emulation/xen-tools/ChangeLog +++ b/app-emulation/xen-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/xen-tools # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.103 2011/10/25 18:40:28 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.104 2011/11/01 10:14:16 chainsaw Exp $ + + 01 Nov 2011; Tony Vroon <chainsaw@gentoo.org> xen-tools-4.1.1-r6.ebuild: + Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El + Lazkani & Ian "idella4" Delaney in bug #360621. *xen-tools-4.1.2 (25 Oct 2011) 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 f46835576545..84bd65697b9c 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-2011 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.2 2011/10/24 12:02:08 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild,v 1.3 2011/11/01 10:14:16 chainsaw Exp $ EAPI="3" @@ -11,7 +11,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" |