summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-09-06 22:32:18 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-09-06 22:32:18 +0000
commitc5345e383420e39a3c8bc020f2091ac931cd1deb (patch)
treef2965fdc6fcc88faf0c51f2695f3e001aad47ec7 /games-action/d2x
parentRemoved the RDEPEND section since it was causing dependency issues. (diff)
downloadhistorical-c5345e383420e39a3c8bc020f2091ac931cd1deb.tar.gz
historical-c5345e383420e39a3c8bc020f2091ac931cd1deb.tar.bz2
historical-c5345e383420e39a3c8bc020f2091ac931cd1deb.zip
Added ~amd64 to KEYWORDS and removing comment about d2x-xl since it isn't in the tree and isn't mature enough for inclusion at this time.
Package-Manager: portage-2.1.3.7
Diffstat (limited to 'games-action/d2x')
-rw-r--r--games-action/d2x/ChangeLog6
-rw-r--r--games-action/d2x/d2x-0.2.5-r3.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/games-action/d2x/ChangeLog b/games-action/d2x/ChangeLog
index c6c26084a282..97e9439239b5 100644
--- a/games-action/d2x/ChangeLog
+++ b/games-action/d2x/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/d2x
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/ChangeLog,v 1.21 2007/07/30 18:18:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/ChangeLog,v 1.22 2007/09/06 22:32:18 wolf31o2 Exp $
+
+ 06 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> d2x-0.2.5-r3.ebuild:
+ Added ~amd64 to KEYWORDS and removing comment about d2x-xl since it isn't in
+ the tree and isn't mature enough for inclusion at this time.
30 Jul 2007; Michael Sterrett <mr_bones_@gentoo.org> d2x-0.2.5-r3.ebuild:
some nasm vs yasm sed patches
diff --git a/games-action/d2x/d2x-0.2.5-r3.ebuild b/games-action/d2x/d2x-0.2.5-r3.ebuild
index c39f78dba847..bf7fb55af76b 100644
--- a/games-action/d2x/d2x-0.2.5-r3.ebuild
+++ b/games-action/d2x/d2x-0.2.5-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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-r3.ebuild,v 1.5 2007/07/30 18:18:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5-r3.ebuild,v 1.6 2007/09/06 22:32:18 wolf31o2 Exp $
inherit eutils flag-o-matic games
@@ -10,7 +10,7 @@ SRC_URI="http://icculus.org/d2x/src/${P}.tar.gz"
LICENSE="D1X"
SLOT="0"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="cdinstall debug opengl ggi svga"
COMMON="media-libs/libsdl
@@ -86,6 +86,6 @@ src_install() {
pkg_postinst() {
games_pkg_postinst
- elog "d2x-rebirth and d2x-xl are more up-to-date versions of this game."
+ elog "d2x-rebirth is a more up-to-date version of this game."
echo
}