diff options
author | Jason Wever <weeve@gentoo.org> | 2003-09-12 11:18:05 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-09-12 11:18:05 +0000 |
commit | b7e5eb89300e05f1ff53b7d00c7e482e95eedac4 (patch) | |
tree | 50764d9f9008ebec0de574ff81c6d5cac6bd623c /dev-libs/lzo/lzo-1.08-r1.ebuild | |
parent | Initial Version, closes #22588 (diff) | |
download | historical-b7e5eb89300e05f1ff53b7d00c7e482e95eedac4.tar.gz historical-b7e5eb89300e05f1ff53b7d00c7e482e95eedac4.tar.bz2 historical-b7e5eb89300e05f1ff53b7d00c7e482e95eedac4.zip |
Fixed dependencies for non-x86 arches as nasm is an x86 assembler and not keyworded for anything other than x86.
Diffstat (limited to 'dev-libs/lzo/lzo-1.08-r1.ebuild')
-rw-r--r-- | dev-libs/lzo/lzo-1.08-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/lzo/lzo-1.08-r1.ebuild b/dev-libs/lzo/lzo-1.08-r1.ebuild index 28637cabd802..be4817d4a02a 100644 --- a/dev-libs/lzo/lzo-1.08-r1.ebuild +++ b/dev-libs/lzo/lzo-1.08-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/lzo-1.08-r1.ebuild,v 1.1 2003/09/12 03:46:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/lzo-1.08-r1.ebuild,v 1.2 2003/09/12 11:18:02 weeve Exp $ DESCRIPTION="An extremely fast compression and decompression library" HOMEPAGE="http://www.oberhumer.com/opensource/lzo/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" DEPEND="virtual/glibc - dev-lang/nasm" + x86? ( dev-lang/nasm )" src_unpack() { unpack ${A} |