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 371B858973 for ; Wed, 3 Feb 2016 09:53:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 649C821C031; Wed, 3 Feb 2016 09:53:10 +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 091A721C031 for ; Wed, 3 Feb 2016 09:53:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D10D340ED2 for ; Wed, 3 Feb 2016 09:53:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1521D00 for ; Wed, 3 Feb 2016 09:53:05 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1454493181.1e6590999248fcdd7a01ff72697264399e75ac29.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/rapidsvn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/rapidsvn/rapidsvn-0.12.1-r3.ebuild X-VCS-Directories: dev-vcs/rapidsvn/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1e6590999248fcdd7a01ff72697264399e75ac29 X-VCS-Branch: master Date: Wed, 3 Feb 2016 09:53:05 +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: ad30924b-ca01-4141-8b8a-ea3a317ebea0 X-Archives-Hash: b7d0df9d45c9d271d742247151b080a5 commit: 1e6590999248fcdd7a01ff72697264399e75ac29 Author: Justin Lecher gentoo org> AuthorDate: Wed Feb 3 09:52:56 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 3 09:53:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e659099 dev-vcs/rapidsvn: Downgrade EAPI as wxwidgets.eclass doesn't support it Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-vcs/rapidsvn/rapidsvn-0.12.1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/rapidsvn/rapidsvn-0.12.1-r3.ebuild b/dev-vcs/rapidsvn/rapidsvn-0.12.1-r3.ebuild index ccaeca2..fbd6ad2 100644 --- a/dev-vcs/rapidsvn/rapidsvn-0.12.1-r3.ebuild +++ b/dev-vcs/rapidsvn/rapidsvn-0.12.1-r3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=6 +EAPI=5 PYTHON_COMPAT=( python2_7 )