summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-12-10 01:35:04 +0000
committerTim Harder <radhermit@gentoo.org>2011-12-10 01:35:04 +0000
commit4acb39a94b847fc221f42587a6a8e1484c2c5a35 (patch)
treebfe89693c5ea1df67919666781bd07830106512a /net-analyzer/mtr/mtr-0.82.ebuild
parentFix typo. wrt bug #393407 (diff)
downloadgentoo-2-4acb39a94b847fc221f42587a6a8e1484c2c5a35.tar.gz
gentoo-2-4acb39a94b847fc221f42587a6a8e1484c2c5a35.tar.bz2
gentoo-2-4acb39a94b847fc221f42587a6a8e1484c2c5a35.zip
Fix gtk related deps.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/mtr/mtr-0.82.ebuild')
-rw-r--r--net-analyzer/mtr/mtr-0.82.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/net-analyzer/mtr/mtr-0.82.ebuild b/net-analyzer/mtr/mtr-0.82.ebuild
index 668c366f52da..e10651389cce 100644
--- a/net-analyzer/mtr/mtr-0.82.ebuild
+++ b/net-analyzer/mtr/mtr-0.82.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.82.ebuild,v 1.1 2011/12/05 10:36:38 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.82.ebuild,v 1.2 2011/12/10 01:35:04 radhermit Exp $
EAPI="4"
@@ -18,7 +18,11 @@ IUSE="gtk ipv6 suid"
RDEPEND="
sys-libs/ncurses
- gtk? ( x11-libs/gtk+:2 )"
+ gtk? (
+ dev-libs/glib
+ x11-libs/gdk-pixbuf
+ x11-libs/gtk+:2
+ )"
DEPEND="${RDEPEND}
gtk? ( dev-util/pkgconfig )"