diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-01-25 06:31:01 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-01-25 06:31:01 +0000 |
commit | 35e92b85de64dc20b5e7a17d02f9a5a1d693aa60 (patch) | |
tree | 2bbe30f884c4b0341e51aea067f28954d675655e /net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild | |
parent | Version bump, bug #118594. Also now includes init scripts, partially based on... (diff) | |
download | gentoo-2-35e92b85de64dc20b5e7a17d02f9a5a1d693aa60.tar.gz gentoo-2-35e92b85de64dc20b5e7a17d02f9a5a1d693aa60.tar.bz2 gentoo-2-35e92b85de64dc20b5e7a17d02f9a5a1d693aa60.zip |
(#117230) Add modular X deps.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild')
-rw-r--r-- | net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
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 b1791a4bf550..f125f8735439 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 +# Copyright 1999-2006 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.8 2005/09/03 23:28:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild,v 1.9 2006/01/25 06:31:01 spyderous Exp $ inherit nsplugins @@ -16,8 +16,9 @@ KEYWORDS="x86 ~ppc" LICENSE="GPL-2" IUSE="" -DEPEND="virtual/x11" -RDEPEND=">=media-video/kaffeine-0.4.3" +RDEPEND=">=media-video/kaffeine-0.4.3 + || ( x11-libs/libXaw virtual/x11 )" +DEPEND="${RDEPEND}" src_compile() { econf --prefix=/usr/lib/${PLUGINS_DIR} || die |