diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-10 13:34:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-10 13:34:57 +0000 |
commit | 3af66a14224f9b85ca2b3dbad020140c30791944 (patch) | |
tree | be88e39b1952ea7b2395fef4fa0ac419ec006982 /app-emulation/xen-tools | |
parent | Stable for x86, wrt bug #486354 (diff) | |
download | gentoo-2-3af66a14224f9b85ca2b3dbad020140c30791944.tar.gz gentoo-2-3af66a14224f9b85ca2b3dbad020140c30791944.tar.bz2 gentoo-2-3af66a14224f9b85ca2b3dbad020140c30791944.zip |
Stable for x86, wrt bug #486354
(Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog index eccb4a15e521..4dd0c460455d 100644 --- a/app-emulation/xen-tools/ChangeLog +++ b/app-emulation/xen-tools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/xen-tools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.208 2013/12/10 13:34:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.209 2013/12/10 13:34:57 ago Exp $ + + 10 Dec 2013; Agostino Sarubbo <ago@gentoo.org> xen-tools-4.3.1-r3.ebuild: + Stable for x86, wrt bug #486354 10 Dec 2013; Agostino Sarubbo <ago@gentoo.org> xen-tools-4.3.1-r3.ebuild: Stable for amd64, wrt bug #486354 diff --git a/app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild index 1b26f6eb6658..0b5843a693b5 100644 --- a/app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.3.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-tools/xen-tools-4.3.1-r3.ebuild,v 1.2 2013/12/10 13:34:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild,v 1.3 2013/12/10 13:34:57 ago Exp $ EAPI=5 @@ -17,7 +17,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 $IPXE_TARBALL_URL $XEN_SEABIOS_URL" |