diff options
author | 2008-07-27 21:20:19 +0000 | |
---|---|---|
committer | 2008-07-27 21:20:19 +0000 | |
commit | eee634ca54312294d25959def5029cb4d6b488b5 (patch) | |
tree | c4c7e30b8b21a8a05c0f4a5e38eb5aac59cd2408 /games-emulation/mupen64-alsasnd | |
parent | QA: Get rid of deprecated qt_min_version(). (diff) | |
download | gentoo-2-eee634ca54312294d25959def5029cb4d6b488b5.tar.gz gentoo-2-eee634ca54312294d25959def5029cb4d6b488b5.tar.bz2 gentoo-2-eee634ca54312294d25959def5029cb4d6b488b5.zip |
QA: Get rid of deprecated qt_min_version().
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-emulation/mupen64-alsasnd')
-rw-r--r-- | games-emulation/mupen64-alsasnd/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4-r1.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/games-emulation/mupen64-alsasnd/ChangeLog b/games-emulation/mupen64-alsasnd/ChangeLog index c2ecfdb89a86..550ef840ae8b 100644 --- a/games-emulation/mupen64-alsasnd/ChangeLog +++ b/games-emulation/mupen64-alsasnd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/mupen64-alsasnd -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-alsasnd/ChangeLog,v 1.12 2007/02/15 09:58:08 nyhm Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-alsasnd/ChangeLog,v 1.13 2008/07/27 21:20:19 carlo Exp $ + + 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> + mupen64-alsasnd-0.4-r1.ebuild: + QA: Get rid of deprecated qt_min_version(). *mupen64-alsasnd-0.4-r1 (15 Feb 2007) diff --git a/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4-r1.ebuild b/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4-r1.ebuild index 9f320211c357..b8e817301208 100644 --- a/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4-r1.ebuild +++ b/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4-r1.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/mupen64-alsasnd/mupen64-alsasnd-0.4-r1.ebuild,v 1.2 2007/04/06 04:39:38 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4-r1.ebuild,v 1.3 2008/07/27 21:20:19 carlo Exp $ + +EAPI=1 inherit eutils qt3 games @@ -15,7 +17,7 @@ IUSE="gtk qt3" DEPEND="media-libs/alsa-lib gtk? ( =x11-libs/gtk+-2* ) - qt3? ( $(qt_min_version 3.3) ) + qt3? ( x11-libs/qt:3 ) !gtk? ( !qt3? ( =x11-libs/gtk+-2* ) )" S=${WORKDIR}/alsa_plugin |