diff options
author | Ian Delaney <idella4@gentoo.org> | 2012-12-04 12:27:02 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2012-12-04 12:27:02 +0000 |
commit | 4199a613a805c0d50b90b9f37e186ef90f2131c1 (patch) | |
tree | ac62e0f7bb7d74d106f4eefb6086c1df452f8b86 /app-emulation/xen-tools | |
parent | remove old (diff) | |
download | gentoo-2-4199a613a805c0d50b90b9f37e186ef90f2131c1.tar.gz gentoo-2-4199a613a805c0d50b90b9f37e186ef90f2131c1.tar.bz2 gentoo-2-4199a613a805c0d50b90b9f37e186ef90f2131c1.zip |
Correction to amd64 keyword in 4.4.4-r6
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.1.1-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 f61f6366db7a..ebaa0c4b8765 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.115 2012/12/04 12:00:12 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.116 2012/12/04 12:27:02 idella4 Exp $ + + 05 Dec 2012; Ian Delaney <idella4@gentoo.org> xen-tools-4.1.1-r6.ebuild: + Correction to amd64 keyword in 4.4.4-r6 *xen-tools-4.2.0-r1 (05 Dec 2012) diff --git a/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild b/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild index a8e8710f18a8..1fc951870ba4 100644 --- a/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.1.1-r6.ebuild,v 1.6 2012/12/04 12:00:12 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild,v 1.7 2012/12/04 12:27:02 idella4 Exp $ EAPI="3" @@ -13,7 +13,7 @@ if [[ $PV == *9999 ]]; then S="${WORKDIR}/${REPO}" live_eclass="mercurial" else - KEYWORDS="amd64 ~x86" + KEYWORDS="~amd64 ~x86" XEN_EXTFILES_URL="http://xenbits.xensource.com/xen-extfiles" SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz \ $XEN_EXTFILES_URL/ipxe-git-v1.0.0.tar.gz |