commit:     bc719dc6a1f6912dcf71efdf2feef7352510b456
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 12 23:24:46 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 23:34:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc719dc6

dev-libs/libdnet: add Python 3.9

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libdnet/libdnet-1.14-r1.ebuild | 31 +++++++++++++++----------------
 dev-libs/libdnet/libdnet-1.14-r2.ebuild |  2 +-
 2 files changed, 16 insertions(+), 17 deletions(-)

diff --git a/dev-libs/libdnet/libdnet-1.14-r1.ebuild 
b/dev-libs/libdnet/libdnet-1.14-r1.ebuild
index 3d34dd00737..58293f3bd05 100644
--- a/dev-libs/libdnet/libdnet-1.14-r1.ebuild
+++ b/dev-libs/libdnet/libdnet-1.14-r1.ebuild
@@ -1,31 +1,30 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 AT_M4DIR="config"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 DISTUTILS_OPTIONAL=1
 inherit autotools distutils-r1
 
 DESCRIPTION="simplified, portable interface to several low-level networking 
routines"
 HOMEPAGE="https://github.com/ofalk/libdnet";
 SRC_URI="https://github.com/ofalk/${PN}/archive/${P}.tar.gz";
-LICENSE="LGPL-2"
+S="${WORKDIR}/${PN}-${P}"
 
+LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
 IUSE="python static-libs test"
-
-DEPEND="
-       python? ( ${PYTHON_DEPS} )
-"
-RDEPEND="
-       ${DEPEND}
-"
-RESTRICT="test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="test"
+
+DEPEND="python? ( ${PYTHON_DEPS} )"
+RDEPEND="${DEPEND}"
+
 DOCS=( README.md THANKS TODO )
-S=${WORKDIR}/${PN}-${P}
+
 PATCHES=(
        "${FILESDIR}"/${PN}-1.14-ndisc.patch
        "${FILESDIR}"/${PN}-1.14-strlcpy.patch
@@ -48,7 +47,7 @@ src_prepare() {
        eautoreconf
 
        if use python; then
-               cd python
+               cd python || die
                distutils-r1_src_prepare
        fi
 }
@@ -62,7 +61,7 @@ src_configure() {
 src_compile() {
        default
        if use python; then
-               cd python
+               cd python || die
                distutils-r1_src_compile
        fi
 }
@@ -70,9 +69,9 @@ src_compile() {
 src_install() {
        default
        if use python; then
-               cd python
+               cd python || die
                unset DOCS
                distutils-r1_src_install
        fi
-       find "${D}" -name '*.la' -delete || die
+       find "${ED}" -name '*.la' -delete || die
 }

diff --git a/dev-libs/libdnet/libdnet-1.14-r2.ebuild 
b/dev-libs/libdnet/libdnet-1.14-r2.ebuild
index 2938cfe88b8..f6b3a828e42 100644
--- a/dev-libs/libdnet/libdnet-1.14-r2.ebuild
+++ b/dev-libs/libdnet/libdnet-1.14-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 AT_M4DIR="config"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 DISTUTILS_OPTIONAL=1
 inherit autotools distutils-r1
 

Reply via email to