diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-02 21:16:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-02 21:16:34 +0000 |
commit | 880e5495456fe9db9e0773eadc550e7ec7b1c6ea (patch) | |
tree | 254d4ce6ec67ccc53dc2cc5010e00b562836b5c2 /app-emulation | |
parent | Stable for amd64, wrt bug #454314 (diff) | |
download | gentoo-2-880e5495456fe9db9e0773eadc550e7ec7b1c6ea.tar.gz gentoo-2-880e5495456fe9db9e0773eadc550e7ec7b1c6ea.tar.bz2 gentoo-2-880e5495456fe9db9e0773eadc550e7ec7b1c6ea.zip |
Stable for x86, wrt bug #454314
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.2.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index cebe2040b991..54b26b11a700 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/xen # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.104 2013/02/02 21:15:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.105 2013/02/02 21:16:34 ago Exp $ + + 02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> xen-4.2.0-r1.ebuild: + Stable for x86, wrt bug #454314 02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> xen-4.2.0-r1.ebuild: Stable for amd64, wrt bug #454314 diff --git a/app-emulation/xen/xen-4.2.0-r1.ebuild b/app-emulation/xen/xen-4.2.0-r1.ebuild index f300cbf8d9c0..9ab9c1888424 100644 --- a/app-emulation/xen/xen-4.2.0-r1.ebuild +++ b/app-emulation/xen/xen-4.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.0-r1.ebuild,v 1.3 2013/02/02 21:15:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.0-r1.ebuild,v 1.4 2013/02/02 21:16:34 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" SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz" fi |