summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-06-04 16:42:15 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-06-04 16:42:15 +0000
commit01315686e7de6c581419d37374ad4fa9a0e04a8f (patch)
tree1b52f05ac1b15052384cf861adf799722562c112 /games-action
parentAdd CPAN::Meta::Requirements to Perl 5.22 mask (diff)
downloadgentoo-2-01315686e7de6c581419d37374ad4fa9a0e04a8f.tar.gz
gentoo-2-01315686e7de6c581419d37374ad4fa9a0e04a8f.tar.bz2
gentoo-2-01315686e7de6c581419d37374ad4fa9a0e04a8f.zip
remove pointless nonfatal (bug #551166)
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/transcend/ChangeLog5
-rw-r--r--games-action/transcend/transcend-0.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/transcend/ChangeLog b/games-action/transcend/ChangeLog
index b4a29ab8feee..17a6fc2ecfd9 100644
--- a/games-action/transcend/ChangeLog
+++ b/games-action/transcend/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/transcend
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/ChangeLog,v 1.11 2015/02/06 13:41:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/ChangeLog,v 1.12 2015/06/04 16:42:15 mr_bones_ Exp $
+
+ 04 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org> transcend-0.3.ebuild:
+ remove pointless nonfatal (bug #551166)
06 Feb 2015; Agostino Sarubbo <ago@gentoo.org> transcend-0.3.ebuild:
Stable for amd64, wrt bug #539034
diff --git a/games-action/transcend/transcend-0.3.ebuild b/games-action/transcend/transcend-0.3.ebuild
index 41c8a72c996c..353d2e5be680 100644
--- a/games-action/transcend/transcend-0.3.ebuild
+++ b/games-action/transcend/transcend-0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/transcend-0.3.ebuild,v 1.10 2015/02/06 13:41:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/transcend-0.3.ebuild,v 1.11 2015/06/04 16:42:15 mr_bones_ Exp $
EAPI=5
inherit games
@@ -50,7 +50,7 @@ src_configure() {
}
src_compile() {
- nonfatal emake -C portaudio
+ emake -C portaudio lib/libportaudio.a
emake -C game
cp game/Transcend ${PN} || die
}