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/adom-1.1.1-r1.ebuild | |
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/adom-1.1.1-r1.ebuild')
-rw-r--r-- | games-roguelike/adom/adom-1.1.1-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
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} |