diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-05-06 17:08:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-05-06 17:08:53 +0000 |
commit | 2285a5389e1223508b2a864961dfcbe159489ceb (patch) | |
tree | b2d956e2401799e6ebc0fddf614377427aafc094 /games-util | |
parent | version bump (diff) | |
download | gentoo-2-2285a5389e1223508b2a864961dfcbe159489ceb.tar.gz gentoo-2-2285a5389e1223508b2a864961dfcbe159489ceb.tar.bz2 gentoo-2-2285a5389e1223508b2a864961dfcbe159489ceb.zip |
fix the fix
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/grfcodec/grfcodec-5.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-util/grfcodec/grfcodec-5.1.1.ebuild b/games-util/grfcodec/grfcodec-5.1.1.ebuild index 401f8c8b11b0..58dc7313781c 100644 --- a/games-util/grfcodec/grfcodec-5.1.1.ebuild +++ b/games-util/grfcodec/grfcodec-5.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-5.1.1.ebuild,v 1.2 2011/05/05 00:01:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-5.1.1.ebuild,v 1.3 2011/05/06 17:08:53 mr_bones_ Exp $ EAPI=3 @@ -46,7 +46,7 @@ cat > Makefile.local <<-__EOF__ LDOPT = ${LDFLAGS} UPX = V = 1 - undefine FLAGS + FLAGS= __EOF__ } |