diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-02-21 04:49:13 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-02-21 04:49:13 +0000 |
commit | 527a8747a27ccfcc3ed802a973deaf12da92e267 (patch) | |
tree | 7c70dfb8f2ca6d4383f2af6d095a9e267c68c6af /app-emulation/xen-tools/xen-tools-4.2.4.ebuild | |
parent | Bump. (diff) | |
download | gentoo-2-527a8747a27ccfcc3ed802a973deaf12da92e267.tar.gz gentoo-2-527a8747a27ccfcc3ed802a973deaf12da92e267.tar.bz2 gentoo-2-527a8747a27ccfcc3ed802a973deaf12da92e267.zip |
correct typos, tidy
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-emulation/xen-tools/xen-tools-4.2.4.ebuild')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.2.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.2.4.ebuild b/app-emulation/xen-tools/xen-tools-4.2.4.ebuild index 0f285478133e..25a922cd5118 100644 --- a/app-emulation/xen-tools/xen-tools-4.2.4.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.4.ebuild,v 1.2 2014/02/20 15:24:04 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.4.ebuild,v 1.3 2014/02/21 04:49:13 idella4 Exp $ EAPI=5 @@ -19,12 +19,12 @@ else GENTOO_VER= [[ -n ${UPSTREAM_VER} ]] && \ - UPSTRAM_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz" + UPSTREAM_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz" [[ -n ${GENTOO_VER} ]] && \ GENTOO_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-gentoo-patches-${GENTOO_VER}.tar.xz" SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz - ${UPSTRAM_PATCHSET_URI} + ${UPSTREAM_PATCHSET_URI} ${GENTOO_PATCHSET_URI}" S="${WORKDIR}/xen-${PV}" fi |