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 D20E41392EF for ; Wed, 25 Jun 2014 04:15:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B275FE07E2; Wed, 25 Jun 2014 04:15:20 +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 2A075E07E2 for ; Wed, 25 Jun 2014 04:15:20 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 117EC33F66B for ; Wed, 25 Jun 2014 04:15:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 0E6C619095 for ; Wed, 25 Jun 2014 04:15:17 +0000 (UTC) From: "Jonathan Callen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonathan Callen" Message-ID: <1403669641.cf4237f5a857416dd8f318fbbefe481ddf751ee8.jcallen@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/pykde4/pykde4-4.13.49.9999.ebuild kde-base/pykde4/pykde4-4.9999.ebuild X-VCS-Directories: kde-base/pykde4/ X-VCS-Committer: jcallen X-VCS-Committer-Name: Jonathan Callen X-VCS-Revision: cf4237f5a857416dd8f318fbbefe481ddf751ee8 X-VCS-Branch: master Date: Wed, 25 Jun 2014 04:15:17 +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: ff65ce32-a88d-4dc4-b871-ab1568289c93 X-Archives-Hash: a448895784fa3a64a82f5c1e954e1ef4 commit: cf4237f5a857416dd8f318fbbefe481ddf751ee8 Author: Jonathan Callen gentoo org> AuthorDate: Wed Jun 25 04:14:01 2014 +0000 Commit: Jonathan Callen gentoo org> CommitDate: Wed Jun 25 04:14:01 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cf4237f5 [kde-base/pykde4] Add python3_4 to PYTHON_COMPAT Package-Manager: portage-2.2.10 --- kde-base/pykde4/pykde4-4.13.49.9999.ebuild | 2 +- kde-base/pykde4/pykde4-4.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-base/pykde4/pykde4-4.13.49.9999.ebuild b/kde-base/pykde4/pykde4-4.13.49.9999.ebuild index 2d16b46..be0f544 100644 --- a/kde-base/pykde4/pykde4-4.13.49.9999.ebuild +++ b/kde-base/pykde4/pykde4-4.13.49.9999.ebuild @@ -3,7 +3,7 @@ # $Header: $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) PYTHON_REQ_USE="threads" OPENGL_REQUIRED="always" diff --git a/kde-base/pykde4/pykde4-4.9999.ebuild b/kde-base/pykde4/pykde4-4.9999.ebuild index 2d16b46..be0f544 100644 --- a/kde-base/pykde4/pykde4-4.9999.ebuild +++ b/kde-base/pykde4/pykde4-4.9999.ebuild @@ -3,7 +3,7 @@ # $Header: $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) PYTHON_REQ_USE="threads" OPENGL_REQUIRED="always"