diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-30 18:51:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-30 18:51:39 +0000 |
commit | ac073823e5cad5d332f175ed708f1e9eef3ba32c (patch) | |
tree | d1f441ee524ecb8420ecdc86526e3a991ce60687 /games-strategy | |
parent | Change encoding to UTF-8 for GLEP 31 compliance (Manifest recommit) (diff) | |
download | gentoo-2-ac073823e5cad5d332f175ed708f1e9eef3ba32c.tar.gz gentoo-2-ac073823e5cad5d332f175ed708f1e9eef3ba32c.tar.bz2 gentoo-2-ac073823e5cad5d332f175ed708f1e9eef3ba32c.zip |
David Philippi claims filter-flags isn't needed (bug #76145)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/glob2/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/glob2/glob2-0.8.10.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/games-strategy/glob2/ChangeLog b/games-strategy/glob2/ChangeLog index 2827f946fc7c..644848d586b9 100644 --- a/games-strategy/glob2/ChangeLog +++ b/games-strategy/glob2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/glob2 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.17 2004/12/30 08:08:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.18 2004/12/30 18:51:39 mr_bones_ Exp $ + + 30 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org> glob2-0.8.10.ebuild: + David Philippi claims filter-flags isn't needed (bug #76145) *glob2-0.8.10 (30 Dec 2004) diff --git a/games-strategy/glob2/glob2-0.8.10.ebuild b/games-strategy/glob2/glob2-0.8.10.ebuild index e45667c5345e..31dfe56dbca1 100644 --- a/games-strategy/glob2/glob2-0.8.10.ebuild +++ b/games-strategy/glob2/glob2-0.8.10.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.10.ebuild,v 1.1 2004/12/30 08:08:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.10.ebuild,v 1.2 2004/12/30 18:51:39 mr_bones_ Exp $ -inherit flag-o-matic games +inherit games DESCRIPTION="state of the art Real Time Strategy (RTS) game" HOMEPAGE="http://www.ysagoon.com/glob2/" @@ -24,8 +24,6 @@ DEPEND="virtual/libc sys-libs/zlib" src_compile() { - # comment from bug #64150 to fix compile issue. - filter-flags -O? #./configure assumes that vorbis will be installed under PREFIX bug #46352 egamesconf \ --with-vorbis=/usr \ |