diff options
author | Peter Volkov <pva@gentoo.org> | 2008-11-16 15:43:49 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-11-16 15:43:49 +0000 |
commit | 160766fe89c27c4ad5ef3c8468e00967a8e22030 (patch) | |
tree | bbe84edf51e98d83cb7e7591b76c45c067f0895e /net-analyzer/etherape/etherape-0.9.7-r1.ebuild | |
parent | Stable for HPPA (bug #246602). (diff) | |
download | gentoo-2-160766fe89c27c4ad5ef3c8468e00967a8e22030.tar.gz gentoo-2-160766fe89c27c4ad5ef3c8468e00967a8e22030.tar.bz2 gentoo-2-160766fe89c27c4ad5ef3c8468e00967a8e22030.zip |
Added missing dependency, bug #239675 thank Evil Compile Person for report. Small cleanup.
(Portage version: 2.2_rc14/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
Diffstat (limited to 'net-analyzer/etherape/etherape-0.9.7-r1.ebuild')
-rw-r--r-- | net-analyzer/etherape/etherape-0.9.7-r1.ebuild | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/net-analyzer/etherape/etherape-0.9.7-r1.ebuild b/net-analyzer/etherape/etherape-0.9.7-r1.ebuild index 9d29fb4073eb..b76117e658a8 100644 --- a/net-analyzer/etherape/etherape-0.9.7-r1.ebuild +++ b/net-analyzer/etherape/etherape-0.9.7-r1.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.9.7-r1.ebuild,v 1.6 2007/05/23 18:51:03 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.9.7-r1.ebuild,v 1.7 2008/11/16 15:43:49 pva Exp $ -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="latest" inherit eutils gnome2 autotools DESCRIPTION="A graphical network monitor for Unix modeled after etherman" @@ -15,20 +13,20 @@ SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="" -DEPEND=">=gnome-base/libglade-2.0 +RDEPEND=">=gnome-base/libglade-2.0 >=gnome-base/libgnomeui-2.0 - net-libs/libpcap + net-libs/libpcap" +DEPEND="${RDEPEND} app-text/scrollkeeper - sys-devel/gettext" + sys-devel/gettext + dev-util/pkgconfig" DOCS="ABOUT-NLS AUTHORS ChangeLog FAQ NEWS OVERVIEW README* TODO" src_unpack() { - unpack ${A}; - + unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${PN}-0.9.3-res_mkquery.patch - + epatch "${FILESDIR}/${PN}-0.9.3-res_mkquery.patch" AT_M4DIR="m4" eautoreconf } |