diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 21:25:38 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 21:25:38 +0000 |
commit | 735dab15b4f91def5e2b5969844686ff22eb1b01 (patch) | |
tree | 7437d074ef74f155e12cd26f161617256b31bdc9 /games-strategy/spacehulk | |
parent | QA: Get rid of deprecated qt_min_version(). (diff) | |
download | gentoo-2-735dab15b4f91def5e2b5969844686ff22eb1b01.tar.gz gentoo-2-735dab15b4f91def5e2b5969844686ff22eb1b01.tar.bz2 gentoo-2-735dab15b4f91def5e2b5969844686ff22eb1b01.zip |
QA: Get rid of deprecated qt_min_version().
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-strategy/spacehulk')
-rw-r--r-- | games-strategy/spacehulk/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/spacehulk/spacehulk-1.4.99.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/games-strategy/spacehulk/ChangeLog b/games-strategy/spacehulk/ChangeLog index 07156ed50a43..63cf932d44a9 100644 --- a/games-strategy/spacehulk/ChangeLog +++ b/games-strategy/spacehulk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/spacehulk -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/spacehulk/ChangeLog,v 1.7 2007/02/03 14:29:03 nyhm Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/spacehulk/ChangeLog,v 1.8 2008/07/27 21:25:38 carlo Exp $ + + 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> spacehulk-1.4.99.ebuild: + QA: Get rid of deprecated qt_min_version(). 03 Feb 2007; Tristan Heaven <nyhm@gentoo.org> spacehulk-1.4.5.ebuild, spacehulk-1.4.99.ebuild: diff --git a/games-strategy/spacehulk/spacehulk-1.4.99.ebuild b/games-strategy/spacehulk/spacehulk-1.4.99.ebuild index 85f33ba9819c..7031e726f6ce 100644 --- a/games-strategy/spacehulk/spacehulk-1.4.99.ebuild +++ b/games-strategy/spacehulk/spacehulk-1.4.99.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/spacehulk/spacehulk-1.4.99.ebuild,v 1.9 2008/02/19 18:43:52 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/spacehulk/spacehulk-1.4.99.ebuild,v 1.10 2008/07/27 21:25:38 carlo Exp $ + +EAPI=1 inherit qt3 games @@ -14,7 +16,7 @@ SLOT="0" KEYWORDS="~ppc x86" IUSE="xinerama" -DEPEND="$(qt_min_version 3.3) +DEPEND="x11-libs/qt:3 media-libs/libpng media-libs/jpeg xinerama? ( x11-libs/libXinerama )" |