diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-08-20 15:59:53 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-08-20 15:59:53 +0000 |
commit | a5ad7d01cc7b479d111f919917fee34b880997ef (patch) | |
tree | 28bdad555296f438f5a6e5c3865de2063ecaf7ed /app-emulation | |
parent | Stable for amd64, wrt bug #519202 (diff) | |
download | gentoo-2-a5ad7d01cc7b479d111f919917fee34b880997ef.tar.gz gentoo-2-a5ad7d01cc7b479d111f919917fee34b880997ef.tar.bz2 gentoo-2-a5ad7d01cc7b479d111f919917fee34b880997ef.zip |
Stable for x86, wrt bug #519800
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.2.4-r5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 38b3c7f54e66..27c36d6a8370 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,9 @@ # 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.171 2014/08/20 15:49:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.172 2014/08/20 15:59:53 ago Exp $ + + 20 Aug 2014; Agostino Sarubbo <ago@gentoo.org> xen-4.2.4-r5.ebuild: + Stable for x86, wrt bug #519800 20 Aug 2014; Agostino Sarubbo <ago@gentoo.org> xen-4.2.4-r5.ebuild, xen-4.3.2-r5.ebuild: diff --git a/app-emulation/xen/xen-4.2.4-r5.ebuild b/app-emulation/xen/xen-4.2.4-r5.ebuild index f33994702ffb..4ee8a4028a82 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.2 2014/08/20 15:49:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.4-r5.ebuild,v 1.3 2014/08/20 15:59:53 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= |