diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-04-18 16:25:14 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-04-18 16:25:14 +0000 |
commit | fef164021b0c0ce14795a3674f176e2af8e9b753 (patch) | |
tree | 53795740fce2dcb8798bde7f0513d9d6a3c4dd71 /net-www/kaffeine-mozilla-plugin | |
parent | Marked ppc stable. (diff) | |
download | gentoo-2-fef164021b0c0ce14795a3674f176e2af8e9b753.tar.gz gentoo-2-fef164021b0c0ce14795a3674f176e2af8e9b753.tar.bz2 gentoo-2-fef164021b0c0ce14795a3674f176e2af8e9b753.zip |
corrected dependencies
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-www/kaffeine-mozilla-plugin')
-rw-r--r-- | net-www/kaffeine-mozilla-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-www/kaffeine-mozilla-plugin/ChangeLog b/net-www/kaffeine-mozilla-plugin/ChangeLog index f5cf16d9ac61..99b1a0d880fa 100644 --- a/net-www/kaffeine-mozilla-plugin/ChangeLog +++ b/net-www/kaffeine-mozilla-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/kaffeine-mozilla-plugin # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/kaffeine-mozilla-plugin/ChangeLog,v 1.6 2005/03/23 16:19:04 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/kaffeine-mozilla-plugin/ChangeLog,v 1.7 2005/04/18 16:23:57 carlo Exp $ + + 18 Apr 2005; Carsten Lohrke <carlo@gentoo.org> + kaffeine-mozilla-plugin-0.2.ebuild: + corrected dependencies 23 Mar 2005; Seemant Kulleen <seemant@gentoo.org> kaffeine-mozilla-plugin-0.2.ebuild: diff --git a/net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild b/net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild index 1d439c19f249..a75b6faa9ee9 100644 --- a/net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild +++ b/net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.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/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild,v 1.6 2005/03/23 16:19:04 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild,v 1.7 2005/04/18 16:23:57 carlo Exp $ inherit nsplugins @@ -16,9 +16,8 @@ KEYWORDS="x86 ~ppc" LICENSE="GPL-2" IUSE="" -DEPEND=">=media-video/kaffeine-0.4.3b" -RDEPEND=">=media-video/kaffeine-0.4.3b - || ( >=www-client/mozilla-1.6-r1 >=www-client/mozilla-firefox-0.8 )" +DEPEND="virtual/x11" +RDEPEND=">=media-video/kaffeine-0.4.3" src_compile() { econf --prefix=/usr/lib/${PLUGINS_DIR} || die |