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 E9466139694 for ; Fri, 28 Apr 2017 15:19:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2585E0DD6; Fri, 28 Apr 2017 15:19:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CA3A2E0DD6 for ; Fri, 28 Apr 2017 15:19:38 +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 F189234172D for ; Fri, 28 Apr 2017 15:19:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B4E0743B for ; Fri, 28 Apr 2017 15:19:36 +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: <1493392760.7b14d07bc3233e3046cc145cd133604b5c7799b7.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/filemagic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/filemagic/filemagic-1.6.ebuild X-VCS-Directories: dev-python/filemagic/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 7b14d07bc3233e3046cc145cd133604b5c7799b7 X-VCS-Branch: master Date: Fri, 28 Apr 2017 15:19:36 +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: e65e2b79-c939-4e10-bfe3-9f1ec9b0b83d X-Archives-Hash: 6baa0ccd7ac9950db16c3a1d601e6e0b commit: 7b14d07bc3233e3046cc145cd133604b5c7799b7 Author: Manuel Rüger gentoo org> AuthorDate: Fri Apr 28 15:19:20 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Apr 28 15:19:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b14d07b dev-python/filemagic: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/filemagic/filemagic-1.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/filemagic/filemagic-1.6.ebuild b/dev-python/filemagic/filemagic-1.6.ebuild index fa9eed4ff1a..0398d416e17 100644 --- a/dev-python/filemagic/filemagic-1.6.ebuild +++ b/dev-python/filemagic/filemagic-1.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="A Python API for libmagic, the library behind the Unix file command"