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 5801F1382C5 for ; Mon, 8 Jun 2020 08:56:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C19AE0898; Mon, 8 Jun 2020 08:56:26 +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 41261E0895 for ; Mon, 8 Jun 2020 08:56:26 +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 AE19D34F3D3 for ; Mon, 8 Jun 2020 08:56:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E613299 for ; Mon, 8 Jun 2020 08:56:21 +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: <1591606569.55c45dacfb398d9c3c8d7e98e774eefd83e11e4d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmirage/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmirage/libmirage-3.2.4.ebuild X-VCS-Directories: dev-libs/libmirage/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 55c45dacfb398d9c3c8d7e98e774eefd83e11e4d X-VCS-Branch: master Date: Mon, 8 Jun 2020 08:56:21 +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: ff1533e1-7dcb-41b1-9f06-83134e9c82eb X-Archives-Hash: e45f8b7302375189df5b184a57adc496 commit: 55c45dacfb398d9c3c8d7e98e774eefd83e11e4d Author: Michał Górny gentoo org> AuthorDate: Mon Jun 8 08:35:32 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 8 08:56:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c45dac dev-libs/libmirage: Port to cmake.eclass Signed-off-by: Michał Górny gentoo.org> dev-libs/libmirage/libmirage-3.2.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libmirage/libmirage-3.2.4.ebuild b/dev-libs/libmirage/libmirage-3.2.4.ebuild index ff285c1dd0a..ba836ebd339 100644 --- a/dev-libs/libmirage/libmirage-3.2.4.ebuild +++ b/dev-libs/libmirage/libmirage-3.2.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils xdg-utils +inherit cmake xdg-utils DESCRIPTION="CD and DVD image access library" HOMEPAGE="https://cdemu.sourceforge.io" @@ -38,7 +38,7 @@ src_configure() { -DINTROSPECTION_ENABLED="$(usex introspection)" -DPOST_INSTALL_HOOKS=OFF # avoid sandbox violation, #487304 ) - cmake-utils_src_configure + cmake_src_configure } pkg_postinst() {