diff options
author | 2015-07-10 10:14:07 +0000 | |
---|---|---|
committer | 2015-07-10 10:14:07 +0000 | |
commit | cc742dbb753b1380dbe2dfc6ec2b902374a4a9f2 (patch) | |
tree | ecf634c4a10dacc1005066d10f48887d964ec7f0 /app-emulation | |
parent | Stable for amd64, wrt bug #553664 (diff) | |
download | gentoo-2-cc742dbb753b1380dbe2dfc6ec2b902374a4a9f2.tar.gz gentoo-2-cc742dbb753b1380dbe2dfc6ec2b902374a4a9f2.tar.bz2 gentoo-2-cc742dbb753b1380dbe2dfc6ec2b902374a4a9f2.zip |
Stable for amd64, wrt bug #553664
(Portage version: 2.2.20/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/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index ec26fb63b5b2..375bfc433e60 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/xen # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.212 2015/07/06 09:36:37 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.213 2015/07/10 10:14:07 ago Exp $ + + 10 Jul 2015; Agostino Sarubbo <ago@gentoo.org> xen-4.5.1.ebuild: + Stable for amd64, wrt bug #553664 *xen-4.5.1 (06 Jul 2015) diff --git a/app-emulation/xen/xen-4.5.1.ebuild b/app-emulation/xen/xen-4.5.1.ebuild index 7732d64bd975..49f8a97c377d 100644 --- a/app-emulation/xen/xen-4.5.1.ebuild +++ b/app-emulation/xen/xen-4.5.1.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/xen-4.5.1.ebuild,v 1.1 2015/07/06 09:36:37 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.5.1.ebuild,v 1.2 2015/07/10 10:14:07 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ if [[ $PV == *9999 ]]; then EGIT_REPO_URI="git://xenbits.xen.org/${PN}.git" live_eclass="git-2" else - KEYWORDS="~amd64 ~arm ~arm64 -x86" + KEYWORDS="amd64 ~arm ~arm64 -x86" UPSTREAM_VER= SECURITY_VER= GENTOO_VER= |