diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-04-02 20:52:48 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-04-02 20:52:48 +0000 |
commit | d0d9dceca69a6713f424d885a80c7604d2078475 (patch) | |
tree | 1709eca8c6332ddf0a8b9e1eebbd824ae6a72aca | |
parent | Stable for ppc64, wrt to bug #462890 (diff) | |
download | gentoo-2-d0d9dceca69a6713f424d885a80c7604d2078475.tar.gz gentoo-2-d0d9dceca69a6713f424d885a80c7604d2078475.tar.bz2 gentoo-2-d0d9dceca69a6713f424d885a80c7604d2078475.zip |
Add missing x11-themes/hicolor-icon-theme DEPEND for tests (#461768 by Roman Zilka and Patrick Lauer)
(Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-2.24.17.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index eec9070be981..44bd60ca20e0 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gtk+ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.647 2013/04/01 18:25:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.648 2013/04/02 20:52:48 pacho Exp $ + + 02 Apr 2013; Pacho Ramos <pacho@gentoo.org> gtk+-2.24.17.ebuild: + Add missing x11-themes/hicolor-icon-theme DEPEND for tests (#461768 by Roman + Zilka and Patrick Lauer) 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gtk+-2.24.16.ebuild: Stable for sparc, wrt bug #458984 diff --git a/x11-libs/gtk+/gtk+-2.24.17.ebuild b/x11-libs/gtk+/gtk+-2.24.17.ebuild index 7fde7d521a06..4a1f86fdd388 100644 --- a/x11-libs/gtk+/gtk+-2.24.17.ebuild +++ b/x11-libs/gtk+/gtk+-2.24.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.24.17.ebuild,v 1.1 2013/03/19 03:09:54 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.24.17.ebuild,v 1.2 2013/04/02 20:52:48 pacho Exp $ EAPI="5" @@ -54,6 +54,7 @@ DEPEND="${COMMON_DEPEND} xinerama? ( x11-proto/xineramaproto ) >=dev-util/gtk-doc-am-1.11 test? ( + x11-themes/hicolor-icon-theme media-fonts/font-misc-misc media-fonts/font-cursor-misc )" # gtk+-2.24.8 breaks Alt key handling in <=x11-libs/vte-0.28.2:0 |