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 9B315138334 for ; Sun, 24 Jun 2018 19:21:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52C8EE0982; Sun, 24 Jun 2018 19:21:33 +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 11856E0990 for ; Sun, 24 Jun 2018 19:21:33 +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 56386335C95 for ; Sun, 24 Jun 2018 19:21:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B1F9352 for ; Sun, 24 Jun 2018 19:21:27 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1529868068.e8abfbb0e9ffbcb6c743ee36811e346d15e81533.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-otrs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-otrs/python-otrs-0.3.0.ebuild X-VCS-Directories: dev-python/python-otrs/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e8abfbb0e9ffbcb6c743ee36811e346d15e81533 X-VCS-Branch: master Date: Sun, 24 Jun 2018 19:21:27 +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: 775dd5e8-8cb7-49d3-b0af-902e35b89d96 X-Archives-Hash: 9bb97a7658d58941e12e6b7b36fc7426 commit: e8abfbb0e9ffbcb6c743ee36811e346d15e81533 Author: Pacho Ramos gentoo org> AuthorDate: Sun Jun 24 19:12:15 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jun 24 19:21:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8abfbb0 dev-python/python-otrs: Support python3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/python-otrs/python-otrs-0.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-otrs/python-otrs-0.3.0.ebuild b/dev-python/python-otrs/python-otrs-0.3.0.ebuild index 1c812f2ec19..116f7bcf068 100644 --- a/dev-python/python-otrs/python-otrs-0.3.0.ebuild +++ b/dev-python/python-otrs/python-otrs-0.3.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1