diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-02 16:15:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-02 16:15:25 +0000 |
commit | f4e2a10c05b8dc449cbb605bc2337ab9c4a34d74 (patch) | |
tree | 99740af61ad8c71d9b445caec3d6348720aab038 /app-emulation/xen | |
parent | Stable for amd64, wrt bug #472214 (diff) | |
download | gentoo-2-f4e2a10c05b8dc449cbb605bc2337ab9c4a34d74.tar.gz gentoo-2-f4e2a10c05b8dc449cbb605bc2337ab9c4a34d74.tar.bz2 gentoo-2-f4e2a10c05b8dc449cbb605bc2337ab9c4a34d74.zip |
Stable for x86, wrt bug #472214
(Portage version: 2.1.12.9/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.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index a957f23ef578..1ad3ef13e057 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.124 2013/07/02 16:06:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.125 2013/07/02 16:15:25 ago Exp $ + + 02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xen-4.2.2-r1.ebuild: + Stable for x86, wrt bug #472214 02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xen-4.2.2-r1.ebuild: Stable for amd64, wrt bug #472214 diff --git a/app-emulation/xen/xen-4.2.2-r1.ebuild b/app-emulation/xen/xen-4.2.2-r1.ebuild index a6a64ec652c2..c0bac634b8b7 100644 --- a/app-emulation/xen/xen-4.2.2-r1.ebuild +++ b/app-emulation/xen/xen-4.2.2-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.2-r1.ebuild,v 1.3 2013/07/02 16:06:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.2-r1.ebuild,v 1.4 2013/07/02 16:15:25 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 |