diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-12-12 00:14:37 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-12-12 00:14:37 +0000 |
commit | 2023cda2a59609749bc778cddc128ef1a3a24f0c (patch) | |
tree | b5be14417285d9be83d7657cd17e42300796fbeb /app-emulation | |
parent | new package. Fixes #8811. Submitted by David Holm. x86 Masked (diff) | |
download | historical-2023cda2a59609749bc778cddc128ef1a3a24f0c.tar.gz historical-2023cda2a59609749bc778cddc128ef1a3a24f0c.tar.bz2 historical-2023cda2a59609749bc778cddc128ef1a3a24f0c.zip |
Added slot
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/hatari/hatari-0.20.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/hatari/hatari-0.20.2.ebuild b/app-emulation/hatari/hatari-0.20.2.ebuild index 53af0c341b4c..2ea4f6a49f21 100644 --- a/app-emulation/hatari/hatari-0.20.2.ebuild +++ b/app-emulation/hatari/hatari-0.20.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: David Holm <david@realityrift.com> -# $Header: /var/cvsroot/gentoo-x86/app-emulation/hatari/hatari-0.20.2.ebuild,v 1.1 2002/12/12 00:14:13 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hatari/hatari-0.20.2.ebuild,v 1.2 2002/12/12 00:14:37 rphillips Exp $ S="${WORKDIR}/${P}" DESCRIPTION="HAtari is an Atari ST emulator" @@ -11,6 +11,7 @@ LICENSE="GPL-2" DEPEND="media-libs/libsdl" IUSE="" KEYWORDS="~x86" +SLOT="0" src_compile() { cd ${S}/src |