diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-02-10 08:26:06 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-02-10 08:26:06 +0000 |
commit | 39cbfadcc3d26066005d68fa35b352c3977845bf (patch) | |
tree | b2e0a4aea7f2aa3830bef6bf71d193ae5bd4c1f3 | |
parent | Remove masked package (diff) | |
download | gentoo-2-39cbfadcc3d26066005d68fa35b352c3977845bf.tar.gz gentoo-2-39cbfadcc3d26066005d68fa35b352c3977845bf.tar.bz2 gentoo-2-39cbfadcc3d26066005d68fa35b352c3977845bf.zip |
Drop gdome2 dep, #415743
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r-- | net-analyzer/ntop/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/ntop/ntop-4.1.0.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog index 666cc8dfcc91..18cab2d7095e 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.113 2012/12/13 17:50:59 pinkbyte Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.114 2013/02/10 08:26:06 pacho Exp $ + + 10 Feb 2013; Pacho Ramos <pacho@gentoo.org> ntop-4.1.0.ebuild: + Drop gdome2 dep, #415743 13 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> ntop-4.1.0.ebuild: Add dev-python/mako to runtime deps, wrt bug #410255 diff --git a/net-analyzer/ntop/ntop-4.1.0.ebuild b/net-analyzer/ntop/ntop-4.1.0.ebuild index 59d8fc989dd8..d2241a7088b5 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 +# Copyright 1999-2013 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.3 2012/12/13 17:50:59 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.1.0.ebuild,v 1.4 2013/02/10 08:26:06 pacho Exp $ EAPI="2" @@ -36,7 +36,6 @@ RDEPEND="${COMMON_DEPEND} media-gfx/graphviz net-misc/wget app-arch/gzip - !arm? ( dev-libs/gdome2 ) dev-libs/glib:2 dev-python/mako" |