x11-misc/tint2: Require imlib2 with png enabled
authorAmadeusz Żołnowski <aidecoe@gentoo.org>
Sat, 20 Aug 2016 08:28:47 +0000 (09:28 +0100)
committerAmadeusz Żołnowski <aidecoe@gentoo.org>
Sat, 20 Aug 2016 08:29:01 +0000 (09:29 +0100)
It is required for tint2 launcher to display icons.

Package-Manager: portage-2.3.0

x11-misc/tint2/tint2-0.12.3.ebuild

index c2415d39004768bc9f43cda888a80eb643233b2b..e3713b602b0f088e2de946d76451f2a86f9bd31e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ IUSE="battery examples svg startup-notification tint2conf"
 DEPEND="
        dev-libs/glib:2
        svg? ( gnome-base/librsvg:2 )
-       >=media-libs/imlib2-1.4.2[X]
+       >=media-libs/imlib2-1.4.2[X,png]
        x11-libs/cairo
        x11-libs/pango[X]
        tint2conf? ( x11-libs/gtk+:2 )