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.02.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.02.ebuild')
-rw-r--r-- | dev-libs/ucl/ucl-1.02.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/ucl/ucl-1.02.ebuild b/dev-libs/ucl/ucl-1.02.ebuild index f16486ab357a..3b7613202634 100644 --- a/dev-libs/ucl/ucl-1.02.ebuild +++ b/dev-libs/ucl/ucl-1.02.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.02.ebuild,v 1.2 2004/06/24 23:36:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.02.ebuild,v 1.3 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/${P}.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 } - |