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 13BC6138331 for ; Tue, 1 May 2018 19:37:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FD2BE0AA2; Tue, 1 May 2018 19:37:44 +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 2D040E0AA0 for ; Tue, 1 May 2018 19:37:44 +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 5A47D335C94 for ; Tue, 1 May 2018 19:37:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 971382B6 for ; Tue, 1 May 2018 19:37:39 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1525203347.de21028b4b08aaafcb3a5a7076f9575bcc9db5d5.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/pmars-sdl/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild X-VCS-Directories: games-simulation/pmars-sdl/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: de21028b4b08aaafcb3a5a7076f9575bcc9db5d5 X-VCS-Branch: master Date: Tue, 1 May 2018 19:37:39 +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-Archives-Salt: c5c87fc2-55eb-4f0a-bf64-d8feceab528a X-Archives-Hash: 9fc4e80d4eb4a22bd1a7666c1ee93b01 commit: de21028b4b08aaafcb3a5a7076f9575bcc9db5d5 Author: Pacho Ramos gentoo org> AuthorDate: Tue May 1 18:36:07 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue May 1 19:35:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de21028b games-simulation/pmars-sdl: make repoman happy Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild index 05129c0d1c7..b7f96156df9 100644 --- a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild +++ b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild @@ -29,9 +29,9 @@ S="${WORKDIR}/${MY_P}" PATCHES=( "${FILESDIR}"/${P}-format.patch ) DOC_CONTENTS=" - There are some macros in ${GAMES_DATADIR}/${MY_PN}/macros + There are some macros in /usr/share/pmars/macros which you should make accessible to pmars by typing - export PMARSHOME=${GAMES_DATADIR}/${MY_PN}/macros\n + export PMARSHOME=/usr/share/pmars/macros\n " src_compile() {