summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-02-06 19:46:10 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-02-06 19:46:10 +0000
commit7ce8dbfbdbeb326406369c0769ec7657db64dc45 (patch)
tree21a5ba78303a59bbc7708daf09e6d626a8c08b60 /games-rpg
parentStable for sparc, wrt bug #452934 (diff)
downloadgentoo-2-7ce8dbfbdbeb326406369c0769ec7657db64dc45.tar.gz
gentoo-2-7ce8dbfbdbeb326406369c0769ec7657db64dc45.tar.bz2
gentoo-2-7ce8dbfbdbeb326406369c0769ec7657db64dc45.zip
tidy
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/wastesedge/ChangeLog5
-rw-r--r--games-rpg/wastesedge/wastesedge-0.3.5.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/games-rpg/wastesedge/ChangeLog b/games-rpg/wastesedge/ChangeLog
index 669472d6641a..43230f4d864f 100644
--- a/games-rpg/wastesedge/ChangeLog
+++ b/games-rpg/wastesedge/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-rpg/wastesedge
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/ChangeLog,v 1.17 2013/02/03 00:15:28 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/ChangeLog,v 1.18 2013/02/06 19:46:10 mr_bones_ Exp $
+
+ 06 Feb 2013; Michael Sterrett <mr_bones_@gentoo.org> wastesedge-0.3.5.ebuild:
+ tidy
*wastesedge-0.3.5 (03 Feb 2013)
diff --git a/games-rpg/wastesedge/wastesedge-0.3.5.ebuild b/games-rpg/wastesedge/wastesedge-0.3.5.ebuild
index ea5e84cfc712..df9942452d1b 100644
--- a/games-rpg/wastesedge/wastesedge-0.3.5.ebuild
+++ b/games-rpg/wastesedge/wastesedge-0.3.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/wastesedge-0.3.5.ebuild,v 1.1 2013/02/03 00:15:28 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/wastesedge-0.3.5.ebuild,v 1.2 2013/02/06 19:46:10 mr_bones_ Exp $
EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 )
@@ -14,7 +14,7 @@ SRC_URI="http://savannah.nongnu.org/download/adonthell/${PN}-src-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="vorbis nls"
+IUSE="nls"
RESTRICT="userpriv"
RDEPEND="${PYTHON_DEPS}
@@ -30,7 +30,6 @@ pkg_setup() {
src_configure(){
egamesconf \
- --disable-dependency-tracking \
$(use_enable nls) \
--with-adonthell-binary="${GAMES_BINDIR}/adonthell"
}