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 D69E1158018 for ; Sat, 2 Oct 2021 12:26:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3068FE085B; Sat, 2 Oct 2021 12:26:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BDDAE085B for ; Sat, 2 Oct 2021 12:26:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0691D342BE2 for ; Sat, 2 Oct 2021 12:26:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96688BE for ; Sat, 2 Oct 2021 12:26:29 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1633177521.1c86f2842cb6b2030398bb2832d739f326a14d6d.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/munt-mt32emu/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/munt-mt32emu/munt-mt32emu-2.5.3-r1.ebuild media-libs/munt-mt32emu/munt-mt32emu-2.5.3.ebuild X-VCS-Directories: media-libs/munt-mt32emu/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 1c86f2842cb6b2030398bb2832d739f326a14d6d X-VCS-Branch: master Date: Sat, 2 Oct 2021 12:26:29 +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: 7cdf5876-c6ca-4c8b-a3ad-a04508f41dd2 X-Archives-Hash: 9d71b97a2415f82266dd4beb1eb1ec98 commit: 1c86f2842cb6b2030398bb2832d739f326a14d6d Author: James Le Cuirot gentoo org> AuthorDate: Sat Oct 2 12:25:21 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Oct 2 12:25:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c86f284 media-libs/munt-mt32emu: Fix pkg-config file install location Closes: https://bugs.gentoo.org/814044 Signed-off-by: James Le Cuirot gentoo.org> .../{munt-mt32emu-2.5.3.ebuild => munt-mt32emu-2.5.3-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-libs/munt-mt32emu/munt-mt32emu-2.5.3.ebuild b/media-libs/munt-mt32emu/munt-mt32emu-2.5.3-r1.ebuild similarity index 80% rename from media-libs/munt-mt32emu/munt-mt32emu-2.5.3.ebuild rename to media-libs/munt-mt32emu/munt-mt32emu-2.5.3-r1.ebuild index f1a27e25b8c..69e3f2578ea 100644 --- a/media-libs/munt-mt32emu/munt-mt32emu-2.5.3.ebuild +++ b/media-libs/munt-mt32emu/munt-mt32emu-2.5.3-r1.ebuild @@ -20,8 +20,11 @@ PATCHES=( ) src_configure() { + local libdir=${EPREFIX}/usr/$(get_libdir) + local mycmakeargs=( - -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)" + -DLIB_INSTALL_DIR="${libdir}" + -Dlibmt32emu_PKGCONFIG_INSTALL_PREFIX="${libdir}" ) cmake_src_configure