From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 026A11382C5 for ; Sat, 20 Jun 2020 08:45:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25FCAE088F; Sat, 20 Jun 2020 08:45:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 029AFE088F for ; Sat, 20 Jun 2020 08:45:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0C72834F0DC for ; Sat, 20 Jun 2020 08:45:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B231A2A1 for ; Sat, 20 Jun 2020 08:45:21 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1592642718.b5cdd754b8c4c528a258db72069f0dd0eea0f7c7.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/golly/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/golly/golly-3.3-r1.ebuild X-VCS-Directories: app-misc/golly/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: b5cdd754b8c4c528a258db72069f0dd0eea0f7c7 X-VCS-Branch: master Date: Sat, 20 Jun 2020 08:45:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5a176b30-79e8-40e4-a065-69f88ca13913 X-Archives-Hash: e310fc7e12e18a057de26856b1bd93ab commit: b5cdd754b8c4c528a258db72069f0dd0eea0f7c7 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jun 20 08:44:58 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jun 20 08:45:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5cdd754 app-misc/golly: drop optional python2 scripting support Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich gentoo.org> app-misc/golly/golly-3.3-r1.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app-misc/golly/golly-3.3-r1.ebuild b/app-misc/golly/golly-3.3-r1.ebuild index 26742c324c9..27ee1bae14e 100644 --- a/app-misc/golly/golly-3.3-r1.ebuild +++ b/app-misc/golly/golly-3.3-r1.ebuild @@ -4,9 +4,8 @@ EAPI=7 WX_GTK_VER=3.0 -PYTHON_COMPAT=( python2_7 ) -inherit desktop eutils flag-o-matic python-single-r1 wxwidgets xdg-utils +inherit desktop eutils flag-o-matic wxwidgets xdg-utils DESCRIPTION="simulator for Conway's Game of Life and other cellular automata" HOMEPAGE="http://golly.sourceforge.net/" @@ -16,13 +15,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="tiff" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="virtual/opengl sys-libs/zlib x11-libs/wxGTK:${WX_GTK_VER}[X,opengl,tiff?]" -RDEPEND="${DEPEND} - ${PYTHON_DEPS}" +RDEPEND="${DEPEND}" S=${WORKDIR}/${P}-src