diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-12-13 17:50:59 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-12-13 17:50:59 +0000 |
commit | 708b2b0d8997d486a2fb495dc77877edca0cce4e (patch) | |
tree | 07ba4b039ae3a3a8011c594f449cec5abbdc5bc9 /net-analyzer/ntop | |
parent | Add IUSE=debug. (diff) | |
download | gentoo-2-708b2b0d8997d486a2fb495dc77877edca0cce4e.tar.gz gentoo-2-708b2b0d8997d486a2fb495dc77877edca0cce4e.tar.bz2 gentoo-2-708b2b0d8997d486a2fb495dc77877edca0cce4e.zip |
Add dev-python/mako to runtime deps, wrt bug #410255
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-analyzer/ntop')
-rw-r--r-- | net-analyzer/ntop/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ntop/ntop-4.1.0.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog index 2b05bfa3dfb9..666cc8dfcc91 100644 --- a/net-analyzer/ntop/ChangeLog +++ b/net-analyzer/ntop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ntop # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.112 2012/06/12 02:58:12 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.113 2012/12/13 17:50:59 pinkbyte Exp $ + + 13 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> ntop-4.1.0.ebuild: + Add dev-python/mako to runtime deps, wrt bug #410255 12 Jun 2012; Zac Medico <zmedico@gentoo.org> ntop-4.0.1.ebuild, ntop-4.0.3.ebuild, ntop-4.1.0.ebuild: diff --git a/net-analyzer/ntop/ntop-4.1.0.ebuild b/net-analyzer/ntop/ntop-4.1.0.ebuild index f7a30f1f96d4..59d8fc989dd8 100644 --- a/net-analyzer/ntop/ntop-4.1.0.ebuild +++ b/net-analyzer/ntop/ntop-4.1.0.ebuild @@ -1,6 +1,6 @@ # 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.2 2012/06/12 02:58:12 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.1.0.ebuild,v 1.3 2012/12/13 17:50:59 pinkbyte Exp $ EAPI="2" @@ -37,7 +37,8 @@ RDEPEND="${COMMON_DEPEND} net-misc/wget app-arch/gzip !arm? ( dev-libs/gdome2 ) - dev-libs/glib:2" + dev-libs/glib:2 + dev-python/mako" pkg_setup() { enewgroup ntop |