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 BD715138334 for ; Wed, 13 Feb 2019 13:32:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDC9DE08F7; Wed, 13 Feb 2019 13:32:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B59D7E08F7 for ; Wed, 13 Feb 2019 13:32:08 +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 9919B340EEB for ; Wed, 13 Feb 2019 13:32:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4983D53E for ; Wed, 13 Feb 2019 13:32:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1550064708.1e3b5302a50dca8d3e7ed3746b94f35618aa12f8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/breeze-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/breeze-gtk/breeze-gtk-5.15.0.ebuild X-VCS-Directories: kde-plasma/breeze-gtk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1e3b5302a50dca8d3e7ed3746b94f35618aa12f8 X-VCS-Branch: master Date: Wed, 13 Feb 2019 13:32:06 +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: 6ee85c30-b3db-4cdd-a6eb-d717fe5e5561 X-Archives-Hash: f31e800bfad0ba64943b118b97f3bd6b commit: 1e3b5302a50dca8d3e7ed3746b94f35618aa12f8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 13 13:31:07 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 13 13:31:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3b5302 kde-plasma/breeze-gtk: Switch to python-r1 Closes: https://bugs.gentoo.org/677864 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-plasma/breeze-gtk/breeze-gtk-5.15.0.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/kde-plasma/breeze-gtk/breeze-gtk-5.15.0.ebuild b/kde-plasma/breeze-gtk/breeze-gtk-5.15.0.ebuild index dce2075500b..c8a7ee800a8 100644 --- a/kde-plasma/breeze-gtk/breeze-gtk-5.15.0.ebuild +++ b/kde-plasma/breeze-gtk/breeze-gtk-5.15.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{5,6,7} ) -inherit kde5 python-any-r1 +inherit kde5 python-r1 DESCRIPTION="Official GTK+ port of Plasma's Breeze widget style" HOMEPAGE="https://cgit.kde.org/breeze-gtk.git" @@ -12,13 +12,15 @@ LICENSE="LGPL-2.1+" KEYWORDS="~amd64 ~arm ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + BDEPEND="${PYTHON_DEPS} $(add_plasma_dep breeze) - $(python_gen_any_dep 'dev-python/pycairo[${PYTHON_USEDEP}]') + dev-python/pycairo[${PYTHON_USEDEP}] dev-ruby/sass " pkg_setup() { - python-any-r1_pkg_setup + python_setup kde5_pkg_setup }