From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-949405-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 848E4139694
	for <garchives@archives.gentoo.org>; Fri, 12 May 2017 12:13:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6942721C091;
	Fri, 12 May 2017 12:13:33 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 426A221C091
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 May 2017 12:13:33 +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 030573416D3
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 May 2017 12:13:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F68D7451
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 May 2017 12:13:30 +0000 (UTC)
From: "Manuel Rüger" <mrueg@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, "Manuel Rüger" <mrueg@gentoo.org>
Message-ID: <1494590934.ee27ff7705c67be17de30937c720408d05cf3da4.mrueg@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qtawesome/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/qtawesome/qtawesome-0.3.3.ebuild
X-VCS-Directories: dev-python/qtawesome/
X-VCS-Committer: mrueg
X-VCS-Committer-Name: Manuel Rüger
X-VCS-Revision: ee27ff7705c67be17de30937c720408d05cf3da4
X-VCS-Branch: master
Date: Fri, 12 May 2017 12:13:30 +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-Archives-Salt: 2bf5f7ea-b258-439b-98f8-753f37a654c9
X-Archives-Hash: db8b6846c3e820cf5e90e854ca2533fd

commit:     ee27ff7705c67be17de30937c720408d05cf3da4
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 12:08:54 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri May 12 12:08:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee27ff77

dev-python/qtawesome: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/qtawesome/qtawesome-0.3.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/qtawesome/qtawesome-0.3.3.ebuild b/dev-python/qtawesome/qtawesome-0.3.3.ebuild
index c02da4113e9..732768428d8 100644
--- a/dev-python/qtawesome/qtawesome-0.3.3.ebuild
+++ b/dev-python/qtawesome/qtawesome-0.3.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# 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} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit eutils distutils-r1
 
 DESCRIPTION="Enables iconic fonts such as Font Awesome in PyQt"