diff options
author | David Holm <dholm@gentoo.org> | 2004-02-09 10:55:02 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-02-09 10:55:02 +0000 |
commit | ea632238bbe0f3ac3b6061660d43d51c63a11121 (patch) | |
tree | 49d964cf93ca939b344b41638b373d0cae15ed92 /app-emulation/uae | |
parent | added amd64 keyword. (diff) | |
download | historical-ea632238bbe0f3ac3b6061660d43d51c63a11121.tar.gz historical-ea632238bbe0f3ac3b6061660d43d51c63a11121.tar.bz2 historical-ea632238bbe0f3ac3b6061660d43d51c63a11121.zip |
Minor bugfix
Diffstat (limited to 'app-emulation/uae')
-rw-r--r-- | app-emulation/uae/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/uae/uae-0.8.23_pre20040129.ebuild | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/uae/Manifest b/app-emulation/uae/Manifest index 5488c3dfd73c..3cbb9e038539 100644 --- a/app-emulation/uae/Manifest +++ b/app-emulation/uae/Manifest @@ -1,7 +1,7 @@ MD5 c45feac28085e8008217be55be36193f ChangeLog 1725 MD5 9942fdc6d0c4e617f237b18ed3f71768 uae-0.8.22.ebuild 1251 MD5 c94a58ae3e3cb3fe70e08de53e086a21 metadata.xml 642 -MD5 5f7b1261293d386b4378ea4acdbaea9c uae-0.8.23_pre20040129.ebuild 1019 +MD5 d536594d3915acc6500c7ec26b2f1b43 uae-0.8.23_pre20040129.ebuild 1174 MD5 b2fac0f21ee34abaa6279cf7ad023119 files/digest-uae-0.8.22 62 MD5 4d3af2d2cc2945b006249066cb8c7adb files/uae-patch.diff 364 MD5 24ce02be9243fef32739ff76bd9ba84c files/digest-uae-0.8.23_pre20040129 73 diff --git a/app-emulation/uae/uae-0.8.23_pre20040129.ebuild b/app-emulation/uae/uae-0.8.23_pre20040129.ebuild index 6e40ac11969d..792695d87cad 100644 --- a/app-emulation/uae/uae-0.8.23_pre20040129.ebuild +++ b/app-emulation/uae/uae-0.8.23_pre20040129.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/app-emulation/uae/uae-0.8.23_pre20040129.ebuild,v 1.1 2004/02/09 09:54:04 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.23_pre20040129.ebuild,v 1.2 2004/02/09 10:55:02 dholm Exp $ MY_PV="0.8.23-20040129" S="${WORKDIR}/${PN}-${MY_PV}" @@ -18,6 +18,9 @@ DEPEND="X? ( virtual/x11 gtk? x11-libs/gtk+ ) : sdl? media-libs/libsdl" src_compile() { + ewarn "Compiling the CPU-core requires a substantial amount of RAM." + ewarn "Make sure that you have at least 512MB of RAM+SWAP available." + econf || die "./configure failed" emake -j1 || die "emake failed" @@ -29,7 +32,7 @@ src_install() { docs/README docs/README.PROGRAMMERS docs/README.unix \ docs/translated/* - emake install + emake install DESTDIR=${D} insinto /usr/share/uae/amiga-tools doins amiga/{*hack,trans*,uae*,*.library} |