Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/pmars-sdl/
Date: Tue, 01 May 2018 19:37:55
Message-Id: 1525203347.de21028b4b08aaafcb3a5a7076f9575bcc9db5d5.pacho@gentoo
1 commit: de21028b4b08aaafcb3a5a7076f9575bcc9db5d5
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 1 18:36:07 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 19:35:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de21028b
7
8 games-simulation/pmars-sdl: make repoman happy
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index 05129c0d1c7..b7f96156df9 100644
17 --- a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild
18 +++ b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild
19 @@ -29,9 +29,9 @@ S="${WORKDIR}/${MY_P}"
20 PATCHES=( "${FILESDIR}"/${P}-format.patch )
21
22 DOC_CONTENTS="
23 - There are some macros in ${GAMES_DATADIR}/${MY_PN}/macros
24 + There are some macros in /usr/share/pmars/macros
25 which you should make accessible to pmars by typing
26 - export PMARSHOME=${GAMES_DATADIR}/${MY_PN}/macros\n
27 + export PMARSHOME=/usr/share/pmars/macros\n
28 "
29
30 src_compile() {