diff options
author | 2006-10-20 08:56:49 +0000 | |
---|---|---|
committer | 2006-10-20 08:56:49 +0000 | |
commit | 01625da8e677eb3e3d6e45eac48b856c243d633e (patch) | |
tree | 4f3fcda5512beef53115999d9e873146f0d80e0f /x11-misc/lineakd/lineakd-0.8.4.ebuild | |
parent | Marked stable on x86. (diff) | |
download | historical-01625da8e677eb3e3d6e45eac48b856c243d633e.tar.gz historical-01625da8e677eb3e3d6e45eac48b856c243d633e.tar.bz2 historical-01625da8e677eb3e3d6e45eac48b856c243d633e.zip |
Add patch for default config, see bug #151886.
Package-Manager: portage-2.1.2_pre3-r5
Diffstat (limited to 'x11-misc/lineakd/lineakd-0.8.4.ebuild')
-rw-r--r-- | x11-misc/lineakd/lineakd-0.8.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/lineakd/lineakd-0.8.4.ebuild b/x11-misc/lineakd/lineakd-0.8.4.ebuild index fdc7c0dfb8cb..811637c4b16e 100644 --- a/x11-misc/lineakd/lineakd-0.8.4.ebuild +++ b/x11-misc/lineakd/lineakd-0.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.8.4.ebuild,v 1.5 2006/09/24 09:22:45 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.8.4.ebuild,v 1.6 2006/10/20 08:56:49 nelchael Exp $ inherit eutils @@ -30,7 +30,8 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/lineakd-0.8.4-mandestdir.patch + epatch ${FILESDIR}/${P}-defconfig.patch + epatch ${FILESDIR}/${P}-mandestdir.patch } src_compile() { |