diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-06-30 06:39:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-06-30 06:39:35 +0000 |
commit | 2a21b5f658d444977d3272f56951967cde5fe9f1 (patch) | |
tree | c6d83c58b068f4bddd021a8ad883981affc953c7 /games-misc/opengfx | |
parent | amd64 stable wrt bug #515704 (diff) | |
download | gentoo-2-2a21b5f658d444977d3272f56951967cde5fe9f1.tar.gz gentoo-2-2a21b5f658d444977d3272f56951967cde5fe9f1.tar.bz2 gentoo-2-2a21b5f658d444977d3272f56951967cde5fe9f1.zip |
optionally work with newer unix2dos (bug #514742)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-misc/opengfx')
-rw-r--r-- | games-misc/opengfx/ChangeLog | 5 | ||||
-rw-r--r-- | games-misc/opengfx/opengfx-0.5.1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/games-misc/opengfx/ChangeLog b/games-misc/opengfx/ChangeLog index 2e4dcb867017..5a29f599cc9c 100644 --- a/games-misc/opengfx/ChangeLog +++ b/games-misc/opengfx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/opengfx # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.36 2014/06/13 08:57:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.37 2014/06/30 06:39:35 mr_bones_ Exp $ + + 30 Jun 2014; Michael Sterrett <mr_bones_@gentoo.org> opengfx-0.5.1.ebuild: + optionally work with newer unix2dos (bug #514742) *opengfx-0.5.1 (13 Jun 2014) diff --git a/games-misc/opengfx/opengfx-0.5.1.ebuild b/games-misc/opengfx/opengfx-0.5.1.ebuild index 33275ac3c798..4e8a3bcf6fc0 100644 --- a/games-misc/opengfx/opengfx-0.5.1.ebuild +++ b/games-misc/opengfx/opengfx-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.5.1.ebuild,v 1.1 2014/06/13 08:57:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.5.1.ebuild,v 1.2 2014/06/30 06:39:35 mr_bones_ Exp $ EAPI=5 inherit eutils games @@ -25,9 +25,12 @@ src_prepare() { # ensure that we will not use gimp to regenerate the pngs # causes sandbox violations and not worth the effort anyway sed -i -e '/^GFX_SCRIPT_LIST_FILES/s/^/#/' Makefile.config || die + # work with later versions of unix2dos from app-text/dos2unix + sed -i -e '/^UNIX2DOS_FLAGS/s/null/null >&2/' Makefile || die } src_compile() { + emake help # print out the env to make bug reports better _V= emake bundle_tar } |