diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-19 19:22:39 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-19 19:22:39 +0000 |
commit | cc68d83536efb8e75b606bdd7254d1076939b7be (patch) | |
tree | e275643ea79da1120c7263dd42d6d156b0cec51f /games-fps/fuhquake-bin | |
parent | python 2.5 released, add accompanying docs (diff) | |
download | gentoo-2-cc68d83536efb8e75b606bdd7254d1076939b7be.tar.gz gentoo-2-cc68d83536efb8e75b606bdd7254d1076939b7be.tar.bz2 gentoo-2-cc68d83536efb8e75b606bdd7254d1076939b7be.zip |
Adding strip to RESTRICT for bug #137819.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'games-fps/fuhquake-bin')
-rw-r--r-- | games-fps/fuhquake-bin/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild | 17 |
2 files changed, 10 insertions, 13 deletions
diff --git a/games-fps/fuhquake-bin/ChangeLog b/games-fps/fuhquake-bin/ChangeLog index 5a6846e29656..cb645c608634 100644 --- a/games-fps/fuhquake-bin/ChangeLog +++ b/games-fps/fuhquake-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/fuhquake-bin # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/ChangeLog,v 1.2 2006/02/13 22:16:11 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/ChangeLog,v 1.3 2006/09/19 19:22:39 wolf31o2 Exp $ + + 19 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> + fuhquake-bin-0.31.ebuild: + Adding strip to RESTRICT for bug #137819. 13 Feb 2006; <Tupone@gentoo.org> fuhquake-bin-0.31.ebuild: Respect use flags Bug 106706 (thanks to Adrian Fruehwirth) diff --git a/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild b/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild index 92352010a4d0..1ecbff1ca8f2 100644 --- a/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild +++ b/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild,v 1.4 2006/02/13 22:16:11 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild,v 1.5 2006/09/19 19:22:39 wolf31o2 Exp $ inherit games @@ -13,22 +13,15 @@ SRC_URI="http://www.fuhquake.net/files/releases/v${PV}/fuhquake-linux-v${PV}.zip LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +RESTRICT="strip" IUSE="opengl svga" RDEPEND="!svga? ( - || ( - x11-libs/libXext - virtual/x11 - ) - ) + x11-libs/libXext ) svga? ( media-libs/svgalib ) opengl? ( - virtual/opengl - || ( - x11-libs/libXext - virtual/x11 - ) - )" + virtual/opengl + x11-libs/libXext )" DEPEND="${RDEPEND} app-arch/unzip" |