summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-21 12:09:43 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-29 14:03:42 +0100
commitce86df7eb9cdd27b8da28b84541ed0894fac4b53 (patch)
tree3924362d6b5210d43d0502e02ac8f34b776b09c9 /kde-plasma/breeze-plymouth
parentkde5.eclass: Switch to cmake.eclass (diff)
downloadgentoo-ce86df7eb9cdd27b8da28b84541ed0894fac4b53.tar.gz
gentoo-ce86df7eb9cdd27b8da28b84541ed0894fac4b53.tar.bz2
gentoo-ce86df7eb9cdd27b8da28b84541ed0894fac4b53.zip
*/*: Switch kde proj packages to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/breeze-plymouth')
-rw-r--r--kde-plasma/breeze-plymouth/breeze-plymouth-5.17.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.17.4.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.17.4.ebuild
index 93c70d79cfcf..488078f2e1c1 100644
--- a/kde-plasma/breeze-plymouth/breeze-plymouth-5.17.4.ebuild
+++ b/kde-plasma/breeze-plymouth/breeze-plymouth-5.17.4.ebuild
@@ -5,7 +5,7 @@ EAPI=7
KFMIN=5.64.0
PVCUT=$(ver_cut 1-3)
-inherit cmake-utils kde.org
+inherit cmake kde.org
DESCRIPTION="Breeze theme for Plymouth"
@@ -24,5 +24,5 @@ src_configure() {
-DDISTRO_VERSION=
)
- cmake-utils_src_configure
+ cmake_src_configure
}