diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-10-03 01:46:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-10-03 01:46:28 +0000 |
commit | a82234fa5f91ee52783448ef63d051c95440d169 (patch) | |
tree | 0bbece41204b1764ba5c666f7f4fc52ab0776ea2 /games-emulation/gnomame/gnomame-1.00_beta6.ebuild | |
parent | initial commit (diff) | |
download | historical-a82234fa5f91ee52783448ef63d051c95440d169.tar.gz historical-a82234fa5f91ee52783448ef63d051c95440d169.tar.bz2 historical-a82234fa5f91ee52783448ef63d051c95440d169.zip |
DEPEND on xmame (bug 30200); more error messages and checking
Diffstat (limited to 'games-emulation/gnomame/gnomame-1.00_beta6.ebuild')
-rw-r--r-- | games-emulation/gnomame/gnomame-1.00_beta6.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games-emulation/gnomame/gnomame-1.00_beta6.ebuild b/games-emulation/gnomame/gnomame-1.00_beta6.ebuild index 017cc6da9612..cbae39d8a9be 100644 --- a/games-emulation/gnomame/gnomame-1.00_beta6.ebuild +++ b/games-emulation/gnomame/gnomame-1.00_beta6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnomame/gnomame-1.00_beta6.ebuild,v 1.1 2003/09/09 16:26:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnomame/gnomame-1.00_beta6.ebuild,v 1.2 2003/10/03 01:46:26 mr_bones_ Exp $ MY_P="${P/_beta/b}" S=${WORKDIR}/${MY_P} @@ -13,13 +13,14 @@ KEYWORDS="x86" SLOT="0" DEPEND="=x11-libs/gtk+-1.2* - media-libs/gdk-pixbuf" + media-libs/gdk-pixbuf + games-emulation/xmame" src_compile() { econf || die - emake || die "Compilation failed" + emake || die "emake failed" } src_install() { einstall || die - dodoc AUTHORS ChangeLog README + dodoc AUTHORS ChangeLog README || die "dodoc failed" } |