summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2006-03-06 05:16:57 +0000
committerDaniel Goller <morfic@gentoo.org>2006-03-06 05:16:57 +0000
commit432d3a5769e6d98f86b0956be92dd06cd0895a08 (patch)
tree0b6dd489c186a4698ebcb5303bf8d9c25b07dec9 /dev-util/ketchup/ketchup-0.9.6_p20060301.ebuild
parentupdate maintainers. (diff)
downloadhistorical-432d3a5769e6d98f86b0956be92dd06cd0895a08.tar.gz
historical-432d3a5769e6d98f86b0956be92dd06cd0895a08.tar.bz2
historical-432d3a5769e6d98f86b0956be92dd06cd0895a08.zip
Adding patch to fix issue with -l as reported in bug #124874
Package-Manager: portage-2.1_pre5-r2
Diffstat (limited to 'dev-util/ketchup/ketchup-0.9.6_p20060301.ebuild')
-rw-r--r--dev-util/ketchup/ketchup-0.9.6_p20060301.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-util/ketchup/ketchup-0.9.6_p20060301.ebuild b/dev-util/ketchup/ketchup-0.9.6_p20060301.ebuild
index 2124981ec8f6..3e6536130488 100644
--- a/dev-util/ketchup/ketchup-0.9.6_p20060301.ebuild
+++ b/dev-util/ketchup/ketchup-0.9.6_p20060301.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ketchup/ketchup-0.9.6_p20060301.ebuild,v 1.1 2006/03/02 03:18:41 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ketchup/ketchup-0.9.6_p20060301.ebuild,v 1.2 2006/03/06 05:16:57 morfic Exp $
+
+inherit eutils
DESCRIPTION="tool for updating or switching between versions of the Linux kernel source"
HOMEPAGE="http://www.selenic.com/ketchup/wiki/"
@@ -20,6 +22,7 @@ S=${WORKDIR}
src_install() {
cd Ketchup* 2>/dev/null # nightly snapshots unpack into a directory
+ epatch "${FILESDIR}/ketchup-list.patch"
dobin ./ketchup || die "could not install script"