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 D0CFF13835A for ; Mon, 8 Jun 2020 08:56:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AED1E08BB; Mon, 8 Jun 2020 08:56:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4337AE08BB for ; Mon, 8 Jun 2020 08:56:27 +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 3905E34F3CD for ; Mon, 8 Jun 2020 08:56:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50D172A9 for ; Mon, 8 Jun 2020 08:56:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1591606578.9586e04ab574f0392a26d93171eddcc21d260dd7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/lightspark/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-plugins/lightspark/lightspark-0.8.2-r1.ebuild X-VCS-Directories: www-plugins/lightspark/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9586e04ab574f0392a26d93171eddcc21d260dd7 X-VCS-Branch: master Date: Mon, 8 Jun 2020 08:56:22 +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: 974d445f-f82c-4f9b-a9b2-6452b648b02b X-Archives-Hash: 9e3b8c2ab2d2b86f659ecfe8964dabe7 commit: 9586e04ab574f0392a26d93171eddcc21d260dd7 Author: Michał Górny gentoo org> AuthorDate: Mon Jun 8 08:50:38 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 8 08:56:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9586e04a www-plugins/lightspark: Port to cmake.eclass Signed-off-by: Michał Górny gentoo.org> www-plugins/lightspark/lightspark-0.8.2-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www-plugins/lightspark/lightspark-0.8.2-r1.ebuild b/www-plugins/lightspark/lightspark-0.8.2-r1.ebuild index 40f32dbcac3..1b3a75d3fec 100644 --- a/www-plugins/lightspark/lightspark-0.8.2-r1.ebuild +++ b/www-plugins/lightspark/lightspark-0.8.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils toolchain-funcs xdg-utils +inherit cmake toolchain-funcs xdg-utils DESCRIPTION="High performance flash player" HOMEPAGE="https://lightspark.github.io/" @@ -62,11 +62,11 @@ src_configure() { -DPPAPI_PLUGIN_DIRECTORY="${EPREFIX}"/usr/$(get_libdir)/chromium-browser/${PN} ) - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install if use nsplugin; then # copied from nsplugins.eclass, that's broken in EAPI 7