diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-07-12 11:01:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-07-12 11:01:26 +0000 |
commit | f4db64edd66e03d3d7c54afd485a0e73c3f56fd4 (patch) | |
tree | 888df45160f8512a86d32969629467110fa0a97d /app-emulation | |
parent | Stable for x86, wrt bug #513824 (diff) | |
download | gentoo-2-f4db64edd66e03d3d7c54afd485a0e73c3f56fd4.tar.gz gentoo-2-f4db64edd66e03d3d7c54afd485a0e73c3f56fd4.tar.bz2 gentoo-2-f4db64edd66e03d3d7c54afd485a0e73c3f56fd4.zip |
Stable for x86, wrt bug #513824
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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.4-r6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog index 10c38a6f9a2e..6a7df6ed0508 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.249 2014/07/12 11:01:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.250 2014/07/12 11:01:26 ago Exp $ + + 12 Jul 2014; Agostino Sarubbo <ago@gentoo.org> xen-tools-4.2.4-r6.ebuild: + Stable for x86, wrt bug #513824 12 Jul 2014; Agostino Sarubbo <ago@gentoo.org> xen-tools-4.2.4-r6.ebuild: Stable for amd64, wrt bug #513824 diff --git a/app-emulation/xen-tools/xen-tools-4.2.4-r6.ebuild b/app-emulation/xen-tools/xen-tools-4.2.4-r6.ebuild index 701739b36b4a..898613857c01 100644 --- a/app-emulation/xen-tools/xen-tools-4.2.4-r6.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.2.4-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.4-r6.ebuild,v 1.2 2014/07/12 11:01:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.4-r6.ebuild,v 1.3 2014/07/12 11:01:26 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ if [[ $PV == *9999 ]]; then S="${WORKDIR}/${REPO}" live_eclass="mercurial" else - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" UPSTREAM_VER=3 GENTOO_VER= SEABIOS_VER=1.6.3.2 |