summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-06-04 16:07:19 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-06-04 16:07:19 +0000
commitd088a6c00ecb5313f47901f1b04cb44161d14aa8 (patch)
treeb55a4ec1a56724b88de87bacb74937136f6a2f4f /games-emulation
parentAdd Perl 5.22 as provider (diff)
downloadgentoo-2-d088a6c00ecb5313f47901f1b04cb44161d14aa8.tar.gz
gentoo-2-d088a6c00ecb5313f47901f1b04cb44161d14aa8.tar.bz2
gentoo-2-d088a6c00ecb5313f47901f1b04cb44161d14aa8.zip
remove pointless nonfatal (bug #551168)
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/gambatte/ChangeLog6
-rw-r--r--games-emulation/gambatte/gambatte-0.5.0_p20131102.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/games-emulation/gambatte/ChangeLog b/games-emulation/gambatte/ChangeLog
index d0ccd27006ef..a55808cabf87 100644
--- a/games-emulation/gambatte/ChangeLog
+++ b/games-emulation/gambatte/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/gambatte
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/gambatte/ChangeLog,v 1.10 2015/01/22 07:02:59 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gambatte/ChangeLog,v 1.11 2015/06/04 16:07:19 mr_bones_ Exp $
+
+ 04 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org>
+ gambatte-0.5.0_p20131102.ebuild:
+ remove pointless nonfatal (bug #551168)
22 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org>
-gambatte-0.5.0_p20130601.ebuild, metadata.xml:
diff --git a/games-emulation/gambatte/gambatte-0.5.0_p20131102.ebuild b/games-emulation/gambatte/gambatte-0.5.0_p20131102.ebuild
index 9f231729dd9c..8d8291f9eacf 100644
--- a/games-emulation/gambatte/gambatte-0.5.0_p20131102.ebuild
+++ b/games-emulation/gambatte/gambatte-0.5.0_p20131102.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/gambatte/gambatte-0.5.0_p20131102.ebuild,v 1.4 2014/08/29 10:03:19 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gambatte/gambatte-0.5.0_p20131102.ebuild,v 1.5 2015/06/04 16:07:19 mr_bones_ Exp $
EAPI=5
@@ -92,7 +92,7 @@ src_install() {
use sdl && dogamesbin gambatte_sdl/gambatte_sdl
use qt4 && dogamesbin gambatte_qt/bin/gambatte_qt
- nonfatal dodoc README changelog
+ dodoc README changelog
prepgamesdirs
}