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 EBABB1382C5 for ; Sun, 14 Feb 2021 22:21:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27B47E09D0; Sun, 14 Feb 2021 22:21:16 +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 0E8CFE09D0 for ; Sun, 14 Feb 2021 22:21:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 07D4234072E for ; Sun, 14 Feb 2021 22:21:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C59F4C7 for ; Sun, 14 Feb 2021 22:21:13 +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: <1613341252.78b99d57eb3feb7b508bfe64df98eea6fab35984.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/game-music-emu/game-music-emu-0.6.2.ebuild X-VCS-Directories: media-libs/game-music-emu/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 78b99d57eb3feb7b508bfe64df98eea6fab35984 X-VCS-Branch: master Date: Sun, 14 Feb 2021 22:21:13 +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: 1d74c949-1b4e-4b36-94b8-9fdf322b32bd X-Archives-Hash: e05f16a06ef7535c4daee6899ad1a82f commit: 78b99d57eb3feb7b508bfe64df98eea6fab35984 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 14 22:18:16 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 14 22:20:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b99d57 media-libs/game-music-emu: Switch to CMAKE_ECLASS=cmake Closes: https://bugs.gentoo.org/770541 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/game-music-emu/game-music-emu-0.6.2.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild b/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild index 54d6d0478cd..4f0e7ce5c12 100644 --- a/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild +++ b/media-libs/game-music-emu/game-music-emu-0.6.2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +CMAKE_ECLASS=cmake inherit cmake-multilib DESCRIPTION="Video game music file emulators" @@ -16,6 +17,4 @@ IUSE="" DOCS=( changes.txt design.txt gme.txt readme.txt ) -PATCHES=( - "${FILESDIR}/game-music-emu-0.6.2-gcc10.patch" -) +PATCHES=( "${FILESDIR}/game-music-emu-0.6.2-gcc10.patch" )