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 AE9AC138335 for ; Thu, 14 Feb 2019 18:37:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF843E087E; Thu, 14 Feb 2019 18:37:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 97811E087E for ; Thu, 14 Feb 2019 18:37:03 +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 84F50335C9F for ; Thu, 14 Feb 2019 18:37:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1DC250D for ; Thu, 14 Feb 2019 18:36:58 +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: <1550169369.301075e797df517bd72340943d8db45a42297f54.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: 301075e797df517bd72340943d8db45a42297f54 X-VCS-Branch: master Date: Thu, 14 Feb 2019 18:36:58 +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: 9d16816b-c7aa-4000-9106-8d04d372bfc8 X-Archives-Hash: d23064f2c4411bdf2b9593fed2b8f39a commit: 301075e797df517bd72340943d8db45a42297f54 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 13 19:23:37 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 14 18:36:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=301075e7 kde-plasma/breeze-gtk: Revert "Switch to python-r1" This reverts commit 1e3b5302a50dca8d3e7ed3746b94f35618aa12f8. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/breeze-gtk/breeze-gtk-5.15.0.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 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 c8a7ee800a8..dce2075500b 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-r1 +inherit kde5 python-any-r1 DESCRIPTION="Official GTK+ port of Plasma's Breeze widget style" HOMEPAGE="https://cgit.kde.org/breeze-gtk.git" @@ -12,15 +12,13 @@ LICENSE="LGPL-2.1+" KEYWORDS="~amd64 ~arm ~x86" IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - BDEPEND="${PYTHON_DEPS} $(add_plasma_dep breeze) - dev-python/pycairo[${PYTHON_USEDEP}] + $(python_gen_any_dep 'dev-python/pycairo[${PYTHON_USEDEP}]') dev-ruby/sass " pkg_setup() { - python_setup + python-any-r1_pkg_setup kde5_pkg_setup }