diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-03-07 20:39:53 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-03-07 20:39:53 +0000 |
commit | 179fbbcd210e45f9a475494ffd86d0c679bad62f (patch) | |
tree | fe7252c6bbebc6ec262c80c1f59bfe9c008caaed /kde-base/konq-plugins | |
parent | Allow mixing of split & monolithic ebuilds, where possible, thanks to Arfreve... (diff) | |
download | gentoo-2-179fbbcd210e45f9a475494ffd86d0c679bad62f.tar.gz gentoo-2-179fbbcd210e45f9a475494ffd86d0c679bad62f.tar.bz2 gentoo-2-179fbbcd210e45f9a475494ffd86d0c679bad62f.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/konq-plugins')
-rw-r--r-- | kde-base/konq-plugins/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/konq-plugins/konq-plugins-3.5.9.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/kde-base/konq-plugins/ChangeLog b/kde-base/konq-plugins/ChangeLog index cd987ed8baad..40f1d3e5bab7 100644 --- a/kde-base/konq-plugins/ChangeLog +++ b/kde-base/konq-plugins/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/konq-plugins # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/ChangeLog,v 1.85 2008/03/04 06:59:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/ChangeLog,v 1.86 2008/03/07 20:39:53 ingmar Exp $ + + 07 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> + konq-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> konq-plugins-3.5.8.ebuild, konq-plugins-3.5.9.ebuild: diff --git a/kde-base/konq-plugins/konq-plugins-3.5.9.ebuild b/kde-base/konq-plugins/konq-plugins-3.5.9.ebuild index 0851e32d3d2c..0ffbfec03d8e 100644 --- a/kde-base/konq-plugins/konq-plugins-3.5.9.ebuild +++ b/kde-base/konq-plugins/konq-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/konq-plugins/konq-plugins-3.5.9.ebuild,v 1.2 2008/03/04 06:59:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/konq-plugins-3.5.9.ebuild,v 1.3 2008/03/07 20:39:53 ingmar Exp $ KMNAME=kdeaddons KMNODOCS=true @@ -10,7 +10,7 @@ inherit kde-meta DESCRIPTION="Various plugins for Konqueror." KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" -DEPEND=">=kde-base/konqueror-${PV}:${SLOT} +DEPEND="|| ( >=kde-base/konqueror-${PV}:${SLOT} >=kde-base/kdebase-${PV}:${SLOT} ) !kde-misc/metabar" RDEPEND="${DEPEND} >=kde-base/kdeaddons-docs-konq-plugins-${PV}:${SLOT}" |