diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-07-30 09:58:16 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-07-30 09:58:16 +0000 |
commit | 5bf891d6f262427802afe2ae511e7ac4d4c28c63 (patch) | |
tree | 7adedca527b7113a937c5ea4d216fd262d88ee05 /app-emulation | |
parent | Stable for x86, wrt bug #555642 (diff) | |
download | gentoo-2-5bf891d6f262427802afe2ae511e7ac4d4c28c63.tar.gz gentoo-2-5bf891d6f262427802afe2ae511e7ac4d4c28c63.tar.bz2 gentoo-2-5bf891d6f262427802afe2ae511e7ac4d4c28c63.zip |
Stable for x86, wrt bug #555532
(Portage version: 2.2.20/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.5-r9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog index fb5e740dec95..df7449e85460 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.306 2015/07/30 09:56:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.307 2015/07/30 09:58:16 ago Exp $ + + 30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> xen-tools-4.2.5-r9.ebuild: + Stable for x86, wrt bug #555532 30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> xen-tools-4.2.5-r9.ebuild, xen-tools-4.5.1-r2.ebuild: diff --git a/app-emulation/xen-tools/xen-tools-4.2.5-r9.ebuild b/app-emulation/xen-tools/xen-tools-4.2.5-r9.ebuild index 2d11d47915f6..b6058aec1cd8 100644 --- a/app-emulation/xen-tools/xen-tools-4.2.5-r9.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.2.5-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.5-r9.ebuild,v 1.2 2015/07/30 09:53:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.5-r9.ebuild,v 1.3 2015/07/30 09:58:16 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=9 SECURITY_VER=5 # xen-tools's gentoo patches tarball |