diff options
author | 2008-07-27 21:20:19 +0000 | |
---|---|---|
committer | 2008-07-27 21:20:19 +0000 | |
commit | 2d2be9c1bc58eea26ce8fc0cfc3beecb6a0c32f9 (patch) | |
tree | 1825ead6c4e125307701adff103ef0add2a562dc /games-emulation/qtvba | |
parent | QA: Get rid of deprecated qt_min_version(). (diff) | |
download | historical-2d2be9c1bc58eea26ce8fc0cfc3beecb6a0c32f9.tar.gz historical-2d2be9c1bc58eea26ce8fc0cfc3beecb6a0c32f9.tar.bz2 historical-2d2be9c1bc58eea26ce8fc0cfc3beecb6a0c32f9.zip |
QA: Get rid of deprecated qt_min_version().
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-emulation/qtvba')
-rw-r--r-- | games-emulation/qtvba/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/qtvba/qtvba-0.2.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-emulation/qtvba/ChangeLog b/games-emulation/qtvba/ChangeLog index dba429a9de8d..781d532e77ab 100644 --- a/games-emulation/qtvba/ChangeLog +++ b/games-emulation/qtvba/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/qtvba -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/qtvba/ChangeLog,v 1.5 2007/02/03 07:27:51 nyhm Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/qtvba/ChangeLog,v 1.6 2008/07/27 21:15:46 carlo Exp $ + + 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> qtvba-0.2.ebuild: + QA: Get rid of deprecated qt_min_version(). 03 Feb 2007; Tristan Heaven <nyhm@gentoo.org> files/0.2-Makefilefix.patch, qtvba-0.2.ebuild: diff --git a/games-emulation/qtvba/qtvba-0.2.ebuild b/games-emulation/qtvba/qtvba-0.2.ebuild index ed1b65df4e8d..c3fd64bb6478 100644 --- a/games-emulation/qtvba/qtvba-0.2.ebuild +++ b/games-emulation/qtvba/qtvba-0.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/qtvba/qtvba-0.2.ebuild,v 1.6 2007/02/03 07:27:51 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/qtvba/qtvba-0.2.ebuild,v 1.7 2008/07/27 21:15:46 carlo Exp $ + +EAPI=1 inherit eutils qt3 games @@ -13,7 +15,7 @@ SLOT="0" KEYWORDS="ppc x86" IUSE="" -DEPEND="$(qt_min_version 3)" +DEPEND="x11-libs/qt:3" RDEPEND="${DEPEND} games-emulation/visualboyadvance" |