diff options
author | 2006-03-06 05:16:57 +0000 | |
---|---|---|
committer | 2006-03-06 05:16:57 +0000 | |
commit | 432d3a5769e6d98f86b0956be92dd06cd0895a08 (patch) | |
tree | 0b6dd489c186a4698ebcb5303bf8d9c25b07dec9 /dev-util/ketchup/ketchup-0.9.6_p20060301.ebuild | |
parent | update maintainers. (diff) | |
download | historical-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.ebuild | 5 |
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" |