diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-08-02 17:23:26 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-08-02 17:23:26 +0000 |
commit | fb43ca4e113f93b0a5a1f3a029b0186d7cce590c (patch) | |
tree | 18805b30e0896c50ab465c3c153d6f6906dd74eb /kde-base | |
parent | Stable for HPPA (bug #429480). (diff) | |
download | gentoo-2-fb43ca4e113f93b0a5a1f3a029b0186d7cce590c.tar.gz gentoo-2-fb43ca4e113f93b0a5a1f3a029b0186d7cce590c.tar.bz2 gentoo-2-fb43ca4e113f93b0a5a1f3a029b0186d7cce590c.zip |
Add missing dependency on kactivities wrt bug #429464.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/plasma-runtime/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/plasma-runtime/plasma-runtime-4.9.0.ebuild | 7 |
2 files changed, 11 insertions, 3 deletions
diff --git a/kde-base/plasma-runtime/ChangeLog b/kde-base/plasma-runtime/ChangeLog index 39d6d59fc76f..ff78802119bd 100644 --- a/kde-base/plasma-runtime/ChangeLog +++ b/kde-base/plasma-runtime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/plasma-runtime # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/ChangeLog,v 1.101 2012/08/01 22:17:09 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/ChangeLog,v 1.102 2012/08/02 17:23:26 kensington Exp $ + + 02 Aug 2012; Michael Palimaka <kensington@gentoo.org> + plasma-runtime-4.9.0.ebuild: + Add missing dependency on kactivities wrt bug #429464. *plasma-runtime-4.9.0 (01 Aug 2012) @@ -443,4 +447,3 @@ 04 Aug 2009; Alex Alexander <wired@gentoo.org> +plasma-runtime-4.3.0.ebuild: Version bump - diff --git a/kde-base/plasma-runtime/plasma-runtime-4.9.0.ebuild b/kde-base/plasma-runtime/plasma-runtime-4.9.0.ebuild index 82a41b6fc3d3..4350f186f462 100644 --- a/kde-base/plasma-runtime/plasma-runtime-4.9.0.ebuild +++ b/kde-base/plasma-runtime/plasma-runtime-4.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/plasma-runtime-4.9.0.ebuild,v 1.1 2012/08/01 22:17:09 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-runtime/plasma-runtime-4.9.0.ebuild,v 1.2 2012/08/02 17:23:26 kensington Exp $ EAPI=4 @@ -13,5 +13,10 @@ DESCRIPTION="Script engine and package tool for plasma" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug" +DEPEND=" + $(add_kdebase_dep kactivities) +" +RDEPEND="${DEPEND}" + # file collisions, bug 394997 add_blocker plasma-workspace 4.4.50 |