diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-11-01 10:19:29 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-11-01 10:19:29 +0000 |
commit | b4262e34cff9a6659e5cd67e2e7822e8e11e020c (patch) | |
tree | 40f848c994afdd323846c5bd382b5ef81255d936 /app-emulation/xen | |
parent | Stable on all architectures, bug 379761. Remove old. (diff) | |
download | historical-b4262e34cff9a6659e5cd67e2e7822e8e11e020c.tar.gz historical-b4262e34cff9a6659e5cd67e2e7822e8e11e020c.tar.bz2 historical-b4262e34cff9a6659e5cd67e2e7822e8e11e020c.zip |
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani & Ian "idella4" Delaney in bug #360621.
Package-Manager: portage-2.1.10.32/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.1.1-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 6b0c9fd269a3..55dd41e978b8 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/xen # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.90 2011/10/25 18:43:54 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.91 2011/11/01 10:14:55 chainsaw Exp $ + + 01 Nov 2011; Tony Vroon <chainsaw@gentoo.org> xen-4.1.1-r2.ebuild: + Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El + Lazkani & Ian "idella4" Delaney in bug #360621. *xen-4.1.2 (25 Oct 2011) diff --git a/app-emulation/xen/xen-4.1.1-r2.ebuild b/app-emulation/xen/xen-4.1.1-r2.ebuild index d5d5ab1b7333..3fbd39e086dc 100644 --- a/app-emulation/xen/xen-4.1.1-r2.ebuild +++ b/app-emulation/xen/xen-4.1.1-r2.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/xen-4.1.1-r2.ebuild,v 1.3 2011/10/13 19:21:06 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.1.1-r2.ebuild,v 1.4 2011/11/01 10:14:55 chainsaw Exp $ EAPI="4" @@ -11,7 +11,7 @@ if [[ $PV == *9999 ]]; then S="${WORKDIR}/${REPO}" live_eclass="mercurial" else - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz" fi |