From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C01B61384B4 for ; Tue, 10 Nov 2015 23:24:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBF0721C00D; Tue, 10 Nov 2015 23:24:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6EAFE21C00D for ; Tue, 10 Nov 2015 23:24:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 158AF34069F for ; Tue, 10 Nov 2015 23:24:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9A6222E8 for ; Tue, 10 Nov 2015 23:23:58 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1447197822.6375e89fb83a8353d557aecd3d0b8aa7729cd9b5.twitch153@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/layman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/layman/layman-9999.ebuild X-VCS-Directories: app-portage/layman/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: 6375e89fb83a8353d557aecd3d0b8aa7729cd9b5 X-VCS-Branch: master Date: Tue, 10 Nov 2015 23:23:58 +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: d62e1807-2a2d-41e8-988e-938d7f45f0c3 X-Archives-Hash: b3ff52955ac30d2665a07497e7fdaaaa commit: 6375e89fb83a8353d557aecd3d0b8aa7729cd9b5 Author: Devan Franchini gentoo org> AuthorDate: Tue Nov 10 23:23:42 2015 +0000 Commit: Devan Franchini gentoo org> CommitDate: Tue Nov 10 23:23:42 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6375e89f Adds python3_5 to PYTHON_COMPAT Package-Manager: portage-2.2.20.1 app-portage/layman/layman-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/layman/layman-9999.ebuild b/app-portage/layman/layman-9999.ebuild index 1c1abf6..5d9a010 100644 --- a/app-portage/layman/layman-9999.ebuild +++ b/app-portage/layman/layman-9999.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) PYTHON_REQ_USE="xml(+),sqlite?" inherit eutils distutils-r1 git-2 linux-info prefix