diff options
-rw-r--r-- | app-emulation/xen/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.2.5-r11.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.5.0-r8.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index a62c40bde740..0f70b2ade607 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/xen # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.208 2015/06/15 08:47:07 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.209 2015/06/16 07:07:46 ago Exp $ + + 16 Jun 2015; Agostino Sarubbo <ago@gentoo.org> xen-4.2.5-r11.ebuild, + xen-4.5.0-r8.ebuild: + Stable for amd64, wrt bug #550658 *xen-4.5.0-r8 (15 Jun 2015) *xen-4.4.2-r4 (15 Jun 2015) diff --git a/app-emulation/xen/xen-4.2.5-r11.ebuild b/app-emulation/xen/xen-4.2.5-r11.ebuild index d85b90bf1118..082afb249d7f 100644 --- a/app-emulation/xen/xen-4.2.5-r11.ebuild +++ b/app-emulation/xen/xen-4.2.5-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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-r11.ebuild,v 1.1 2015/06/15 08:47:07 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.5-r11.ebuild,v 1.2 2015/06/16 07:07:46 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=9 SECURITY_VER=3 GENTOO_VER= diff --git a/app-emulation/xen/xen-4.5.0-r8.ebuild b/app-emulation/xen/xen-4.5.0-r8.ebuild index 40bf3177401b..fffb93d494a4 100644 --- a/app-emulation/xen/xen-4.5.0-r8.ebuild +++ b/app-emulation/xen/xen-4.5.0-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.5.0-r8.ebuild,v 1.1 2015/06/15 08:47:07 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.5.0-r8.ebuild,v 1.2 2015/06/16 07:07:46 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ if [[ $PV == *9999 ]]; then EGIT_REPO_URI="git://xenbits.xen.org/${PN}.git" live_eclass="git-2" else - KEYWORDS="~arm ~arm64 ~amd64" + KEYWORDS="amd64 ~arm ~arm64" UPSTREAM_VER=6 SECURITY_VER=3 GENTOO_VER= |