From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F931138334 for ; Wed, 4 Dec 2019 16:37:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DF3AE0841; Wed, 4 Dec 2019 16:37:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43B30E0841 for ; Wed, 4 Dec 2019 16:37:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B54CE34D7C8 for ; Wed, 4 Dec 2019 16:37:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CF448C8 for ; Wed, 4 Dec 2019 16:37:48 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1575477413.6e3a6d8dfcba77d235c0d3911dbe1dfd26c7bcd8.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libnl/libnl-3.5.0.ebuild dev-libs/libnl/libnl-99999999.ebuild X-VCS-Directories: dev-libs/libnl/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 6e3a6d8dfcba77d235c0d3911dbe1dfd26c7bcd8 X-VCS-Branch: master Date: Wed, 4 Dec 2019 16:37:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a8d04dc1-3181-411b-83b9-8a32825db172 X-Archives-Hash: 84cd1c0579b040a32144f3a0308ddd9f commit: 6e3a6d8dfcba77d235c0d3911dbe1dfd26c7bcd8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 30 15:12:27 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Dec 4 16:36:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3a6d8d dev-libs/libnl: python3_8 Closes: https://bugs.gentoo.org/701568 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner gentoo.org> Signed-off-by: Aaron Bauman gentoo.org> dev-libs/libnl/libnl-3.5.0.ebuild | 3 ++- dev-libs/libnl/libnl-99999999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/libnl/libnl-3.5.0.ebuild b/dev-libs/libnl/libnl-3.5.0.ebuild index 32fb308b60f..ae230e8101e 100644 --- a/dev-libs/libnl/libnl-3.5.0.ebuild +++ b/dev-libs/libnl/libnl-3.5.0.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 libtool multilib-minimal diff --git a/dev-libs/libnl/libnl-99999999.ebuild b/dev-libs/libnl/libnl-99999999.ebuild index bb976be4513..96cee7696c8 100644 --- a/dev-libs/libnl/libnl-99999999.ebuild +++ b/dev-libs/libnl/libnl-99999999.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) DISTUTILS_OPTIONAL=1 inherit autotools distutils-r1 git-r3 libtool multilib multilib-minimal