diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-21 11:41:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-21 11:41:41 +0000 |
commit | d62bfd76093d417677af04272f8cfeb52df0af05 (patch) | |
tree | 30cb484f67852400dfb1792f52aad73120068a40 /app-emulation | |
parent | Stable for x86, wrt bug #532984 (diff) | |
download | gentoo-2-d62bfd76093d417677af04272f8cfeb52df0af05.tar.gz gentoo-2-d62bfd76093d417677af04272f8cfeb52df0af05.tar.bz2 gentoo-2-d62bfd76093d417677af04272f8cfeb52df0af05.zip |
Stable for x86, wrt bug #532030
(Portage version: 2.2.14/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.5-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index bf3988ab2ecf..32186d59643a 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.183 2014/12/21 11:36:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.184 2014/12/21 11:41:41 ago Exp $ + + 21 Dec 2014; Agostino Sarubbo <ago@gentoo.org> xen-4.2.5-r3.ebuild: + Stable for x86, wrt bug #532030 21 Dec 2014; Agostino Sarubbo <ago@gentoo.org> xen-4.2.5-r3.ebuild, xen-4.3.3-r3.ebuild: diff --git a/app-emulation/xen/xen-4.2.5-r3.ebuild b/app-emulation/xen/xen-4.2.5-r3.ebuild index de770325dc8f..7c36d1105ee5 100644 --- a/app-emulation/xen/xen-4.2.5-r3.ebuild +++ b/app-emulation/xen/xen-4.2.5-r3.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-r3.ebuild,v 1.2 2014/12/21 11:36:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.5-r3.ebuild,v 1.3 2014/12/21 11:41:41 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=2 GENTOO_VER= |