diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:12:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:12:50 +0000 |
commit | 341090b937deb0c14612b4bbcae532e597a26650 (patch) | |
tree | 518fdae340e3ae4027d7f9d0cbbc0f48047ae28d /dev-libs/ucl/ucl-1.01-r1.ebuild | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-341090b937deb0c14612b4bbcae532e597a26650.tar.gz gentoo-2-341090b937deb0c14612b4bbcae532e597a26650.tar.bz2 gentoo-2-341090b937deb0c14612b4bbcae532e597a26650.zip |
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'dev-libs/ucl/ucl-1.01-r1.ebuild')
-rw-r--r-- | dev-libs/ucl/ucl-1.01-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/ucl/ucl-1.01-r1.ebuild b/dev-libs/ucl/ucl-1.01-r1.ebuild index ac561bbda511..b17a91aa81f8 100644 --- a/dev-libs/ucl/ucl-1.01-r1.ebuild +++ b/dev-libs/ucl/ucl-1.01-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01-r1.ebuild,v 1.13 2004/06/24 23:36:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01-r1.ebuild,v 1.14 2004/07/14 15:12:50 agriffis Exp $ inherit flag-o-matic @@ -11,6 +11,7 @@ SRC_URI="http://www.oberhumer.com/opensource/ucl/download/ucl-1.01.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa amd64 ppc64" +IUSE="" src_compile() { # Doing this b/c UCL will be included in the kernel @@ -25,4 +26,3 @@ src_compile() { src_install() { make install DESTDIR=${D} || die } - |