From 35e92b85de64dc20b5e7a17d02f9a5a1d693aa60 Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Wed, 25 Jan 2006 06:31:01 +0000 Subject: (#117230) Add modular X deps. (Portage version: 2.1_pre3-r1) --- net-www/kaffeine-mozilla-plugin/ChangeLog | 8 ++++++-- .../kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild | 9 +++++---- 2 files changed, 11 insertions(+), 6 deletions(-) (limited to 'net-www') diff --git a/net-www/kaffeine-mozilla-plugin/ChangeLog b/net-www/kaffeine-mozilla-plugin/ChangeLog index 10b18edc4fc2..be7770cd32a2 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.8 2005/09/03 23:28:58 flameeyes Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/kaffeine-mozilla-plugin/ChangeLog,v 1.9 2006/01/25 06:31:01 spyderous Exp $ + + 25 Jan 2006; Donnie Berkholz ; + kaffeine-mozilla-plugin-0.2.ebuild: + (#117230) Add modular X deps. 03 Sep 2005; Diego Pettenò 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 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 -- cgit v1.2.3-65-gdbad