diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-07-03 20:01:47 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-07-03 20:01:47 +0000 |
commit | 91c05baf0c9b46d312e9c4e7a77099589d70fa8c (patch) | |
tree | de8810206bdc1cd0b3e2b81319dc3531b209a779 /games-strategy/boson | |
parent | bump to get fixed selinux patch out (Manifest recommit) (diff) | |
download | gentoo-2-91c05baf0c9b46d312e9c4e7a77099589d70fa8c.tar.gz gentoo-2-91c05baf0c9b46d312e9c4e7a77099589d70fa8c.tar.bz2 gentoo-2-91c05baf0c9b46d312e9c4e7a77099589d70fa8c.zip |
QA: need-kde after R/DEPEND
Diffstat (limited to 'games-strategy/boson')
-rw-r--r-- | games-strategy/boson/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/boson/boson-0.10.ebuild | 4 | ||||
-rw-r--r-- | games-strategy/boson/boson-0.9.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/games-strategy/boson/ChangeLog b/games-strategy/boson/ChangeLog index 98f269e2554e..6b5850dc0d44 100644 --- a/games-strategy/boson/ChangeLog +++ b/games-strategy/boson/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/boson # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v 1.6 2004/06/24 23:26:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v 1.7 2004/07/03 20:01:47 carlo Exp $ + + 03 Jul 2004; Carsten Lohrke <carlo@gentoo.org> boson-0.10.ebuild, + boson-0.9.1.ebuild: + QA: need-kde after R/DEPEND *boson-0.10 (10 May 2004) diff --git a/games-strategy/boson/boson-0.10.ebuild b/games-strategy/boson/boson-0.10.ebuild index 49b47dd7c42d..154093f84ca6 100644 --- a/games-strategy/boson/boson-0.10.ebuild +++ b/games-strategy/boson/boson-0.10.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation and Thomas Capricelli <orzel@kde.org> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.10.ebuild,v 1.2 2004/06/24 23:26:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.10.ebuild,v 1.3 2004/07/03 20:01:47 carlo Exp $ inherit kde -need-kde 3 DESCRIPTION="real-time strategy game, with the feeling of Command&Conquer(tm) (needs at least 2 ppl to play)" HOMEPAGE="http://boson.sourceforge.net/" @@ -17,6 +16,7 @@ IUSE="opengl" DEPEND="media-libs/lib3ds >=media-libs/openal-20040303 opengl? ( virtual/opengl )" +need-kde 3 S="${WORKDIR}/${PN}-all-${PV}" diff --git a/games-strategy/boson/boson-0.9.1.ebuild b/games-strategy/boson/boson-0.9.1.ebuild index f76abd3c82f7..86d398d82276 100644 --- a/games-strategy/boson/boson-0.9.1.ebuild +++ b/games-strategy/boson/boson-0.9.1.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation and Thomas Capricelli <orzel@kde.org> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.9.1.ebuild,v 1.4 2004/06/24 23:26:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.9.1.ebuild,v 1.5 2004/07/03 20:01:47 carlo Exp $ inherit kde -need-kde 3 DESCRIPTION="real-time strategy game, with the feeling of Command&Conquer(tm) (needs at least 2 ppl to play)" HOMEPAGE="http://boson.sourceforge.net/" @@ -18,6 +17,7 @@ DEPEND=">=kde-base/kdegames-3.0 >=kde-base/kdemultimedia-3.0 media-libs/lib3ds opengl? ( virtual/opengl )" +need-kde 3 S=${WORKDIR}/${PN}-all-${PV} |