diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-23 17:47:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-23 17:47:21 +0000 |
commit | e623444d5739ec72f0296cfba7590e483dff2df5 (patch) | |
tree | f298fb6b7f1ea259b4a5eefd534a7c4fee507d57 /app-emulation/xen | |
parent | Stable for x86, wrt bug #463430 (diff) | |
download | gentoo-2-e623444d5739ec72f0296cfba7590e483dff2df5.tar.gz gentoo-2-e623444d5739ec72f0296cfba7590e483dff2df5.tar.bz2 gentoo-2-e623444d5739ec72f0296cfba7590e483dff2df5.zip |
Stable for x86, wrt bug #464724
(Portage version: 2.1.12.1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.2.1-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 24170f79db13..6c5cf5799e78 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.118 2013/05/23 17:17:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.119 2013/05/23 17:47:21 ago Exp $ + + 23 May 2013; Agostino Sarubbo <ago@gentoo.org> xen-4.2.1-r3.ebuild: + Stable for x86, wrt bug #464724 23 May 2013; Agostino Sarubbo <ago@gentoo.org> xen-4.2.1-r3.ebuild: Stable for amd64, wrt bug #464724 diff --git a/app-emulation/xen/xen-4.2.1-r3.ebuild b/app-emulation/xen/xen-4.2.1-r3.ebuild index 1b2e36193d33..0438931753a7 100644 --- a/app-emulation/xen/xen-4.2.1-r3.ebuild +++ b/app-emulation/xen/xen-4.2.1-r3.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.1-r3.ebuild,v 1.2 2013/05/23 17:17:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.1-r3.ebuild,v 1.3 2013/05/23 17:47:21 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 |