diff options
author | 2014-05-17 13:32:30 +0000 | |
---|---|---|
committer | 2014-05-17 13:32:30 +0000 | |
commit | 1af6dfc49c92cca27c556f3fd77093e70660970e (patch) | |
tree | b38e458955f360bfd384cbead4645247f7587959 /app-emulation/xen | |
parent | Updating homepage and mirror due to BerliOS finally closing its doors. (diff) | |
download | gentoo-2-1af6dfc49c92cca27c556f3fd77093e70660970e.tar.gz gentoo-2-1af6dfc49c92cca27c556f3fd77093e70660970e.tar.bz2 gentoo-2-1af6dfc49c92cca27c556f3fd77093e70660970e.zip |
Stable for amd64, wrt bug #509054
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.2.4-r2.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.3.2-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 93fbb2a82230..d3c369db3f3f 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/xen # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.160 2014/05/14 15:07:27 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.161 2014/05/17 13:32:30 ago Exp $ + + 17 May 2014; Agostino Sarubbo <ago@gentoo.org> xen-4.2.4-r2.ebuild, + xen-4.3.2-r2.ebuild: + Stable for amd64, wrt bug #509054 *xen-4.4.0-r3 (14 May 2014) diff --git a/app-emulation/xen/xen-4.2.4-r2.ebuild b/app-emulation/xen/xen-4.2.4-r2.ebuild index 03e1297f0430..eaf8995a9310 100644 --- a/app-emulation/xen/xen-4.2.4-r2.ebuild +++ b/app-emulation/xen/xen-4.2.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.4-r2.ebuild,v 1.1 2014/05/10 00:06:23 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.4-r2.ebuild,v 1.2 2014/05/17 13:32:30 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ if [[ $PV == *9999 ]]; then S="${WORKDIR}/${REPO}" live_eclass="mercurial" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" UPSTREAM_VER=1 GENTOO_VER= diff --git a/app-emulation/xen/xen-4.3.2-r2.ebuild b/app-emulation/xen/xen-4.3.2-r2.ebuild index 663bdcc6ed1f..15edcec6c8fe 100644 --- a/app-emulation/xen/xen-4.3.2-r2.ebuild +++ b/app-emulation/xen/xen-4.3.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.2-r2.ebuild,v 1.1 2014/05/10 00:06:23 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.2-r2.ebuild,v 1.2 2014/05/17 13:32:30 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ if [[ $PV == *9999 ]]; then live_eclass="mercurial" else # Set to match entry in stable 4.3.1-r1, Bug 493944 - KEYWORDS="~amd64 -x86" + KEYWORDS="amd64 -x86" UPSTREAM_VER=1 GENTOO_VER= |