mrueg 14/12/17 17:54:47 Modified: frameworkintegration-5.4.0.ebuild ChangeLog Log: Use correct function for plasmadep. Thanks to Alexxy. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.3 kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild?r1=1.2&r2=1.3 Index: frameworkintegration-5.4.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-frameworks/frameworkintegration/frameworkintegration-5.4.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- frameworkintegration-5.4.0.ebuild 12 Dec 2014 14:47:24 -0000 1.2 +++ frameworkintegration-5.4.0.ebuild 17 Dec 2014 17:54:47 -0000 1.3 @@ -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 @@ 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) 1.5 kde-frameworks/frameworkintegration/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/frameworkintegration/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/frameworkintegration/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/frameworkintegration/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-frameworks/frameworkintegration/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 12 Dec 2014 14:47:24 -0000 1.4 +++ ChangeLog 17 Dec 2014 17:54:47 -0000 1.5 @@ -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 <[email protected]> + frameworkintegration-5.4.0.ebuild: + Use correct function for plasmadep. Thanks to Alexxy. 12 Dec 2014; Michael Palimaka <[email protected]> frameworkintegration-5.4.0.ebuild:
