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 /x11-libs/gtk+/gtk+-2.24.17.ebuild | |
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)
Diffstat (limited to 'x11-libs/gtk+/gtk+-2.24.17.ebuild')
-rw-r--r-- | x11-libs/gtk+/gtk+-2.24.17.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |