summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-11-15 13:58:08 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-11-15 13:58:08 +0000
commit88b10cd9b1f7b7a93cd748fed055975ec9ed17ea (patch)
tree2d35047153cbdec6e92fb7ea315bfe3afa15ed3f /games-mud/wxmud/wxmud-9999.ebuild
parentRemove arts related patch and clean ebuilds, wrt bug 291546. (diff)
downloadgentoo-2-88b10cd9b1f7b7a93cd748fed055975ec9ed17ea.tar.gz
gentoo-2-88b10cd9b1f7b7a93cd748fed055975ec9ed17ea.tar.bz2
gentoo-2-88b10cd9b1f7b7a93cd748fed055975ec9ed17ea.zip
QA: drop keywords from live package.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'games-mud/wxmud/wxmud-9999.ebuild')
-rw-r--r--games-mud/wxmud/wxmud-9999.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/games-mud/wxmud/wxmud-9999.ebuild b/games-mud/wxmud/wxmud-9999.ebuild
index 0e9ce443362d..2483e870b887 100644
--- a/games-mud/wxmud/wxmud-9999.ebuild
+++ b/games-mud/wxmud/wxmud-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild,v 1.3 2008/02/13 13:43:04 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/wxmud/wxmud-9999.ebuild,v 1.4 2009/11/15 13:58:08 scarabeus Exp $
WX_GTK_VER=2.8
inherit flag-o-matic subversion wxwidgets autotools games
@@ -12,7 +12,7 @@ ESVN_REPO_URI="https://wxmud.svn.sourceforge.net/svnroot/wxmud/trunk"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
IUSE="python"
RDEPEND="=x11-libs/wxGTK-2.8*
@@ -31,13 +31,12 @@ src_compile() {
# No audiere in portage yet, so useful MSP support is disabled for now
egamesconf --with-wx-config="${WX_CONFIG}" \
$(use_enable python) \
- --disable-audiere \
- || die
+ --disable-audiere
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS README TODO docs/input.txt docs/scripting.txt
+ dodoc AUTHORS README TODO docs/input.txt docs/scripting.txt || die
prepgamesdirs
}