diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 04:54:34 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 04:54:34 +0000 |
commit | 96d961306c383ae7f9e882b0647b661f344af7dc (patch) | |
tree | a200da9dd462d56c9cae5b7f54f451c5e22d338a /net-www/opera-static | |
parent | added keywords (diff) | |
download | gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.tar.gz gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.tar.bz2 gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.zip |
ppc tagging
Diffstat (limited to 'net-www/opera-static')
-rw-r--r-- | net-www/opera-static/opera-static-6.02.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/net-www/opera-static/opera-static-6.02.ebuild b/net-www/opera-static/opera-static-6.02.ebuild index ce50a1ceb612..d9fc12aaf1d7 100644 --- a/net-www/opera-static/opera-static-6.02.ebuild +++ b/net-www/opera-static/opera-static-6.02.ebuild @@ -1,18 +1,16 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/opera-static/opera-static-6.02.ebuild,v 1.2 2002/07/14 20:25:23 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera-static/opera-static-6.02.ebuild,v 1.3 2002/07/16 04:54:34 seemant Exp $ +NV=6.02-20020701.1-static-qt.i386 +S=${WORKDIR}/opera-${NV} DESCRIPTION="Opera web browser, statically built." HOMEPAGE="http://www.opera.com/linux/" +SRC_URI="http://www.panix.com/opera/files/linux/602/final/en/qt_static/opera-${NV}.tar.bz2" SLOT="0" KEYWORDS="x86" -DEPEND="virtual/x11 - virtual/glibc" - -NV=6.02-20020701.1-static-qt.i386 -SRC_URI="http://www.panix.com/opera/files/linux/602/final/en/qt_static/opera-${NV}.tar.bz2" -S=${WORKDIR}/opera-${NV} +DEPEND="virtual/x11" src_unpack() { |