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 CA688138335 for ; Tue, 27 Aug 2019 17:57:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAEFFE07F9; Tue, 27 Aug 2019 17:57:36 +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 6697BE07F9 for ; Tue, 27 Aug 2019 17:57:35 +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 E984E34A3D3 for ; Tue, 27 Aug 2019 17:57:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 347A7776 for ; Tue, 27 Aug 2019 17:57:32 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1566928645.5661c199cffe2bbfa2f9dd2fc84264743628f3e8.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-bnes/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild X-VCS-Directories: media-plugins/kodi-game-libretro-bnes/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 5661c199cffe2bbfa2f9dd2fc84264743628f3e8 X-VCS-Branch: master Date: Tue, 27 Aug 2019 17:57:32 +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: 24a59287-f935-4edd-aba1-1167b98a63fe X-Archives-Hash: f7b57ce8140f601f7bbd5e51c6a2d5ce commit: 5661c199cffe2bbfa2f9dd2fc84264743628f3e8 Author: Craig Andrews gentoo org> AuthorDate: Tue Aug 27 17:56:10 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Tue Aug 27 17:57:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5661c199 kodi-game-libretro-bnes: Call cmake-utils_src_prepare in src_prepare Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Craig Andrews gentoo.org> .../kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild index 178b2d36704..c4ec85a581c 100644 --- a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild +++ b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild @@ -34,5 +34,5 @@ RDEPEND=" " src_prepare() { echo 'find_library(BNES_LIB NAMES bnes_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > "${S}/Findlibretro-bnes.cmake" || die - default + cmake-utils_src_prepare }