Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/sauerbraten/
Date: Sun, 03 Jan 2016 15:16:46
Message-Id: 1451833982.33e30c2c6d360019912a398d3ce0b702cee2bfc3.mr_bones_@gentoo
1 commit: 33e30c2c6d360019912a398d3ce0b702cee2bfc3
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 15:13:02 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 15:13:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e30c2c
7
8 games-fps/sauerbraten: remove unneeded nonfatal (bug #551172)
9
10 Package-Manager: portage-2.2.24
11
12 games-fps/sauerbraten/sauerbraten-2013.01.04.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-fps/sauerbraten/sauerbraten-2013.01.04.ebuild b/games-fps/sauerbraten/sauerbraten-2013.01.04.ebuild
16 index c15a4d5..053d913 100644
17 --- a/games-fps/sauerbraten/sauerbraten-2013.01.04.ebuild
18 +++ b/games-fps/sauerbraten/sauerbraten-2013.01.04.ebuild
19 @@ -103,8 +103,8 @@ src_install() {
20 "${T}"/${PN}.conf || die
21 newconfd "${T}"/${PN}.conf ${PN}
22
23 - nonfatal dodoc src/*.txt docs/dev/*.txt
24 - nonfatal dohtml -r README.html docs/*
25 + dodoc src/*.txt docs/dev/*.txt
26 + dohtml -r README.html docs/*
27
28 prepgamesdirs
29 }