summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-12-28 19:10:26 +0000
committerMike Gilbert <floppym@gentoo.org>2014-12-28 19:10:26 +0000
commitc792981a050d9483dd7f3ef284a4b2eb5efcd231 (patch)
tree74213e22d88acfc0902375cadf5ba039a7ed76cb /dev-libs
parentpython-r1 cleanup. (diff)
downloadgentoo-2-c792981a050d9483dd7f3ef284a4b2eb5efcd231.tar.gz
gentoo-2-c792981a050d9483dd7f3ef284a4b2eb5efcd231.tar.bz2
gentoo-2-c792981a050d9483dd7f3ef284a4b2eb5efcd231.zip
python-r1 cleanup.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libdnet/ChangeLog5
-rw-r--r--dev-libs/libdnet/libdnet-1.12.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libdnet/ChangeLog b/dev-libs/libdnet/ChangeLog
index 13bd5345de1b..1b6b976ed823 100644
--- a/dev-libs/libdnet/ChangeLog
+++ b/dev-libs/libdnet/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libdnet
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v 1.78 2014/10/24 13:01:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v 1.79 2014/12/28 19:10:26 floppym Exp $
+
+ 28 Dec 2014; Mike Gilbert <floppym@gentoo.org> libdnet-1.12.ebuild:
+ python-r1 cleanup.
24 Oct 2014; Jeroen Roovers <jer@gentoo.org> libdnet-1.12.ebuild:
Drop dev-lang/python-2.6 support.
diff --git a/dev-libs/libdnet/libdnet-1.12.ebuild b/dev-libs/libdnet/libdnet-1.12.ebuild
index 81bd0f7e6edd..78db3918c175 100644
--- a/dev-libs/libdnet/libdnet-1.12.ebuild
+++ b/dev-libs/libdnet/libdnet-1.12.ebuild
@@ -1,11 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild,v 1.21 2014/10/24 13:01:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild,v 1.22 2014/12/28 19:10:26 floppym Exp $
EAPI=5
AT_M4DIR="config"
-PYTHON_DEPEND="python? 2"
PYTHON_COMPAT=( python2_7 )
DISTUTILS_OPTIONAL=1
@@ -25,6 +24,7 @@ IUSE="ipv6 python static-libs test"
DEPEND="python? ( ${PYTHON_DEPS} )"
RDEPEND="${DEPEND}"
RESTRICT="test"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
DOCS=( README THANKS TODO )