From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B26061384B4 for ; Sun, 3 Jan 2016 15:16:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F90B21C00E; Sun, 3 Jan 2016 15:16:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21E1721C00E for ; Sun, 3 Jan 2016 15:16:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1C2133BE19 for ; Sun, 3 Jan 2016 15:16:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB5A8C7B for ; Sun, 3 Jan 2016 15:16:39 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1451833982.33e30c2c6d360019912a398d3ce0b702cee2bfc3.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/sauerbraten/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/sauerbraten/sauerbraten-2013.01.04.ebuild X-VCS-Directories: games-fps/sauerbraten/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 33e30c2c6d360019912a398d3ce0b702cee2bfc3 X-VCS-Branch: master Date: Sun, 3 Jan 2016 15:16: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: c307593a-183b-44cf-926f-7d63b5907e28 X-Archives-Hash: 92f0941b574847fdfb2b63ddb3aa0ae4 commit: 33e30c2c6d360019912a398d3ce0b702cee2bfc3 Author: Michael Sterrett gentoo org> AuthorDate: Sun Jan 3 15:13:02 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Sun Jan 3 15:13:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e30c2c games-fps/sauerbraten: remove unneeded nonfatal (bug #551172) Package-Manager: portage-2.2.24 games-fps/sauerbraten/sauerbraten-2013.01.04.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-fps/sauerbraten/sauerbraten-2013.01.04.ebuild b/games-fps/sauerbraten/sauerbraten-2013.01.04.ebuild index c15a4d5..053d913 100644 --- a/games-fps/sauerbraten/sauerbraten-2013.01.04.ebuild +++ b/games-fps/sauerbraten/sauerbraten-2013.01.04.ebuild @@ -103,8 +103,8 @@ src_install() { "${T}"/${PN}.conf || die newconfd "${T}"/${PN}.conf ${PN} - nonfatal dodoc src/*.txt docs/dev/*.txt - nonfatal dohtml -r README.html docs/* + dodoc src/*.txt docs/dev/*.txt + dohtml -r README.html docs/* prepgamesdirs }