mgorny 15/06/14 21:34:28 Modified: xfce4-dict-0.7.1.ebuild ChangeLog Log: Fix the dependencies to use libxfce4ui, bug #551758. Thanks to Derk W te Bokkel for noticing. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 xfce-extra/xfce4-dict/xfce4-dict-0.7.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.7.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.7.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.7.1.ebuild?r1=1.1&r2=1.2 Index: xfce4-dict-0.7.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.7.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xfce4-dict-0.7.1.ebuild 28 Mar 2015 20:46:41 -0000 1.1 +++ xfce4-dict-0.7.1.ebuild 14 Jun 2015 21:34:28 -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/xfce-extra/xfce4-dict/xfce4-dict-0.7.1.ebuild,v 1.1 2015/03/28 20:46:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.7.1.ebuild,v 1.2 2015/06/14 21:34:28 mgorny Exp $ EAPI=5 EAUTORECONF=yes @@ -18,7 +18,7 @@ RDEPEND=">=dev-libs/glib-2.24:= >=x11-libs/gtk+-2.20:2= >=xfce-base/libxfce4util-4.10:= - >=xfce-base/libxfcegui4-4.10:= + >=xfce-base/libxfce4ui-4.10:= >=xfce-base/xfce4-panel-4.10:=" DEPEND="${RDEPEND} dev-util/intltool 1.56 xfce-extra/xfce4-dict/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.56&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.56&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?r1=1.55&r2=1.56 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- ChangeLog 28 Mar 2015 20:46:41 -0000 1.55 +++ ChangeLog 14 Jun 2015 21:34:28 -0000 1.56 @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-dict # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.55 2015/03/28 20:46:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.56 2015/06/14 21:34:28 mgorny Exp $ + + 14 Jun 2015; Michał Górny <[email protected]> xfce4-dict-0.7.1.ebuild: + Fix the dependencies to use libxfce4ui, bug #551758. Thanks to Derk W te + Bokkel for noticing. *xfce4-dict-0.7.1 (28 Mar 2015)
