summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-09-17 20:59:56 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-09-17 20:59:56 +0000
commit6cd762185b21d8fff9df0f612d9ac06c45ea481b (patch)
tree587ce230efe630b34a1f6c2f16d5c6d15f959c2e /app-emulation/libspectrum/libspectrum-0.2.2.ebuild
parentmedia-video/bcast is no more in portage. (diff)
downloadgentoo-2-6cd762185b21d8fff9df0f612d9ac06c45ea481b.tar.gz
gentoo-2-6cd762185b21d8fff9df0f612d9ac06c45ea481b.tar.bz2
gentoo-2-6cd762185b21d8fff9df0f612d9ac06c45ea481b.zip
0.2.2 x86 stable for bug 105808
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-emulation/libspectrum/libspectrum-0.2.2.ebuild')
-rw-r--r--app-emulation/libspectrum/libspectrum-0.2.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/libspectrum/libspectrum-0.2.2.ebuild b/app-emulation/libspectrum/libspectrum-0.2.2.ebuild
index 2a03e0ebdf1c..9bfe3600520d 100644
--- a/app-emulation/libspectrum/libspectrum-0.2.2.ebuild
+++ b/app-emulation/libspectrum/libspectrum-0.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/libspectrum-0.2.2.ebuild,v 1.2 2005/05/21 10:45:53 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/libspectrum-0.2.2.ebuild,v 1.3 2005/09/17 20:59:56 vanquirius Exp $
DESCRIPTION="Spectrum emulation library"
HOMEPAGE="http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html"
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="x86 ~ppc ~amd64"
DEPEND="=dev-libs/glib-1*
dev-libs/libgcrypt
@@ -21,6 +21,6 @@ src_compile() {
}
src_install() {
- emake install DESTDIR=${D} || die
+ make install DESTDIR="${D}" || die
dodoc AUTHORS ChangeLog README THANKS doc/*.txt *.txt
}