diff options
author | Joseph Jezak <josejx@gentoo.org> | 2008-06-16 03:13:51 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2008-06-16 03:13:51 +0000 |
commit | 92a116be0dbd64d92ae615a2672324f116ee4928 (patch) | |
tree | fef2bb89a371dc7df68d20160b560f2f9c7386fc /net-www | |
parent | Take up maintainership. (diff) | |
download | gentoo-2-92a116be0dbd64d92ae615a2672324f116ee4928.tar.gz gentoo-2-92a116be0dbd64d92ae615a2672324f116ee4928.tar.bz2 gentoo-2-92a116be0dbd64d92ae615a2672324f116ee4928.zip |
Marked ppc/ppc64 stable, fixed has_multilib in global for bug #211440.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mplayerplug-in/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild | 16 |
2 files changed, 11 insertions, 10 deletions
diff --git a/net-www/mplayerplug-in/ChangeLog b/net-www/mplayerplug-in/ChangeLog index 219f9e62b2ed..535fb6ef1ee1 100644 --- a/net-www/mplayerplug-in/ChangeLog +++ b/net-www/mplayerplug-in/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mplayerplug-in # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.106 2008/06/12 18:22:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.107 2008/06/16 03:13:51 josejx Exp $ + + 16 Jun 2008; Joseph Jezak <josejx@gentoo.org> mplayerplug-in-3.50.ebuild: + Marked ppc/ppc64 stable, fixed has_multilib in global for bug #211440. 12 Jun 2008; Raúl Porcel <armin76@gentoo.org> mplayerplug-in-3.35.ebuild, mplayerplug-in-3.45.ebuild, mplayerplug-in-3.50.ebuild: diff --git a/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild b/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild index 3f4728d8db6d..95a943cd5cea 100644 --- a/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild +++ b/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild,v 1.7 2008/06/12 18:22:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild,v 1.8 2008/06/16 03:13:51 josejx Exp $ inherit eutils multilib autotools @@ -10,8 +10,8 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 -hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="gtk divx firefox gmedia mplayer-bin nls quicktime realmedia seamonkey wmp xulrunner" +KEYWORDS="~alpha ~amd64 -hppa ~ia64 ppc ppc64 ~sparc ~x86" +IUSE="gtk divx firefox gmedia mplayer-bin multilib nls quicktime realmedia seamonkey wmp xulrunner" LANGS="cs da de en_US es fr hu it ja ko nb nl pl pt_BR ru sk se tr wa zh_CN" for X in ${LANGS}; do IUSE="${IUSE} linguas_${X}"; done @@ -30,16 +30,14 @@ RDEPEND="xulrunner? ( =net-libs/xulrunner-1.8* ) mplayer-bin? ( media-video/mplayer-bin ) !mplayer-bin? ( >=media-video/mplayer-1.0_pre7 )" DEPEND="${RDEPEND} - dev-util/pkgconfig" - - if has_multilib_profile; then - DEPEND="${DEPEND} + dev-util/pkgconfig + multilib? ( amd64? ( app-emulation/emul-linux-x86-xlibs app-emulation/emul-linux-x86-baselibs app-emulation/emul-linux-x86-gtklibs - )" - fi + ) + )" S=${WORKDIR}/${PN} |