diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 21:23:43 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 21:23:43 +0000 |
commit | 71a13456294ab488cbcf073063496c261cde24b8 (patch) | |
tree | 5e87a4024528c62c9dfa4c5e742c0db13cbba449 /games-server | |
parent | QA: Get rid of deprecated qt_min_version(). (diff) | |
download | gentoo-2-71a13456294ab488cbcf073063496c261cde24b8.tar.gz gentoo-2-71a13456294ab488cbcf073063496c261cde24b8.tar.bz2 gentoo-2-71a13456294ab488cbcf073063496c261cde24b8.zip |
QA: Get rid of deprecated qt_min_version().
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/WarpPipe/ChangeLog | 7 | ||||
-rw-r--r-- | games-server/WarpPipe/WarpPipe-0.3.5.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-server/WarpPipe/ChangeLog b/games-server/WarpPipe/ChangeLog index 4962c6f03fe8..8cc449100ac3 100644 --- a/games-server/WarpPipe/ChangeLog +++ b/games-server/WarpPipe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-server/WarpPipe -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/WarpPipe/ChangeLog,v 1.5 2006/10/15 15:58:51 nyhm Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-server/WarpPipe/ChangeLog,v 1.6 2008/07/27 21:23:43 carlo Exp $ + + 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> WarpPipe-0.3.5.ebuild: + QA: Get rid of deprecated qt_min_version(). 15 Oct 2006; Tristan Heaven <nyhm@gentoo.org> WarpPipe-0.3.5.ebuild: Add RESTRICT=strip diff --git a/games-server/WarpPipe/WarpPipe-0.3.5.ebuild b/games-server/WarpPipe/WarpPipe-0.3.5.ebuild index c89e3ee821f6..1cb0a1b8199f 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 +# Copyright 1999-2008 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.4 2006/10/15 15:58:51 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/WarpPipe/WarpPipe-0.3.5.ebuild,v 1.5 2008/07/27 21:23:43 carlo Exp $ + +EAPI=1 inherit qt3 @@ -15,7 +17,7 @@ IUSE="" RESTRICT="strip" DEPEND="" -RDEPEND="$(qt_min_version 3.3)" +RDEPEND="x11-libs/qt:3" S=${WORKDIR}/${P}-linux |