commit: 6b88f7e70600f7f8c0bd3d7497c2806adb416c0e
Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 08:28:47 2016 +0000
Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 08:29:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b88f7e7
x11-misc/tint2: Require imlib2 with png enabled
It is required for tint2 launcher to display icons.
Package-Manager: portage-2.3.0
x11-misc/tint2/tint2-0.12.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/tint2/tint2-0.12.3.ebuild
b/x11-misc/tint2/tint2-0.12.3.ebuild
index c2415d3..e3713b6 100644
--- a/x11-misc/tint2/tint2-0.12.3.ebuild
+++ b/x11-misc/tint2/tint2-0.12.3.ebuild
@@ -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 )