diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-03-20 00:30:30 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-03-20 00:30:30 +0000 |
commit | a4cc74d3f5d1a99a3b0bf4e60d5a6c88c6e67168 (patch) | |
tree | cb5b8f41cc62a4780b18fe33188d5b971757538e /games-arcade | |
parent | xine-lib-1.1.11 version bump (diff) | |
download | gentoo-2-a4cc74d3f5d1a99a3b0bf4e60d5a6c88c6e67168.tar.gz gentoo-2-a4cc74d3f5d1a99a3b0bf4e60d5a6c88c6e67168.tar.bz2 gentoo-2-a4cc74d3f5d1a99a3b0bf4e60d5a6c88c6e67168.zip |
Add ~amd64 keyword, bug #201801
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/monster-masher/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/monster-masher/monster-masher-1.8.ebuild | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-arcade/monster-masher/ChangeLog b/games-arcade/monster-masher/ChangeLog index 8e691368103d..d38bf1e3e49b 100644 --- a/games-arcade/monster-masher/ChangeLog +++ b/games-arcade/monster-masher/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/monster-masher # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v 1.18 2008/02/14 00:46:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v 1.19 2008/03/20 00:30:30 nyhm Exp $ + + 20 Mar 2008; Tristan Heaven <nyhm@gentoo.org> monster-masher-1.8.ebuild: + Add ~amd64 keyword, bug #201801 14 Feb 2008; Michael Sterrett <mr_bones_@gentoo.org> monster-masher-1.8.ebuild: diff --git a/games-arcade/monster-masher/monster-masher-1.8.ebuild b/games-arcade/monster-masher/monster-masher-1.8.ebuild index d100843ba41c..8c11b8b1c4ba 100644 --- a/games-arcade/monster-masher/monster-masher-1.8.ebuild +++ b/games-arcade/monster-masher/monster-masher-1.8.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/monster-masher-1.8.ebuild,v 1.7 2008/02/14 00:46:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/monster-masher-1.8.ebuild,v 1.8 2008/03/20 00:30:30 nyhm Exp $ -inherit eutils +inherit eutils gnome2 DESCRIPTION="Squash the monsters with your levitation worker gnome" HOMEPAGE="http://people.iola.dk/olau/monster-masher/" @@ -10,7 +10,7 @@ SRC_URI="http://people.iola.dk/olau/monster-masher/source/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd" IUSE="" DEPEND="x11-libs/libSM @@ -27,6 +27,5 @@ pkg_setup() { } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README + DOCS="AUTHORS ChangeLog README" gnome2_src_install } |