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 94858138334 for ; Thu, 26 Jul 2018 20:16:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49016E093B; Thu, 26 Jul 2018 20:16:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 079E8E093B for ; Thu, 26 Jul 2018 20:16: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 2B46A335C9A for ; Thu, 26 Jul 2018 20:16:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48C6137A for ; Thu, 26 Jul 2018 20:16:31 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1532636162.0ac821ac65007403da41a434d7b5ee03bcb17447.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/lirc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/lirc/lirc-0.10.1.ebuild X-VCS-Directories: app-misc/lirc/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 0ac821ac65007403da41a434d7b5ee03bcb17447 X-VCS-Branch: master Date: Thu, 26 Jul 2018 20:16: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: 18f7d8b9-9f70-4284-89d8-6bb1d09e8d1b X-Archives-Hash: 70a33176ccc1d7adf5ca360982097601 commit: 0ac821ac65007403da41a434d7b5ee03bcb17447 Author: Craig Andrews gentoo org> AuthorDate: Thu Jul 26 20:16:02 2018 +0000 Commit: Craig Andrews gentoo org> CommitDate: Thu Jul 26 20:16:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac821ac app-misc/lirc: Enable py3.7 Package-Manager: Portage-2.3.43, Repoman-2.3.10 app-misc/lirc/lirc-0.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/lirc/lirc-0.10.1.ebuild b/app-misc/lirc/lirc-0.10.1.ebuild index 9b8d2c10c01..2553dd192c8 100644 --- a/app-misc/lirc/lirc-0.10.1.ebuild +++ b/app-misc/lirc/lirc-0.10.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_4 python3_{5,6} ) +PYTHON_COMPAT=( python3_4 python3_{5,6,7} ) inherit eutils flag-o-matic linux-info python-single-r1 systemd xdg-utils