diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-05-14 08:54:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-05-14 08:54:45 +0000 |
commit | 9c0914e3f02dbcbd6c4ef8acbed51891cd7f621e (patch) | |
tree | e0c2a492ba4cf5b4c96695fc72e2466e8d5cb183 /app-emulation | |
parent | Stable for x86, wrt bug #549200 (diff) | |
download | gentoo-2-9c0914e3f02dbcbd6c4ef8acbed51891cd7f621e.tar.gz gentoo-2-9c0914e3f02dbcbd6c4ef8acbed51891cd7f621e.tar.bz2 gentoo-2-9c0914e3f02dbcbd6c4ef8acbed51891cd7f621e.zip |
Stable for x86, wrt bug #549200
(Portage version: 2.2.18/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-r5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog index 9cb27ffa5985..766ac523c51e 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.285 2015/05/14 08:54:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.286 2015/05/14 08:54:45 ago Exp $ + + 14 May 2015; Agostino Sarubbo <ago@gentoo.org> xen-tools-4.2.5-r5.ebuild: + Stable for x86, wrt bug #549200 14 May 2015; Agostino Sarubbo <ago@gentoo.org> xen-tools-4.2.5-r5.ebuild, xen-tools-4.4.2-r2.ebuild: diff --git a/app-emulation/xen-tools/xen-tools-4.2.5-r5.ebuild b/app-emulation/xen-tools/xen-tools-4.2.5-r5.ebuild index 778365dcd46e..1da75e732219 100644 --- a/app-emulation/xen-tools/xen-tools-4.2.5-r5.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.2.5-r5.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-r5.ebuild,v 1.2 2015/05/14 08:54:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.5-r5.ebuild,v 1.3 2015/05/14 08:54:45 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=7 SECURITY_VER=1 # xen-tools's gentoo patches tarball |