diff options
author | 2009-09-06 18:36:27 +0000 | |
---|---|---|
committer | 2009-09-06 18:36:27 +0000 | |
commit | 72ee411e84727f94e86174a6b7a126a2dc222773 (patch) | |
tree | dd7665ecc3f12c4842c16a90b425b33ff5754719 /app-text/lout/lout-3.31.ebuild | |
parent | Fixed when kde 3 when kde4 is installed, thanks to johannis, closing bug #282829 (diff) | |
download | historical-72ee411e84727f94e86174a6b7a126a2dc222773.tar.gz historical-72ee411e84727f94e86174a6b7a126a2dc222773.tar.bz2 historical-72ee411e84727f94e86174a6b7a126a2dc222773.zip |
Remove unused patches. Fix repoman complains.
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'app-text/lout/lout-3.31.ebuild')
-rw-r--r-- | app-text/lout/lout-3.31.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/lout/lout-3.31.ebuild b/app-text/lout/lout-3.31.ebuild index afca9b967fbe..13eb8f3b56f9 100644 --- a/app-text/lout/lout-3.31.ebuild +++ b/app-text/lout/lout-3.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/lout/lout-3.31.ebuild,v 1.3 2009/07/23 23:02:13 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/lout/lout-3.31.ebuild,v 1.4 2009/09/06 18:36:26 idl0r Exp $ inherit toolchain-funcs @@ -54,13 +54,13 @@ src_install() { mkdir -p ${bindir} ${docdir} ${mandir} - make BINDIR=${bindir} \ + emake BINDIR=${bindir} \ LIBDIR=${libdir} \ DOCDIR=${docdir} \ MANDIR=${mandir} \ install installdoc installman || die "make install failed" - lout -x -s ${D}/usr/share/lout/include/init || die "lout init failed" + lout -x -s "${D}"/usr/share/lout/include/init || die "lout init failed" mv ${docdir}/README{,.docs} dodoc README READMEPDF blurb blurb.short whatsnew |