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 6D475138334 for ; Fri, 20 Jul 2018 21:38:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D0DFE0AD6; Fri, 20 Jul 2018 21:38:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2EC18E0AD6 for ; Fri, 20 Jul 2018 21:38:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0AC03335CEE for ; Fri, 20 Jul 2018 21:38:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB8B537B for ; Fri, 20 Jul 2018 21:38:22 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1532122691.8b95d1b5b82ebfead67997693bd34ba5068fab56.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryptsetup/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/cryptsetup/cryptsetup-1.7.5-r1.ebuild sys-fs/cryptsetup/cryptsetup-2.0.3-r1.ebuild X-VCS-Directories: sys-fs/cryptsetup/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 8b95d1b5b82ebfead67997693bd34ba5068fab56 X-VCS-Branch: master Date: Fri, 20 Jul 2018 21:38:22 +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: a72bad2c-6dd6-4ba7-b3ed-2b0bd9e3b3b2 X-Archives-Hash: d9376bd042dfd5a50364afc8ffc28c4d commit: 8b95d1b5b82ebfead67997693bd34ba5068fab56 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Jul 20 19:59:21 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Jul 20 21:38:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b95d1b5 sys-fs/cryptsetup: Enable Python 3.7 support Package-Manager: Portage-2.3.43, Repoman-2.3.10 sys-fs/cryptsetup/cryptsetup-1.7.5-r1.ebuild | 2 +- sys-fs/cryptsetup/cryptsetup-2.0.3-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/cryptsetup/cryptsetup-1.7.5-r1.ebuild b/sys-fs/cryptsetup/cryptsetup-1.7.5-r1.ebuild index 267775b5275..aae1559690e 100644 --- a/sys-fs/cryptsetup/cryptsetup-1.7.5-r1.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-1.7.5-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit autotools distutils-r1 linux-info libtool eutils versionator diff --git a/sys-fs/cryptsetup/cryptsetup-2.0.3-r1.ebuild b/sys-fs/cryptsetup/cryptsetup-2.0.3-r1.ebuild index 640aa2a4e05..90930f1120c 100644 --- a/sys-fs/cryptsetup/cryptsetup-2.0.3-r1.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-2.0.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit autotools python-single-r1 linux-info libtool ltprune versionator