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/kbstateapplet
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/kbstateapplet')
-rw-r--r--kde-base/kbstateapplet/ChangeLog7
-rw-r--r--kde-base/kbstateapplet/kbstateapplet-3.5.9.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/kde-base/kbstateapplet/ChangeLog b/kde-base/kbstateapplet/ChangeLog
index 0a34b44b45c6..df47756ca247 100644
--- a/kde-base/kbstateapplet/ChangeLog
+++ b/kde-base/kbstateapplet/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kbstateapplet
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kbstateapplet/ChangeLog,v 1.79 2008/03/04 03:59:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kbstateapplet/ChangeLog,v 1.80 2008/03/07 20:32:07 ingmar Exp $
+
+ 07 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ kbstateapplet-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> kbstateapplet-3.5.8.ebuild,
kbstateapplet-3.5.9.ebuild:
diff --git a/kde-base/kbstateapplet/kbstateapplet-3.5.9.ebuild b/kde-base/kbstateapplet/kbstateapplet-3.5.9.ebuild
index 35699d558790..0d948e266fc7 100644
--- a/kde-base/kbstateapplet/kbstateapplet-3.5.9.ebuild
+++ b/kde-base/kbstateapplet/kbstateapplet-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/kbstateapplet/kbstateapplet-3.5.9.ebuild,v 1.2 2008/03/04 03:59:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kbstateapplet/kbstateapplet-3.5.9.ebuild,v 1.3 2008/03/07 20:32:07 ingmar Exp $
KMNAME=kdeaccessibility
EAPI="1"
inherit kde-meta
@@ -8,6 +8,6 @@ inherit kde-meta
DESCRIPTION="KDE panel applet that displays the keyboard status"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-DEPEND=">=kde-base/kcontrol-${PV}:${SLOT}"
+DEPEND="|| ( >=kde-base/kcontrol-${PV}:${SLOT} >=kde-base/kdebase-${PV}:${SLOT} )"
RDEPEND="${DEPEND}"