diff options
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/xarchon/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/xarchon/xarchon-0.50.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/xarchon/ChangeLog b/games-strategy/xarchon/ChangeLog index b7f64df6beeb..d915a8d64356 100644 --- a/games-strategy/xarchon/ChangeLog +++ b/games-strategy/xarchon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/xarchon # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xarchon/ChangeLog,v 1.3 2004/04/13 10:25:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xarchon/ChangeLog,v 1.4 2004/06/03 22:31:26 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> xarchon-0.50.ebuild: + Fix use invocation 13 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> xarchon-0.60.ebuild: games eclass inherits eutils already; error check sed; use flag tidy diff --git a/games-strategy/xarchon/xarchon-0.50.ebuild b/games-strategy/xarchon/xarchon-0.50.ebuild index 6c545f2238fa..4e77338714f8 100644 --- a/games-strategy/xarchon/xarchon-0.50.ebuild +++ b/games-strategy/xarchon/xarchon-0.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xarchon/xarchon-0.50.ebuild,v 1.3 2004/02/27 03:35:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xarchon/xarchon-0.50.ebuild,v 1.4 2004/06/03 22:31:26 agriffis Exp $ inherit games @@ -20,7 +20,7 @@ DEPEND="virtual/x11 src_compile() { local mysndconf - [ `use esd` ] \ + use esd \ && mysndconf="--with-esd-prefix=/usr" \ || mysndconf="--disable-sound" egamesconf \ |