diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-11 23:10:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-11 23:10:09 +0000 |
commit | 2ff03e3dc8cac3092deaae603e7866084c4d7c45 (patch) | |
tree | c44c31e042ef45fe865eef24e9557f46db21aca8 /games-puzzle | |
parent | clean older ebuilds (diff) | |
download | historical-2ff03e3dc8cac3092deaae603e7866084c4d7c45.tar.gz historical-2ff03e3dc8cac3092deaae603e7866084c4d7c45.tar.bz2 historical-2ff03e3dc8cac3092deaae603e7866084c4d7c45.zip |
touch
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/toppler/Manifest | 2 | ||||
-rw-r--r-- | games-puzzle/toppler/toppler-1.0.6.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-puzzle/toppler/Manifest b/games-puzzle/toppler/Manifest index 370f712c783f..ac36f83c1605 100644 --- a/games-puzzle/toppler/Manifest +++ b/games-puzzle/toppler/Manifest @@ -1,4 +1,4 @@ MD5 572b37037f2b84b9fab5d6664665ca3a ChangeLog 1319 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 64d91e794b4c4336768162867a628c62 toppler-1.0.6.ebuild 825 +MD5 7754b3e45244c7325b4cb7df7f2acbcc toppler-1.0.6.ebuild 825 MD5 00d09175b8f314775e198c195968b152 files/digest-toppler-1.0.6 66 diff --git a/games-puzzle/toppler/toppler-1.0.6.ebuild b/games-puzzle/toppler/toppler-1.0.6.ebuild index 3ea160668aaa..b71870300f0e 100644 --- a/games-puzzle/toppler/toppler-1.0.6.ebuild +++ b/games-puzzle/toppler/toppler-1.0.6.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-puzzle/toppler/toppler-1.0.6.ebuild,v 1.1 2004/02/09 22:11:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/toppler/toppler-1.0.6.ebuild,v 1.2 2004/05/11 23:10:09 mr_bones_ Exp $ inherit games @@ -21,8 +21,8 @@ DEPEND=">=media-libs/libsdl-1.2.0 src_compile() { egamesconf \ --disable-dependency-tracking \ - `use_enable nls` \ - || die + $(use_enable nls) \ + || die emake || die "emake failed" } |