diff options
author | 2008-03-07 20:31:27 +0000 | |
---|---|---|
committer | 2008-03-07 20:31:27 +0000 | |
commit | cf05cd74cb6e80f77dcd076b537fe8642173a913 (patch) | |
tree | 6033daa9af6da00f802a29ef9344fcd5c9b2ba7f /kde-base | |
parent | Allow mixing of split & monolithic ebuilds, where possible, thanks to Arfreve... (diff) | |
download | gentoo-2-cf05cd74cb6e80f77dcd076b537fe8642173a913.tar.gz gentoo-2-cf05cd74cb6e80f77dcd076b537fe8642173a913.tar.bz2 gentoo-2-cf05cd74cb6e80f77dcd076b537fe8642173a913.zip |
Allow mixing of split & monolithic ebuilds, where possible, thanks to Arfrever Frehtes Taifersar Arahesis!
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kate-plugins/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kate-plugins/kate-plugins-3.5.9.ebuild | 4 |
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}" |