summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/opera/opera-7.23.ebuild')
-rw-r--r--net-www/opera/opera-7.23.ebuild12
1 files changed, 3 insertions, 9 deletions
diff --git a/net-www/opera/opera-7.23.ebuild b/net-www/opera/opera-7.23.ebuild
index 4f0a72400584..a1a459eb618b 100644
--- a/net-www/opera/opera-7.23.ebuild
+++ b/net-www/opera/opera-7.23.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.23.ebuild,v 1.2 2003/12/30 07:34:06 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.23.ebuild,v 1.3 2004/01/11 13:48:42 lanius Exp $
# Here, like in the other .ebuilds, the static version is
# forced for simplicity's sake
@@ -27,7 +27,7 @@ DEPEND=">=sys-apps/sed-4"
RDEPEND="virtual/x11
>=media-libs/fontconfig-2.1.94-r1
media-libs/libexif
- virtual/motif"
+ x11-libs/openmotif"
src_unpack() {
unpack ${A}
@@ -92,12 +92,6 @@ src_install() {
# Install a symlink /usr/bin/opera
dodir /usr/bin
dosym /opt/opera/bin/opera /usr/bin/opera
-
- # install correct motifwrapper
- if has_version '=x11-libs/openmotif-2.2*'; then
- rm ${D}/opt/opera/lib/opera/plugins/operamotifwrapper
- cp ${S}/plugins/operamotifwrapper-3 ${D}/opt/opera/lib/opera/plugins
- fi
}
pkg_postinst() {