commit:     9ba12d1c738251e1934fb6c41bfb41922469af2a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  7 18:08:33 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec  7 18:18:58 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=9ba12d1c

media-libs/qimageblitz: https, cmake-utils -> cmake

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 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
 }

Reply via email to