diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-12 04:37:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-12 04:37:48 +0000 |
commit | 17972c8e8b40cec7c9d992667089f2863df8fed4 (patch) | |
tree | 5c70998d61b21e839faec2a32fe19c75b018889e /app-text/htmlrecode | |
parent | Import from gentoo-sunrise, bug #160755 (diff) | |
download | gentoo-2-17972c8e8b40cec7c9d992667089f2863df8fed4.tar.gz gentoo-2-17972c8e8b40cec7c9d992667089f2863df8fed4.tar.bz2 gentoo-2-17972c8e8b40cec7c9d992667089f2863df8fed4.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-text/htmlrecode')
-rw-r--r-- | app-text/htmlrecode/htmlrecode-1.2.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-text/htmlrecode/htmlrecode-1.2.0.ebuild b/app-text/htmlrecode/htmlrecode-1.2.0.ebuild index 35f7087326df..6332be5fa792 100644 --- a/app-text/htmlrecode/htmlrecode-1.2.0.ebuild +++ b/app-text/htmlrecode/htmlrecode-1.2.0.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/app-text/htmlrecode/htmlrecode-1.2.0.ebuild,v 1.4 2006/03/16 14:31:21 ehmsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htmlrecode/htmlrecode-1.2.0.ebuild,v 1.5 2007/07/12 04:37:47 mr_bones_ Exp $ DESCRIPTION="Recodes HTML file using a new character set" HOMEPAGE="http://bisqwit.iki.fi/source/htmlrecode.html" @@ -28,7 +28,6 @@ src_unpack() { touch .depend argh/.depend } - src_compile() { emake -C argh libargh.a || die emake htmlrecode || die |