diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2005-03-26 23:25:03 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2005-03-26 23:25:03 +0000 |
commit | 38b0202d864367c2d1db9697d2bc51f283c8d496 (patch) | |
tree | ff1c8ffd031410702848cba9e9d3b3be405cec7d /net-www | |
parent | (Portage version: 2.0.51.19) (Manifest recommit) (diff) | |
download | gentoo-2-38b0202d864367c2d1db9697d2bc51f283c8d496.tar.gz gentoo-2-38b0202d864367c2d1db9697d2bc51f283c8d496.tar.bz2 gentoo-2-38b0202d864367c2d1db9697d2bc51f283c8d496.zip |
Fixed BUG #85654. Plugins are now installed in lib32 instead of lib64 on amd64.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/netscape-flash/netscape-flash-6.0.79.ebuild | 7 | ||||
-rw-r--r-- | net-www/netscape-flash/netscape-flash-6.0.81.ebuild | 7 | ||||
-rw-r--r-- | net-www/netscape-flash/netscape-flash-7.0.25.ebuild | 7 |
3 files changed, 18 insertions, 3 deletions
diff --git a/net-www/netscape-flash/netscape-flash-6.0.79.ebuild b/net-www/netscape-flash/netscape-flash-6.0.79.ebuild index 164423645290..4d9fa77f8cfb 100644 --- a/net-www/netscape-flash/netscape-flash-6.0.79.ebuild +++ b/net-www/netscape-flash/netscape-flash-6.0.79.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/net-www/netscape-flash/netscape-flash-6.0.79.ebuild,v 1.4 2005/01/09 11:38:11 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-6.0.79.ebuild,v 1.5 2005/03/26 23:25:03 kugelfang Exp $ inherit nsplugins @@ -25,6 +25,11 @@ DEPEND="!net-www/gplflash RESTRICT="nostrip" +# This is a binary x86 package => ABI=x86 +# Please keep this in future versions +# Danny van Dyk <kugelfang@gentoo.org> 2005/03/26 +has_multilib_profile && ABI="x86" + src_install() { exeinto /opt/netscape/plugins doexe libflashplayer.so diff --git a/net-www/netscape-flash/netscape-flash-6.0.81.ebuild b/net-www/netscape-flash/netscape-flash-6.0.81.ebuild index ac82673a251d..decd04789856 100644 --- a/net-www/netscape-flash/netscape-flash-6.0.81.ebuild +++ b/net-www/netscape-flash/netscape-flash-6.0.81.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/net-www/netscape-flash/netscape-flash-6.0.81.ebuild,v 1.4 2005/01/09 11:38:11 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-6.0.81.ebuild,v 1.5 2005/03/26 23:25:03 kugelfang Exp $ inherit nsplugins @@ -28,6 +28,11 @@ DEPEND="!net-www/gplflash RESTRICT="nostrip" +# This is a binary x86 package => ABI=x86 +# Please keep this in future versions +# Danny van Dyk <kugelfang@gentoo.org> 2005/03/26 +has_multilib_profile && ABI="x86" + src_install() { exeinto /opt/netscape/plugins doexe libflashplayer.so diff --git a/net-www/netscape-flash/netscape-flash-7.0.25.ebuild b/net-www/netscape-flash/netscape-flash-7.0.25.ebuild index d06e2dd68eff..a9cd7e815eed 100644 --- a/net-www/netscape-flash/netscape-flash-7.0.25.ebuild +++ b/net-www/netscape-flash/netscape-flash-7.0.25.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/net-www/netscape-flash/netscape-flash-7.0.25.ebuild,v 1.4 2005/02/11 09:13:49 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-flash/netscape-flash-7.0.25.ebuild,v 1.5 2005/03/26 23:25:03 kugelfang Exp $ inherit nsplugins @@ -27,6 +27,11 @@ DEPEND="!net-www/gplflash RESTRICT="nostrip" +# This is a binary x86 package => ABI=x86 +# Please keep this in future versions +# Danny van Dyk <kugelfang@gentoo.org> 2005/03/26 +has_multilib_profile && ABI="x86" + src_install() { exeinto /opt/netscape/plugins doexe libflashplayer.so |