diff options
author | 2019-02-13 14:31:07 +0100 | |
---|---|---|
committer | 2019-02-13 14:31:48 +0100 | |
commit | 1e3b5302a50dca8d3e7ed3746b94f35618aa12f8 (patch) | |
tree | 28b2479c3694a03c9aa71f3ee3feb3f1adca5077 /kde-plasma | |
parent | kde-apps/umbrello: Fix build with KF 5.54 (diff) | |
download | gentoo-1e3b5302a50dca8d3e7ed3746b94f35618aa12f8.tar.gz gentoo-1e3b5302a50dca8d3e7ed3746b94f35618aa12f8.tar.bz2 gentoo-1e3b5302a50dca8d3e7ed3746b94f35618aa12f8.zip |
kde-plasma/breeze-gtk: Switch to python-r1
Closes: https://bugs.gentoo.org/677864
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/breeze-gtk/breeze-gtk-5.15.0.ebuild | 8 |
1 files 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 dce2075500b2..c8a7ee800a86 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 } |