diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-21 18:16:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-21 18:16:36 +0000 |
commit | 8f1f60f3f34ebbd8eed50566f3a3e9bb7f5305df (patch) | |
tree | 91529467c42ffaeffb4b0d80378c2c30cf0dccd2 /net-www/mplayerplug-in | |
parent | Stable on amd64; bug 185713 (diff) | |
download | gentoo-2-8f1f60f3f34ebbd8eed50566f3a3e9bb7f5305df.tar.gz gentoo-2-8f1f60f3f34ebbd8eed50566f3a3e9bb7f5305df.tar.bz2 gentoo-2-8f1f60f3f34ebbd8eed50566f3a3e9bb7f5305df.zip |
fix deps - virtual/x11 is no more
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-www/mplayerplug-in')
-rw-r--r-- | net-www/mplayerplug-in/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild | 9 | ||||
-rw-r--r-- | net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild | 9 |
3 files changed, 11 insertions, 13 deletions
diff --git a/net-www/mplayerplug-in/ChangeLog b/net-www/mplayerplug-in/ChangeLog index 144569d40b61..8db36b9f2441 100644 --- a/net-www/mplayerplug-in/ChangeLog +++ b/net-www/mplayerplug-in/ChangeLog @@ -1,6 +1,10 @@ # 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.102 2008/01/13 19:49:51 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.103 2008/02/21 18:16:36 mr_bones_ Exp $ + + 21 Feb 2008; Michael Sterrett <mr_bones_@gentoo.org> + mplayerplug-in-3.45.ebuild, mplayerplug-in-3.50.ebuild: + fix deps - virtual/x11 is no more 13 Jan 2008; Joseph Jezak <josejx@gentoo.org> mplayerplug-in-3.50.ebuild: Added missing translations: cs,sk,tr,wa, fixes bug #205108. diff --git a/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild b/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild index 272077ca89c3..6e67203cbf31 100644 --- a/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild +++ b/net-www/mplayerplug-in/mplayerplug-in-3.45.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.45.ebuild,v 1.6 2008/01/06 22:34:21 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild,v 1.7 2008/02/21 18:16:36 mr_bones_ Exp $ inherit eutils multilib @@ -22,11 +22,8 @@ DEPEND=" www-client/epiphany net-libs/xulrunner ) - || ( ( x11-libs/libXpm - x11-proto/xextproto - ) - virtual/x11 - ) + x11-libs/libXpm + x11-proto/xextproto gtk? ( >=x11-libs/gtk+-2.2.0 dev-libs/atk diff --git a/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild b/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild index ddb9c32cc3f7..5c95cc9064b2 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.2 2008/01/13 19:49:51 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild,v 1.3 2008/02/21 18:16:36 mr_bones_ Exp $ inherit eutils multilib autotools @@ -22,11 +22,8 @@ DEPEND=" seamonkey? ( www-client/seamonkey ) !seamonkey? ( net-libs/xulrunner ) ) - || ( ( x11-libs/libXpm - x11-proto/xextproto - ) - virtual/x11 - ) + x11-libs/libXpm + x11-proto/xextproto gtk? ( >=x11-libs/gtk+-2.2.0 dev-libs/atk |