johu 15/02/16 21:23:56 Modified: frameworkintegration-5.7.0.ebuild ChangeLog Log: Fix used plasma dependency function name. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.2 kde-frameworks/frameworkintegration/frameworkintegration-5.7.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/frameworkintegration/frameworkintegration-5.7.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/frameworkintegration/frameworkintegration-5.7.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/frameworkintegration/frameworkintegration-5.7.0.ebuild?r1=1.1&r2=1.2 Index: frameworkintegration-5.7.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-frameworks/frameworkintegration/frameworkintegration-5.7.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- frameworkintegration-5.7.0.ebuild 14 Feb 2015 22:09:58 -0000 1.1 +++ frameworkintegration-5.7.0.ebuild 16 Feb 2015 21:23:56 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/frameworkintegration/frameworkintegration-5.7.0.ebuild,v 1.1 2015/02/14 22:09:58 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/frameworkintegration/frameworkintegration-5.7.0.ebuild,v 1.2 2015/02/16 21:23:56 johu Exp $ EAPI=5 @@ -13,7 +13,7 @@ IUSE="X" RDEPEND=" - $(add_plasma_dep oxygen-fonts) + $(add_kdeplasma_dep oxygen-fonts) $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) 1.10 kde-frameworks/frameworkintegration/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/frameworkintegration/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/frameworkintegration/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-frameworks/frameworkintegration/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-frameworks/frameworkintegration/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 14 Feb 2015 22:09:58 -0000 1.9 +++ ChangeLog 16 Feb 2015 21:23:56 -0000 1.10 @@ -1,6 +1,10 @@ # ChangeLog for kde-frameworks/frameworkintegration # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/frameworkintegration/ChangeLog,v 1.9 2015/02/14 22:09:58 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/frameworkintegration/ChangeLog,v 1.10 2015/02/16 21:23:56 johu Exp $ + + 16 Feb 2015; Johannes Huber <[email protected]> + frameworkintegration-5.7.0.ebuild: + Fix used plasma dependency function name. *frameworkintegration-5.7.0 (14 Feb 2015)
