From 9ba12d1c738251e1934fb6c41bfb41922469af2a Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 7 Dec 2020 19:08:33 +0100 Subject: media-libs/qimageblitz: https, cmake-utils -> cmake Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner --- media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild b/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild index 6326d05b..c175cfb0 100644 --- a/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild +++ b/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild @@ -3,11 +3,11 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Graphical effect and filter library by KDE" HOMEPAGE="https://websvn.kde.org/trunk/kdesupport/qimageblitz/" -SRC_URI="http://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz" +SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz" LICENSE="GPL-2 LGPL-2" KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" @@ -42,5 +42,5 @@ src_configure() { ) use ppc && mycmakeargs+=( -DHAVE_ALTIVEC=$(usex altivec) ) - cmake-utils_src_configure + cmake_src_configure } -- cgit v1.2.3-65-gdbad