diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-11-04 11:06:44 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-11-04 11:30:18 +0100 |
commit | 6dd30f075e166886789dadf98665f17855099059 (patch) | |
tree | c79bc73bcc82f115e9978eb9e555aa9e81275937 /net-analyzer | |
parent | media-sound/terminatorx: Version bump (diff) | |
download | gentoo-6dd30f075e166886789dadf98665f17855099059.tar.gz gentoo-6dd30f075e166886789dadf98665f17855099059.tar.bz2 gentoo-6dd30f075e166886789dadf98665f17855099059.zip |
net-analyzer/etherape: scrollkeeper running is disable, then, we don't need it
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/etherape/etherape-0.9.14.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/net-analyzer/etherape/etherape-0.9.14.ebuild b/net-analyzer/etherape/etherape-0.9.14.ebuild index c007de64ea7a..43c22f88f3e7 100644 --- a/net-analyzer/etherape/etherape-0.9.14.ebuild +++ b/net-analyzer/etherape/etherape-0.9.14.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 -GCONF_DEBUG=no +EAPI=6 inherit gnome2 DESCRIPTION="A graphical network monitor for Unix modeled after etherman" @@ -20,13 +19,9 @@ RDEPEND=" gnome-base/libgnomecanvas[glade] net-libs/libpcap " -DEPEND=" - ${RDEPEND} +DEPEND="${RDEPEND} >=sys-devel/gettext-0.11.5 app-text/docbook-xml-dtd:4.1.2 app-text/gnome-doc-utils - app-text/scrollkeeper virtual/pkgconfig " - -DOCS="AUTHORS ChangeLog FAQ NEWS README* TODO" |