diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-10 13:40:06 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-10 13:40:06 +0000 |
commit | 03e058567bc0630d9272334b75451dcd4f6bed37 (patch) | |
tree | 5790b4165afe3556cff7dec6bf866377e96d1753 /games-roguelike/adom | |
parent | stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-03e058567bc0630d9272334b75451dcd4f6bed37.tar.gz gentoo-2-03e058567bc0630d9272334b75451dcd4f6bed37.tar.bz2 gentoo-2-03e058567bc0630d9272334b75451dcd4f6bed37.zip |
Closing #44158.
Diffstat (limited to 'games-roguelike/adom')
-rw-r--r-- | games-roguelike/adom/ChangeLog | 7 | ||||
-rw-r--r-- | games-roguelike/adom/adom-1.1.1-r1.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-roguelike/adom/ChangeLog b/games-roguelike/adom/ChangeLog index fe32bf75b7ca..77c00da2b4e9 100644 --- a/games-roguelike/adom/ChangeLog +++ b/games-roguelike/adom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-roguelike/adom -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/adom/ChangeLog,v 1.3 2003/09/18 20:31:37 vapier Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/adom/ChangeLog,v 1.4 2004/03/10 13:40:06 aliz Exp $ + + 10 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> adom-1.1.1-r1.ebuild: + Adding amd64 keyword. Closing #44158. *adom-1.1.1-r1 (18 Sep 2003) diff --git a/games-roguelike/adom/adom-1.1.1-r1.ebuild b/games-roguelike/adom/adom-1.1.1-r1.ebuild index 0f0e2808523a..eed5e7b30533 100644 --- a/games-roguelike/adom/adom-1.1.1-r1.ebuild +++ b/games-roguelike/adom/adom-1.1.1-r1.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-roguelike/adom/adom-1.1.1-r1.ebuild,v 1.2 2004/02/20 06:55:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/adom/adom-1.1.1-r1.ebuild,v 1.3 2004/03/10 13:40:06 aliz Exp $ inherit games eutils @@ -10,10 +10,11 @@ SRC_URI="http://www.adom.de/adom/download/linux/${P//.}-elf.tar.gz" LICENSE="adom" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" DEPEND="virtual/glibc - >=sys-libs/ncurses-5.0" + >=sys-libs/ncurses-5.0 + amd64? ( app-emulation/emul-linux-x86-baselibs )" S=${WORKDIR}/${PN} |