diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-26 13:53:12 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-26 13:53:12 +0000 |
commit | 1482a1d133acd6836cdc6abe028b1db6676b1bfe (patch) | |
tree | 902bde9ba8f2e4c09490e94f376e715a194183bf /app-emulation | |
parent | Stable on ppc and ppc64, bug #528004 (diff) | |
download | gentoo-2-1482a1d133acd6836cdc6abe028b1db6676b1bfe.tar.gz gentoo-2-1482a1d133acd6836cdc6abe028b1db6676b1bfe.tar.bz2 gentoo-2-1482a1d133acd6836cdc6abe028b1db6676b1bfe.zip |
Stable for amd64, wrt bug #530182
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.2.5-r2.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.3.3-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 96a589f6fa22..b73c580a79a9 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.180 2014/11/26 03:29:54 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.181 2014/11/26 13:53:12 ago Exp $ + + 26 Nov 2014; Agostino Sarubbo <ago@gentoo.org> xen-4.2.5-r2.ebuild, + xen-4.3.3-r2.ebuild: + Stable for amd64, wrt bug #530182 *xen-4.4.1-r3 (26 Nov 2014) *xen-4.3.3-r2 (26 Nov 2014) diff --git a/app-emulation/xen/xen-4.2.5-r2.ebuild b/app-emulation/xen/xen-4.2.5-r2.ebuild index 7931526bbaa0..4a817a827281 100644 --- a/app-emulation/xen/xen-4.2.5-r2.ebuild +++ b/app-emulation/xen/xen-4.2.5-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.5-r2.ebuild,v 1.1 2014/11/26 03:29:54 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.5-r2.ebuild,v 1.2 2014/11/26 13:53:12 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.3-r2.ebuild b/app-emulation/xen/xen-4.3.3-r2.ebuild index fde91823087a..1740eb8a662d 100644 --- a/app-emulation/xen/xen-4.3.3-r2.ebuild +++ b/app-emulation/xen/xen-4.3.3-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.3-r2.ebuild,v 1.1 2014/11/26 03:29:54 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.3-r2.ebuild,v 1.2 2014/11/26 13:53:12 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= |