diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-12 03:00:03 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-12 03:00:03 +0000 |
commit | 3b7585fa8e86bb5a9991bded073d6605be65676e (patch) | |
tree | 61283542defb17d1454703cef97036e7d5d3ee59 /net-analyzer/ntop/ntop-4.1.0.ebuild | |
parent | inherit multilib for get_libdir (diff) | |
download | historical-3b7585fa8e86bb5a9991bded073d6605be65676e.tar.gz historical-3b7585fa8e86bb5a9991bded073d6605be65676e.tar.bz2 historical-3b7585fa8e86bb5a9991bded073d6605be65676e.zip |
inherit user for enewgroup and enewuser
Package-Manager: portage-2.2.0_alpha110_p25/cvs/Linux i686
Diffstat (limited to 'net-analyzer/ntop/ntop-4.1.0.ebuild')
-rw-r--r-- | net-analyzer/ntop/ntop-4.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/ntop/ntop-4.1.0.ebuild b/net-analyzer/ntop/ntop-4.1.0.ebuild index 18be286d3a20..f7a30f1f96d4 100644 --- a/net-analyzer/ntop/ntop-4.1.0.ebuild +++ b/net-analyzer/ntop/ntop-4.1.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.1.0.ebuild,v 1.1 2011/11/08 22:47:02 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.1.0.ebuild,v 1.2 2012/06/12 02:58:12 zmedico Exp $ EAPI="2" -inherit eutils autotools +inherit autotools eutils user DESCRIPTION="Network traffic analyzer with web interface" HOMEPAGE="http://www.ntop.org/products/ntop/" |