diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-08-30 18:37:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-08-30 18:37:31 +0000 |
commit | 949aa7549f599689484f780e24d359e5d8c29eda (patch) | |
tree | 37338e77867147f113a09828caa7fc0d00916a42 /dev-ml/camlp5 | |
parent | Version bump to 3.4.9_pre2 to remove suspend support until we have a better i... (diff) | |
download | gentoo-2-949aa7549f599689484f780e24d359e5d8c29eda.tar.gz gentoo-2-949aa7549f599689484f780e24d359e5d8c29eda.tar.bz2 gentoo-2-949aa7549f599689484f780e24d359e5d8c29eda.zip |
whitespace
(Portage version: 2.1.2.12)
Diffstat (limited to 'dev-ml/camlp5')
-rw-r--r-- | dev-ml/camlp5/camlp5-4.07.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-ml/camlp5/camlp5-4.07.ebuild b/dev-ml/camlp5/camlp5-4.07.ebuild index 0f29d582d267..30960b633a6f 100644 --- a/dev-ml/camlp5/camlp5-4.07.ebuild +++ b/dev-ml/camlp5/camlp5-4.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-4.07.ebuild,v 1.1 2007/08/30 12:41:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-4.07.ebuild,v 1.2 2007/08/30 18:37:31 mr_bones_ Exp $ inherit multilib eutils @@ -22,7 +22,6 @@ src_unpack() { epatch "${FILESDIR}/install_destdir.dpatch" } - src_compile() { ./configure \ -prefix /usr \ |