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 50E2B139694 for ; Fri, 28 Apr 2017 12:49:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EB86E0DDE; Fri, 28 Apr 2017 12:49:34 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 677FBE0DDE for ; Fri, 28 Apr 2017 12:49:34 +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 751AC33BE61 for ; Fri, 28 Apr 2017 12:49:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6E9C7427 for ; Fri, 28 Apr 2017 12:49:31 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1493383724.36d42d9231476ad97af149fbaafe3ff4528808a9.mrueg@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.2.ebuild sys-apps/util-linux/util-linux-2.29.2-r1.ebuild X-VCS-Directories: sys-apps/util-linux/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 36d42d9231476ad97af149fbaafe3ff4528808a9 X-VCS-Branch: master Date: Fri, 28 Apr 2017 12:49:31 +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: 4e7b01e8-0e33-40b4-9186-886f2f87e97d X-Archives-Hash: 73fb0accf2ebbc5acc81356928e77142 commit: 36d42d9231476ad97af149fbaafe3ff4528808a9 Author: Manuel Rüger gentoo org> AuthorDate: Fri Apr 28 12:48:25 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Apr 28 12:48:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d42d92 sys-apps/util-linux: Add python3_6 support Package-Manager: Portage-2.3.5, Repoman-2.3.2 sys-apps/util-linux/util-linux-2.28.2.ebuild | 2 +- sys-apps/util-linux/util-linux-2.29.2-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/util-linux/util-linux-2.28.2.ebuild b/sys-apps/util-linux/util-linux-2.28.2.ebuild index 368904f1d43..070dd61ae69 100644 --- a/sys-apps/util-linux/util-linux-2.28.2.ebuild +++ b/sys-apps/util-linux/util-linux-2.28.2.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) 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-2.29.2-r1.ebuild b/sys-apps/util-linux/util-linux-2.29.2-r1.ebuild index 7269851f880..3fc8a7465b9 100644 --- a/sys-apps/util-linux/util-linux-2.29.2-r1.ebuild +++ b/sys-apps/util-linux/util-linux-2.29.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 \ pam python-single-r1 multilib-minimal systemd