diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-09-06 22:32:18 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-09-06 22:32:18 +0000 |
commit | dc68168b162a7534dbe4484ced9fbaadb7252270 (patch) | |
tree | 91a538ff83a96089cfa89a2bb02b8c25552b3d3a /games-action | |
parent | Removed the RDEPEND section since it was causing dependency issues. (diff) | |
download | gentoo-2-dc68168b162a7534dbe4484ced9fbaadb7252270.tar.gz gentoo-2-dc68168b162a7534dbe4484ced9fbaadb7252270.tar.bz2 gentoo-2-dc68168b162a7534dbe4484ced9fbaadb7252270.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.
(Portage version: 2.1.3.7)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/d2x/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/d2x/d2x-0.2.5-r3.ebuild | 6 |
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 } |