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 20C3D138334 for ; Fri, 26 Jul 2019 17:54:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EB9EE07B3; Fri, 26 Jul 2019 17:54:42 +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 43AF6E07B3 for ; Fri, 26 Jul 2019 17:54:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 43B6F348C36 for ; Fri, 26 Jul 2019 17:54:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B089608 for ; Fri, 26 Jul 2019 17:54:39 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1564163630.240df455e182bfb906c79bbfcac25226f9df3a9d.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyotherside/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyotherside/pyotherside-1.5.3.ebuild dev-python/pyotherside/pyotherside-1.5.4.ebuild X-VCS-Directories: dev-python/pyotherside/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 240df455e182bfb906c79bbfcac25226f9df3a9d X-VCS-Branch: master Date: Fri, 26 Jul 2019 17:54:39 +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: 7326cce4-cee7-473e-86a9-eb169ea1540d X-Archives-Hash: 89e9d144cd8affe9b496c2aae5629f9a commit: 240df455e182bfb906c79bbfcac25226f9df3a9d Author: Göktürk Yüksek gentoo org> AuthorDate: Fri Jul 26 17:53:50 2019 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Fri Jul 26 17:53:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=240df455 dev-python/pyotherside: fix missing PYTHON_REQUIRED_USE Package-Manager: Portage-2.3.67, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek gentoo.org> dev-python/pyotherside/pyotherside-1.5.3.ebuild | 1 + dev-python/pyotherside/pyotherside-1.5.4.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/pyotherside/pyotherside-1.5.3.ebuild b/dev-python/pyotherside/pyotherside-1.5.3.ebuild index a0913f2e339..054abcb7d74 100644 --- a/dev-python/pyotherside/pyotherside-1.5.3.ebuild +++ b/dev-python/pyotherside/pyotherside-1.5.3.ebuild @@ -16,6 +16,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" +REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND="${PYTHON_DEPS} dev-qt/qtcore:5 diff --git a/dev-python/pyotherside/pyotherside-1.5.4.ebuild b/dev-python/pyotherside/pyotherside-1.5.4.ebuild index 4f5a176c230..dbeb5532b03 100644 --- a/dev-python/pyotherside/pyotherside-1.5.4.ebuild +++ b/dev-python/pyotherside/pyotherside-1.5.4.ebuild @@ -14,6 +14,7 @@ SRC_URI="https://github.com/thp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64" +REQUIRED_USE=${PYTHON_REQUIRED_USE} # Requires active X display RESTRICT="test"