summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-03-07 20:45:07 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-03-07 20:45:07 +0000
commit63e8d59025e8ef6b04238af640e57a76126b5cf7 (patch)
tree88cb9ce747948fbd7159fda008446986b34a7577 /kde-base/kate-plugins
parentQA cleanup: Fix quoting. (diff)
downloadhistorical-63e8d59025e8ef6b04238af640e57a76126b5cf7.tar.gz
historical-63e8d59025e8ef6b04238af640e57a76126b5cf7.tar.bz2
historical-63e8d59025e8ef6b04238af640e57a76126b5cf7.zip
Allow mixing of split & monolithic ebuilds, where possible, thanks to Arfrever Frehtes Taifersar Arahesis!
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'kde-base/kate-plugins')
-rw-r--r--kde-base/kate-plugins/ChangeLog7
-rw-r--r--kde-base/kate-plugins/kate-plugins-3.5.9.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/kde-base/kate-plugins/ChangeLog b/kde-base/kate-plugins/ChangeLog
index 03b43c20f128..67d8f5c1837e 100644
--- a/kde-base/kate-plugins/ChangeLog
+++ b/kde-base/kate-plugins/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kate-plugins
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate-plugins/ChangeLog,v 1.81 2008/03/04 06:53:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate-plugins/ChangeLog,v 1.82 2008/03/07 20:31:27 ingmar Exp $
+
+ 07 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ kate-plugins-3.5.9.ebuild:
+ Allow mixing of split & monolithic ebuilds, where possible, thanks to
+ Arfrever Frehtes Taifersar Arahesis!
04 Mar 2008; Jeroen Roovers <jer@gentoo.org> kate-plugins-3.5.8.ebuild,
kate-plugins-3.5.9.ebuild:
diff --git a/kde-base/kate-plugins/kate-plugins-3.5.9.ebuild b/kde-base/kate-plugins/kate-plugins-3.5.9.ebuild
index f8d94c979e72..b5361b7a0da6 100644
--- a/kde-base/kate-plugins/kate-plugins-3.5.9.ebuild
+++ b/kde-base/kate-plugins/kate-plugins-3.5.9.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/kde-base/kate-plugins/kate-plugins-3.5.9.ebuild,v 1.2 2008/03/04 06:53:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate-plugins/kate-plugins-3.5.9.ebuild,v 1.3 2008/03/07 20:31:27 ingmar Exp $
KMNAME=kdeaddons
KMNOMODULE=true
KMEXTRA="kate"
@@ -11,5 +11,5 @@ DESCRIPTION="kate plugins and docs"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
-DEPEND=">=kde-base/kate-${PV}:${SLOT}"
+DEPEND="|| ( >=kde-base/kate-${PV}:${SLOT} >=kde-base/kdebase-${PV}:${SLOT} )"
RDEPEND="${DEPEND}"