diff options
Diffstat (limited to 'dev-libs/ucl/ucl-1.01.ebuild')
-rw-r--r-- | dev-libs/ucl/ucl-1.01.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/ucl/ucl-1.01.ebuild b/dev-libs/ucl/ucl-1.01.ebuild index 4348b38569bb..cc1c8ff58a86 100644 --- a/dev-libs/ucl/ucl-1.01.ebuild +++ b/dev-libs/ucl/ucl-1.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1998-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01.ebuild,v 1.3 2002/08/01 18:46:28 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01.ebuild,v 1.4 2002/08/14 11:52:28 murphy Exp $ DESCRIPTION="UCL: The UCL Compression Library" SRC_URI="http://www.oberhumer.com/opensource/ucl/download/ucl-1.01.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.oberhumer.com/opensource/ucl/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_compile() { ./configure --prefix=/usr || die |