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 C794A138336 for ; Tue, 5 Feb 2019 21:42:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBD4DE0995; Tue, 5 Feb 2019 21:42:46 +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 95665E0995 for ; Tue, 5 Feb 2019 21:42:46 +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 0E2E933BDD0 for ; Tue, 5 Feb 2019 21:42:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18F30538 for ; Tue, 5 Feb 2019 21:42:43 +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: <1549402953.a3cc1eb4a15a6683587a0185db8e5d6dba83972a.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/moria/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/moria/moria-5.7.10.ebuild X-VCS-Directories: games-roguelike/moria/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: a3cc1eb4a15a6683587a0185db8e5d6dba83972a X-VCS-Branch: master Date: Tue, 5 Feb 2019 21:42:43 +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: 0bfda4ef-47f9-4740-9686-34414c310b34 X-Archives-Hash: 4087f6012b50224eafdc616a2e3823e6 commit: a3cc1eb4a15a6683587a0185db8e5d6dba83972a Author: James Le Cuirot gentoo org> AuthorDate: Tue Feb 5 21:27:18 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Feb 5 21:42:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3cc1eb4 games-roguelike/moria: Fix paths for prefixed systems Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: James Le Cuirot gentoo.org> games-roguelike/moria/moria-5.7.10.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-roguelike/moria/moria-5.7.10.ebuild b/games-roguelike/moria/moria-5.7.10.ebuild index 1f337859cbc..da22f02cda3 100644 --- a/games-roguelike/moria/moria-5.7.10.ebuild +++ b/games-roguelike/moria/moria-5.7.10.ebuild @@ -4,7 +4,7 @@ EAPI=7 CMAKE_IN_SOURCE_BUILD="yes" -inherit cmake-utils user +inherit cmake-utils prefix user DESCRIPTION="The Dungeons of Moria, a single player roguelike game, also known as Umoria" HOMEPAGE="https://umoria.org/" @@ -30,6 +30,7 @@ pkg_setup(){ src_prepare() { cmake-utils_src_prepare sed -i "s/@PF@/${PF}/" src/config.cpp || die + hprefixify src/config.cpp } src_install() {