diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-18 08:43:57 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-18 08:43:57 +0000 |
commit | bfd0537f6b43dc837734a6eb983593b4360c5e77 (patch) | |
tree | 101b42b776c16b805841383b8f34debad3e1a202 /x11-libs/gtk+ | |
parent | Drop old (diff) | |
download | gentoo-2-bfd0537f6b43dc837734a6eb983593b4360c5e77.tar.gz gentoo-2-bfd0537f6b43dc837734a6eb983593b4360c5e77.tar.bz2 gentoo-2-bfd0537f6b43dc837734a6eb983593b4360c5e77.zip |
Add missing DEPEND on gettext (#507958 by Nikoli)
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-2.24.23.ebuild | 3 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-3.10.8.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index 772a418b47d8..82992fe0fa3a 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -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 <pacho@gentoo.org> gtk+-2.24.23.ebuild, + gtk+-3.10.8.ebuild: + Add missing DEPEND on gettext (#507958 by Nikoli) 17 Apr 2014; Jeroen Roovers <jer@gentoo.org> gtk+-2.24.23.ebuild, gtk+-3.10.8.ebuild: diff --git a/x11-libs/gtk+/gtk+-2.24.23.ebuild b/x11-libs/gtk+/gtk+-2.24.23.ebuild index c176a282591e..b39ebddddf85 100644 --- a/x11-libs/gtk+/gtk+-2.24.23.ebuild +++ b/x11-libs/gtk+/gtk+-2.24.23.ebuild @@ -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 @@ COMMON_DEPEND=" !<gnome-base/gail-1000 " DEPEND="${COMMON_DEPEND} + sys-devel/gettext virtual/pkgconfig !aqua? ( x11-proto/xextproto diff --git a/x11-libs/gtk+/gtk+-3.10.8.ebuild b/x11-libs/gtk+/gtk+-3.10.8.ebuild index 643264699381..9d91095c24a5 100644 --- a/x11-libs/gtk+/gtk+-3.10.8.ebuild +++ b/x11-libs/gtk+/gtk+-3.10.8.ebuild @@ -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 @@ DEPEND="${COMMON_DEPEND} dev-libs/libxslt dev-util/gdbus-codegen >=dev-util/gtk-doc-am-1.11 + sys-devel/gettext virtual/pkgconfig X? ( x11-proto/xextproto |