diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-02 21:15:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-02 21:15:45 +0000 |
commit | e41de251c7e1b79029ceb4fd2c078db2a0fb0204 (patch) | |
tree | fecd14ad2fdf3879e3e5053bd493b61d0da52e81 /app-emulation/xen | |
parent | Version bump (diff) | |
download | gentoo-2-e41de251c7e1b79029ceb4fd2c078db2a0fb0204.tar.gz gentoo-2-e41de251c7e1b79029ceb4fd2c078db2a0fb0204.tar.bz2 gentoo-2-e41de251c7e1b79029ceb4fd2c078db2a0fb0204.zip |
Stable for amd64, wrt bug #454314
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.2.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index c0b19175d0bd..cebe2040b991 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/xen # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.103 2013/01/31 15:43:53 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.104 2013/02/02 21:15:45 ago Exp $ + + 02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> xen-4.2.0-r1.ebuild: + Stable for amd64, wrt bug #454314 01 Feb 2013; Ian Delaney <idella4@gentoo.org> xen-4.2.0-r1.ebuild, xen-4.2.1-r1.ebuild: diff --git a/app-emulation/xen/xen-4.2.0-r1.ebuild b/app-emulation/xen/xen-4.2.0-r1.ebuild index 0d7f36dd91d9..f300cbf8d9c0 100644 --- a/app-emulation/xen/xen-4.2.0-r1.ebuild +++ b/app-emulation/xen/xen-4.2.0-r1.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/xen-4.2.0-r1.ebuild,v 1.2 2013/01/31 15:43:53 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.0-r1.ebuild,v 1.3 2013/02/02 21:15:45 ago Exp $ EAPI=5 @@ -13,7 +13,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" fi |