diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:01:22 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:01:22 +0000 |
commit | e38c65953e5972054bb92012afe957b702e6254b (patch) | |
tree | 1b6d57d873faf5a4bf0e8b1701be682f6b3004e2 /net-analyzer/ntop | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-e38c65953e5972054bb92012afe957b702e6254b.tar.gz gentoo-2-e38c65953e5972054bb92012afe957b702e6254b.tar.bz2 gentoo-2-e38c65953e5972054bb92012afe957b702e6254b.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-analyzer/ntop')
-rw-r--r-- | net-analyzer/ntop/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ntop/ntop-5.0.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog index e7bdcf181637..bf0c391077a9 100644 --- a/net-analyzer/ntop/ChangeLog +++ b/net-analyzer/ntop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ntop # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.121 2015/02/02 10:05:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.122 2015/04/08 18:01:21 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> ntop-5.0.1-r1.ebuild: + Drop old Python implementations 02 Feb 2015; Jeroen Roovers <jer@gentoo.org> ntop-4.0.3.ebuild, ntop-4.1.0.ebuild, ntop-5.0.1-r1.ebuild: diff --git a/net-analyzer/ntop/ntop-5.0.1-r1.ebuild b/net-analyzer/ntop/ntop-5.0.1-r1.ebuild index 3d57895cd0c4..998aae16a056 100644 --- a/net-analyzer/ntop/ntop-5.0.1-r1.ebuild +++ b/net-analyzer/ntop/ntop-5.0.1-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-5.0.1-r1.ebuild,v 1.4 2015/02/02 10:05:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-5.0.1-r1.ebuild,v 1.5 2015/04/08 18:01:21 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_COMPAT=( python2_7 ) inherit autotools eutils user python-single-r1 |