From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC0681382C5 for ; Mon, 7 Dec 2020 18:19:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12B9FE0D35; Mon, 7 Dec 2020 18:19:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDAC6E0D35 for ; Mon, 7 Dec 2020 18:19:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 775503412B9 for ; Mon, 7 Dec 2020 18:19:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C0A7495 for ; Mon, 7 Dec 2020 18:19:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1607365138.9ba12d1c738251e1934fb6c41bfb41922469af2a.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: media-libs/qimageblitz/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild X-VCS-Directories: media-libs/qimageblitz/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9ba12d1c738251e1934fb6c41bfb41922469af2a X-VCS-Branch: master Date: Mon, 7 Dec 2020 18:19:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fcc566d5-6add-4ddc-820b-51a2a801e0d3 X-Archives-Hash: 960f50a68b7e12991af7bff398fe2d1b commit: 9ba12d1c738251e1934fb6c41bfb41922469af2a Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 7 18:08:33 2020 +0000 Commit: Andreas Sturmlechner gentoo 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 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 }