diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-04-04 16:14:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-04-04 16:14:51 +0000 |
commit | 4d0b05d8d6e51a10a38145de61dbb1130e3fa64c (patch) | |
tree | 17ba62207d6f1d1491e25e24fd29cc400cec5468 /net-print | |
parent | Bump dep on libgphoto2; bug #215322 (diff) | |
download | gentoo-2-4d0b05d8d6e51a10a38145de61dbb1130e3fa64c.tar.gz gentoo-2-4d0b05d8d6e51a10a38145de61dbb1130e3fa64c.tar.bz2 gentoo-2-4d0b05d8d6e51a10a38145de61dbb1130e3fa64c.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hplip/hplip-2.8.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-print/hplip/hplip-2.8.2.ebuild b/net-print/hplip/hplip-2.8.2.ebuild index ae747d15abe1..f10beeaf89bd 100644 --- a/net-print/hplip/hplip-2.8.2.ebuild +++ b/net-print/hplip/hplip-2.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.8.2.ebuild,v 1.1 2008/04/04 14:35:21 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.8.2.ebuild,v 1.2 2008/04/04 16:14:51 mr_bones_ Exp $ inherit eutils linux-info @@ -114,7 +114,6 @@ src_compile() { # The code snippet below should go in the 'econf' block above # $(use_enable cupsddk foomatic-drv-install) \ - src_install() { emake -j1 DESTDIR="${D}" install || die "emake install failed" rm -f "${D}"/etc/sane.d/dll.conf |