diff options
author | Tristan Heaven <tristan@gentoo.org> | 2006-10-15 15:58:51 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2006-10-15 15:58:51 +0000 |
commit | 89b74d332f47fd0635670fbdb6c2d12a76960e33 (patch) | |
tree | 08f6049dc767b6ddde02c7dd7b20feadcfd8bf9a /games-server/WarpPipe/WarpPipe-0.3.5.ebuild | |
parent | Pruned old revisions. (diff) | |
download | historical-89b74d332f47fd0635670fbdb6c2d12a76960e33.tar.gz historical-89b74d332f47fd0635670fbdb6c2d12a76960e33.tar.bz2 historical-89b74d332f47fd0635670fbdb6c2d12a76960e33.zip |
Add RESTRICT=strip
Package-Manager: portage-2.1.2_pre3-r2
Diffstat (limited to 'games-server/WarpPipe/WarpPipe-0.3.5.ebuild')
-rw-r--r-- | games-server/WarpPipe/WarpPipe-0.3.5.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games-server/WarpPipe/WarpPipe-0.3.5.ebuild b/games-server/WarpPipe/WarpPipe-0.3.5.ebuild index edfba8217d85..c89e3ee821f6 100644 --- a/games-server/WarpPipe/WarpPipe-0.3.5.ebuild +++ b/games-server/WarpPipe/WarpPipe-0.3.5.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/WarpPipe/WarpPipe-0.3.5.ebuild,v 1.3 2006/01/29 07:20:51 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/WarpPipe/WarpPipe-0.3.5.ebuild,v 1.4 2006/10/15 15:58:51 nyhm Exp $ + +inherit qt3 DESCRIPTION="connect gamecubes together over the network" HOMEPAGE="http://www.warppipe.com/" @@ -10,11 +12,10 @@ LICENSE="WarpPipe" SLOT="0" KEYWORDS="-* x86" IUSE="" +RESTRICT="strip" DEPEND="" -RDEPEND="virtual/libc - || ( x11-libs/libXext virtual/x11 ) - =x11-libs/qt-3*" +RDEPEND="$(qt_min_version 3.3)" S=${WORKDIR}/${P}-linux |