From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CAE4C59CB1 for ; Wed, 13 Apr 2016 07:26:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10A4821C023; Wed, 13 Apr 2016 07:26:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A687C21C023 for ; Wed, 13 Apr 2016 07:26:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82C02340CC7 for ; Wed, 13 Apr 2016 07:26:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 684837E for ; Wed, 13 Apr 2016 07:26:09 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1460532365.851b0721d487aba3f6ac6972cafb88be109248cf.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/util-linux/util-linux-2.28.ebuild sys-apps/util-linux/util-linux-9999.ebuild X-VCS-Directories: sys-apps/util-linux/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 851b0721d487aba3f6ac6972cafb88be109248cf X-VCS-Branch: master Date: Wed, 13 Apr 2016 07:26:09 +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-Archives-Salt: 67039389-dcc1-4c79-a4a6-7e85c86f749e X-Archives-Hash: 8a63326a3183a615b9014bbb34427195 commit: 851b0721d487aba3f6ac6972cafb88be109248cf Author: Lars Wendler gentoo org> AuthorDate: Wed Apr 13 07:25:15 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Apr 13 07:26:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=851b0721 sys-apps/util-linux: python3_5 support added. Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler gentoo.org> sys-apps/util-linux/util-linux-2.28.ebuild | 2 +- sys-apps/util-linux/util-linux-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/util-linux/util-linux-2.28.ebuild b/sys-apps/util-linux/util-linux-2.28.ebuild index 0de4581..a80da0c 100644 --- a/sys-apps/util-linux/util-linux-2.28.ebuild +++ b/sys-apps/util-linux/util-linux-2.28.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 \ python-single-r1 multilib-minimal systemd diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index 6c46297..936c95c 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 \ python-single-r1 multilib-minimal systemd