pacho 14/04/18 08:43:57 Modified: gtk+-2.24.23.ebuild gtk+-3.10.8.ebuild ChangeLog Log: Add missing DEPEND on gettext (#507958 by Nikoli) (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.7 x11-libs/gtk+/gtk+-2.24.23.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-2.24.23.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-2.24.23.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-2.24.23.ebuild?r1=1.6&r2=1.7 Index: gtk+-2.24.23.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.24.23.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gtk+-2.24.23.ebuild 17 Apr 2014 11:18:09 -0000 1.6 +++ gtk+-2.24.23.ebuild 18 Apr 2014 08:43:57 -0000 1.7 @@ -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/x11-libs/gtk+/gtk+-2.24.23.ebuild,v 1.6 2014/04/17 11:18:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.24.23.ebuild,v 1.7 2014/04/18 08:43:57 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -45,6 +45,7 @@ !<gnome-base/gail-1000 " DEPEND="${COMMON_DEPEND} + sys-devel/gettext virtual/pkgconfig !aqua? ( x11-proto/xextproto 1.7 x11-libs/gtk+/gtk+-3.10.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.10.8.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.10.8.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.10.8.ebuild?r1=1.6&r2=1.7 Index: gtk+-3.10.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.10.8.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gtk+-3.10.8.ebuild 17 Apr 2014 11:18:09 -0000 1.6 +++ gtk+-3.10.8.ebuild 18 Apr 2014 08:43:57 -0000 1.7 @@ -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/x11-libs/gtk+/gtk+-3.10.8.ebuild,v 1.6 2014/04/17 11:18:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.10.8.ebuild,v 1.7 2014/04/18 08:43:57 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -66,6 +66,7 @@ dev-libs/libxslt dev-util/gdbus-codegen >=dev-util/gtk-doc-am-1.11 + sys-devel/gettext virtual/pkgconfig X? ( x11-proto/xextproto 1.707 x11-libs/gtk+/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.707&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.707&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?r1=1.706&r2=1.707 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v retrieving revision 1.706 retrieving revision 1.707 diff -u -r1.706 -r1.707 --- ChangeLog 17 Apr 2014 11:18:09 -0000 1.706 +++ ChangeLog 18 Apr 2014 08:43:57 -0000 1.707 @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gtk+ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.706 2014/04/17 11:18:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.707 2014/04/18 08:43:57 pacho Exp $ + + 18 Apr 2014; Pacho Ramos <[email protected]> gtk+-2.24.23.ebuild, + gtk+-3.10.8.ebuild: + Add missing DEPEND on gettext (#507958 by Nikoli) 17 Apr 2014; Jeroen Roovers <[email protected]> gtk+-2.24.23.ebuild, gtk+-3.10.8.ebuild:
