diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-12-17 17:54:47 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-12-17 17:54:47 +0000 |
commit | 8f6bd696f3803b3c28771cdf9ce7fba07cee964a (patch) | |
tree | 9eee402143770ff92bb973d6f0b5cb92b11b0180 /kde-frameworks | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-8f6bd696f3803b3c28771cdf9ce7fba07cee964a.tar.gz gentoo-2-8f6bd696f3803b3c28771cdf9ce7fba07cee964a.tar.bz2 gentoo-2-8f6bd696f3803b3c28771cdf9ce7fba07cee964a.zip |
Use correct function for plasmadep. Thanks to Alexxy.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/frameworkintegration/ChangeLog | 6 | ||||
-rw-r--r-- | kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-frameworks/frameworkintegration/ChangeLog b/kde-frameworks/frameworkintegration/ChangeLog index 798c8d5f4e1b..0e4032ed705a 100644 --- a/kde-frameworks/frameworkintegration/ChangeLog +++ b/kde-frameworks/frameworkintegration/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-frameworks/frameworkintegration # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/frameworkintegration/ChangeLog,v 1.4 2014/12/12 14:47:24 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/frameworkintegration/ChangeLog,v 1.5 2014/12/17 17:54:47 mrueg Exp $ + + 17 Dec 2014; Manuel Rüger <mrueg@gentoo.org> + frameworkintegration-5.4.0.ebuild: + Use correct function for plasmadep. Thanks to Alexxy. 12 Dec 2014; Michael Palimaka <kensington@gentoo.org> frameworkintegration-5.4.0.ebuild: diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild index d9a6fef63432..0b6164d2d065 100644 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild +++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild,v 1.2 2014/12/12 14:47:24 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild,v 1.3 2014/12/17 17:54:47 mrueg Exp $ EAPI=5 @@ -14,7 +14,7 @@ KEYWORDS=" ~amd64" IUSE="X" RDEPEND=" - $(add_kdebase_dep oxygen-fonts) + $(add_kdeplasma_dep oxygen-fonts) $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) |