summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-08-26 19:07:28 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-08-26 19:07:28 +0000
commit97af68615fa7777a6a3f9a3fd08d5f499422c06c (patch)
treed2e6c24b3d56c9abec1bffcfd52886de8a370677 /games-action
parentnew data file and separate source version with data versions (bug #61659) (Ma... (diff)
downloadgentoo-2-97af68615fa7777a6a3f9a3fd08d5f499422c06c.tar.gz
gentoo-2-97af68615fa7777a6a3f9a3fd08d5f499422c06c.tar.bz2
gentoo-2-97af68615fa7777a6a3f9a3fd08d5f499422c06c.zip
typo fix from Bertram Felgenhauer via bug #61833
Diffstat (limited to 'games-action')
-rw-r--r--games-action/d2x/ChangeLog5
-rw-r--r--games-action/d2x/d2x-0.2.5-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/games-action/d2x/ChangeLog b/games-action/d2x/ChangeLog
index 29a46c3ed106..eeed8d7677dd 100644
--- a/games-action/d2x/ChangeLog
+++ b/games-action/d2x/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/d2x
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/ChangeLog,v 1.7 2004/06/28 13:48:12 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/ChangeLog,v 1.8 2004/08/26 19:07:28 mr_bones_ Exp $
+
+ 26 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> d2x-0.2.5-r1.ebuild:
+ typo fix from Bertram Felgenhauer via bug #61833
28 Jun 2004; Chris Gianelloni <wolf31o2@gentoo.org> d2x-0.2.5-r1.ebuild:
Fixing cdinstall and closing bug #55417.
diff --git a/games-action/d2x/d2x-0.2.5-r1.ebuild b/games-action/d2x/d2x-0.2.5-r1.ebuild
index 6498056968d0..da523d033366 100644
--- a/games-action/d2x/d2x-0.2.5-r1.ebuild
+++ b/games-action/d2x/d2x-0.2.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5-r1.ebuild,v 1.4 2004/07/09 23:51:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5-r1.ebuild,v 1.5 2004/08/26 19:07:28 mr_bones_ Exp $
inherit flag-o-matic eutils games
@@ -58,8 +58,8 @@ src_compile() {
# --disable-network --enable-console
local myconf="$(use_enable x86 assembler)"
use debug \
- && debugconf="${myconf} --enable-debug --disable-release" \
- || debugconf="${myconf} --disable-debug --enable-release"
+ && myconf="${myconf} --enable-debug --disable-release" \
+ || myconf="${myconf} --disable-debug --enable-release"
# we do this because each of the optional guys define the same functions
# in gr, thus when they go to link they cause redefine errors ...
# we build each by it self, save the binary file, clean up, and start over