summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-11-13 05:43:05 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-11-13 05:43:05 +0000
commitc8daa5b74999513eec13e5bc6fb1c6029d6b7bf1 (patch)
treedbc0fc242021ed55e12aa1181267211942755c8c /app-arch/lzop/lzop-1.01.ebuild
parentMigrated to fortran.eclass (bug #65950) (diff)
downloadhistorical-c8daa5b74999513eec13e5bc6fb1c6029d6b7bf1.tar.gz
historical-c8daa5b74999513eec13e5bc6fb1c6029d6b7bf1.tar.bz2
historical-c8daa5b74999513eec13e5bc6fb1c6029d6b7bf1.zip
fix dependencies for a nice easy lzo 1->2 transition - bug #105637 sort of releated.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'app-arch/lzop/lzop-1.01.ebuild')
-rw-r--r--app-arch/lzop/lzop-1.01.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/lzop/lzop-1.01.ebuild b/app-arch/lzop/lzop-1.01.ebuild
index 12e46701b94a..f88a6250774f 100644
--- a/app-arch/lzop/lzop-1.01.ebuild
+++ b/app-arch/lzop/lzop-1.01.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lzop/lzop-1.01.ebuild,v 1.10 2005/01/01 11:47:51 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lzop/lzop-1.01.ebuild,v 1.11 2005/11/13 05:43:05 dragonheart Exp $
DESCRIPTION="Utility for fast (even real-time) compression/decompression"
HOMEPAGE="http://www.oberhumer.com/opensource/lzop/"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
-DEPEND="dev-libs/lzo"
+DEPEND="<dev-libs/lzo-2"
src_compile() {
econf --disable-shared || die