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 B7E1E138334 for ; Mon, 1 Oct 2018 13:07:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BF0CE09A8; Mon, 1 Oct 2018 13:07:50 +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 3ED44E09A8 for ; Mon, 1 Oct 2018 13:07:50 +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 99614335DC2 for ; Mon, 1 Oct 2018 13:07:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D964E42C for ; Mon, 1 Oct 2018 13:07:46 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1538399003.92aaec0a792c59f711352cae094ed44e6d077385.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/olefile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/olefile/olefile-0.46.ebuild X-VCS-Directories: dev-python/olefile/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 92aaec0a792c59f711352cae094ed44e6d077385 X-VCS-Branch: master Date: Mon, 1 Oct 2018 13:07:46 +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: 13632ef5-c42d-4eff-ad2c-41887ce6e0f9 X-Archives-Hash: 25e9db4759f4cd8f2ccbee3ee135944f commit: 92aaec0a792c59f711352cae094ed44e6d077385 Author: Virgil Dupras gentoo org> AuthorDate: Mon Oct 1 13:03:13 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Mon Oct 1 13:03:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92aaec0a dev-python/olefile: re-add python 3.4 support Dropping it was a bad idea. Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Virgil Dupras gentoo.org> dev-python/olefile/olefile-0.46.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/olefile/olefile-0.46.ebuild b/dev-python/olefile/olefile-0.46.ebuild index 7f7a33dc1d0..1497c597044 100644 --- a/dev-python/olefile/olefile-0.46.ebuild +++ b/dev-python/olefile/olefile-0.46.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} pypy{,3} ) inherit distutils-r1