diff options
author | 2014-08-20 15:49:47 +0000 | |
---|---|---|
committer | 2014-08-20 15:49:47 +0000 | |
commit | 0c18bbe2150b336bbd3baccb38b9546c4c6fe6a7 (patch) | |
tree | bdfc95ea1357aef5c95c2e6f8a2794739d9f2bb6 /app-emulation | |
parent | Fix stable version for >mysql-5.5 as well (diff) | |
download | gentoo-2-0c18bbe2150b336bbd3baccb38b9546c4c6fe6a7.tar.gz gentoo-2-0c18bbe2150b336bbd3baccb38b9546c4c6fe6a7.tar.bz2 gentoo-2-0c18bbe2150b336bbd3baccb38b9546c4c6fe6a7.zip |
Stable for amd64, wrt bug #519800
(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')
-rw-r--r-- | app-emulation/xen/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.2.4-r5.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.3.2-r5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 0a07ccdca673..38b3c7f54e66 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.170 2014/08/19 14:11:54 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.171 2014/08/20 15:49:47 ago Exp $ + + 20 Aug 2014; Agostino Sarubbo <ago@gentoo.org> xen-4.2.4-r5.ebuild, + xen-4.3.2-r5.ebuild: + Stable for amd64, wrt bug #519800 *xen-4.4.0-r6 (19 Aug 2014) *xen-4.3.2-r5 (19 Aug 2014) diff --git a/app-emulation/xen/xen-4.2.4-r5.ebuild b/app-emulation/xen/xen-4.2.4-r5.ebuild index a4f8b132a949..f33994702ffb 100644 --- a/app-emulation/xen/xen-4.2.4-r5.ebuild +++ b/app-emulation/xen/xen-4.2.4-r5.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-r5.ebuild,v 1.1 2014/08/19 14:11:54 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.4-r5.ebuild,v 1.2 2014/08/20 15:49:47 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=4 GENTOO_VER= diff --git a/app-emulation/xen/xen-4.3.2-r5.ebuild b/app-emulation/xen/xen-4.3.2-r5.ebuild index 88f63d0c127a..6fd9e23a0e1b 100644 --- a/app-emulation/xen/xen-4.3.2-r5.ebuild +++ b/app-emulation/xen/xen-4.3.2-r5.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-r5.ebuild,v 1.1 2014/08/19 14:11:54 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.2-r5.ebuild,v 1.2 2014/08/20 15:49:47 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=4 GENTOO_VER= |