diff options
author | 2002-05-18 17:27:52 +0000 | |
---|---|---|
committer | 2002-05-18 17:27:52 +0000 | |
commit | 89af3fd9f90e1dfdb63f5548fb71fa7b8a5b98ca (patch) | |
tree | 8808bcd87ae5d01f821548ccf6db7bbb530497ac /net-www | |
parent | Changed the order in which the environment variables appear to a (diff) | |
download | historical-89af3fd9f90e1dfdb63f5548fb71fa7b8a5b98ca.tar.gz historical-89af3fd9f90e1dfdb63f5548fb71fa7b8a5b98ca.tar.bz2 historical-89af3fd9f90e1dfdb63f5548fb71fa7b8a5b98ca.zip |
Changed the dependency to =libpng-1.2.1.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/opera/opera-6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/opera/opera-6.0.ebuild b/net-www/opera/opera-6.0.ebuild index d50d2143d0fa..89064467be1e 100644 --- a/net-www/opera/opera-6.0.ebuild +++ b/net-www/opera/opera-6.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-6.0.ebuild,v 1.2 2002/05/18 08:51:22 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-6.0.ebuild,v 1.3 2002/05/18 17:27:52 agenkin Exp $ DESCRIPTION="Opera web browser, version 6.0 Final." HOMEPAGE="http://www.opera.com" @@ -11,7 +11,7 @@ S=${WORKDIR}/opera-${NV} SRC_URI="http://www.panix.com/opera/files/linux/600/final/en/qt_shared/opera-${NV}.tar.bz2" DEPEND="=x11-libs/qt-2* - =media-libs/libpng-1.0.12*" + =media-libs/libpng-1.2.1*" src_install() { |