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 9F98B13827E for ; Wed, 11 Dec 2013 18:40:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E65EE0BB0; Wed, 11 Dec 2013 18:40:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28FE0E0BB0 for ; Wed, 11 Dec 2013 18:40:15 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54BF533FC49 for ; Wed, 11 Dec 2013 18:40:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0463319002B for ; Wed, 11 Dec 2013 18:40:10 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1386787101.dce558d1a5bac085e60febdda694281a2f42cb79.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: / X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay-9999.ebuild X-VCS-Directories: / X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: dce558d1a5bac085e60febdda694281a2f42cb79 X-VCS-Branch: master Date: Wed, 11 Dec 2013 18:40:10 +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: e98cebb6-d937-4f52-b36e-4d106b64b1f4 X-Archives-Hash: 834e0770b42463435ad7c04522da847c commit: dce558d1a5bac085e60febdda694281a2f42cb79 Author: André Erdmann mailerd de> AuthorDate: Wed Dec 11 18:38:21 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Wed Dec 11 18:38:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=dce558d1 roverlay-9999.ebuild: add python3_3 to PYTHON_COMPAT --- roverlay-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roverlay-9999.ebuild b/roverlay-9999.ebuild index 2bb5930..0a53267 100644 --- a/roverlay-9999.ebuild +++ b/roverlay-9999.ebuild @@ -4,8 +4,7 @@ EAPI=5 -# dev-python/mako doesn't support python3.3, currently -PYTHON_COMPAT=( python{2_7,3_2} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) PYTHON_REQ_USE="ssl,threads(+),readline(+)" EGIT_REPO_URI='git://git.overlays.gentoo.org/proj/R_overlay.git'