summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild6
1 files 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
}