From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1210767-garchives=archives.gentoo.org@lists.gentoo.org> 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 F182D13835A for <garchives@archives.gentoo.org>; Wed, 30 Sep 2020 09:28:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 241FBE0AB2; Wed, 30 Sep 2020 09:28:21 +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 0EF2AE0AB2 for <gentoo-commits@lists.gentoo.org>; Wed, 30 Sep 2020 09:28:21 +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 DC32033F9D2 for <gentoo-commits@lists.gentoo.org>; Wed, 30 Sep 2020 09:28:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 560C5389 for <gentoo-commits@lists.gentoo.org>; Wed, 30 Sep 2020 09:28:18 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1601458089.78140c1736c90db47a6e1761810913d6f0a72ea1.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pgspecial/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pgspecial/pgspecial-1.11.10.ebuild X-VCS-Directories: dev-python/pgspecial/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 78140c1736c90db47a6e1761810913d6f0a72ea1 X-VCS-Branch: master Date: Wed, 30 Sep 2020 09:28:18 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 552379f0-f9bb-4642-bac1-6340fd1f445b X-Archives-Hash: 6e923b4c01cbbde684688efddbc3dbc4 commit: 78140c1736c90db47a6e1761810913d6f0a72ea1 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Wed Sep 30 08:17:45 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Sep 30 09:28:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78140c17 dev-python/pgspecial: bring back python 3.6 - Not sure why 3.6 was removed, but it's needed for revdeps. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/17330 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-python/pgspecial/pgspecial-1.11.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pgspecial/pgspecial-1.11.10.ebuild b/dev-python/pgspecial/pgspecial-1.11.10.ebuild index c35d1714c4d..1f8952ae4e4 100644 --- a/dev-python/pgspecial/pgspecial-1.11.10.ebuild +++ b/dev-python/pgspecial/pgspecial-1.11.10.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 DESCRIPTION="Python implementation of PostgreSQL meta commands"