diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-02 16:15:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-02 16:15:13 +0000 |
commit | ff0552eee3373f5f6db94a2dcd69510a12000e1a (patch) | |
tree | 420086f59d79ba3173d6184d7da1002eb1f34ef8 /app-emulation | |
parent | Version bump. (diff) | |
download | gentoo-2-ff0552eee3373f5f6db94a2dcd69510a12000e1a.tar.gz gentoo-2-ff0552eee3373f5f6db94a2dcd69510a12000e1a.tar.bz2 gentoo-2-ff0552eee3373f5f6db94a2dcd69510a12000e1a.zip |
Stable for amd64, wrt bug #472214
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.2.2-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 9e1ef0c6644b..29f866943ac1 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.163 2013/07/01 07:44:16 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.164 2013/07/02 16:15:13 ago Exp $ + + 02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xen-tools-4.2.2-r3.ebuild: + Stable for amd64, wrt bug #472214 01 Jul 2013; Ian Delaney <idella4@gentoo.org> xen-tools-4.2.1-r3.ebuild, xen-tools-4.2.1-r4.ebuild, xen-tools-4.2.1-r5.ebuild, diff --git a/app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild index c9c05dd73453..71b21ba9db74 100644 --- a/app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.2.2-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.2.2-r3.ebuild,v 1.2 2013/07/01 07:44:16 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild,v 1.3 2013/07/02 16:15:13 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 |