kensington 15/03/13 14:55:38 Modified: polkit-kde-agent-0.99.1.ebuild ChangeLog Log: Add missing dependency wrt bug #543084. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.4 sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1.ebuild?r1=1.3&r2=1.4 Index: polkit-kde-agent-0.99.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- polkit-kde-agent-0.99.1.ebuild 12 Mar 2015 10:08:02 -0000 1.3 +++ polkit-kde-agent-0.99.1.ebuild 13 Mar 2015 14:55:38 -0000 1.4 @@ -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/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1.ebuild,v 1.3 2015/03/12 10:08:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1.ebuild,v 1.4 2015/03/13 14:55:38 kensington Exp $ EAPI=5 @@ -24,12 +24,13 @@ SLOT="4" IUSE="debug minimal" -DEPEND=" +RDEPEND=" >=sys-auth/polkit-qt-0.103.0 -" -RDEPEND="${DEPEND} !sys-auth/polkit-kde " +DEPEND="${RDEPEND} + sys-devel/gettext +" if [[ ${KDE_BUILD_TYPE} != live ]] ; then S=${WORKDIR}/${MY_P} 1.20 sys-auth/polkit-kde-agent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 12 Mar 2015 10:08:02 -0000 1.19 +++ ChangeLog 13 Mar 2015 14:55:38 -0000 1.20 @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/polkit-kde-agent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v 1.19 2015/03/12 10:08:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v 1.20 2015/03/13 14:55:38 kensington Exp $ + + 13 Mar 2015; Michael Palimaka <[email protected]> + polkit-kde-agent-0.99.1.ebuild: + Add missing dependency wrt bug #543084. 12 Mar 2015; Agostino Sarubbo <[email protected]> polkit-kde-agent-0.99.1.ebuild: Stable for amd64, wrt bug #542078
