diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-01-14 23:40:54 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-01-14 23:40:54 +0000 |
commit | f321fa8ee10c04f78afda6066accd29bd4118979 (patch) | |
tree | e59189230d14c98e4dee08e214380f3324f32342 /games-strategy/boson | |
parent | recommit patch (diff) | |
download | gentoo-2-f321fa8ee10c04f78afda6066accd29bd4118979.tar.gz gentoo-2-f321fa8ee10c04f78afda6066accd29bd4118979.tar.bz2 gentoo-2-f321fa8ee10c04f78afda6066accd29bd4118979.zip |
made dep on a monolithic kde-base package accept the equivalent -meta package from the split ebuilds as an alternative
Diffstat (limited to 'games-strategy/boson')
-rw-r--r-- | games-strategy/boson/ChangeLog | 9 | ||||
-rw-r--r-- | games-strategy/boson/boson-0.10.ebuild | 4 | ||||
-rw-r--r-- | games-strategy/boson/boson-0.9.1.ebuild | 8 |
3 files changed, 13 insertions, 8 deletions
diff --git a/games-strategy/boson/ChangeLog b/games-strategy/boson/ChangeLog index 6b5850dc0d44..519f24492a1b 100644 --- a/games-strategy/boson/ChangeLog +++ b/games-strategy/boson/ChangeLog @@ -1,6 +1,11 @@ # 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.7 2004/07/03 20:01:47 carlo Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v 1.8 2005/01/14 23:38:07 danarmak Exp $ + + 15 Jan 2005; Dan Armak <danarmak@gentoo.org> boson-0.9.1.ebuild: + Changed deps on kdegames, kdemultimedia to accept kdegames-meta and + kdemultimedia-meta, the split 'meta' packages. This dep will be narrowed + down in the future to the precise split packages required. 03 Jul 2004; Carsten Lohrke <carlo@gentoo.org> boson-0.10.ebuild, boson-0.9.1.ebuild: diff --git a/games-strategy/boson/boson-0.10.ebuild b/games-strategy/boson/boson-0.10.ebuild index 154093f84ca6..c16a8581efc7 100644 --- a/games-strategy/boson/boson-0.10.ebuild +++ b/games-strategy/boson/boson-0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation and Thomas Capricelli <orzel@kde.org> +# Copyright 1999-2005 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.3 2004/07/03 20:01:47 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.10.ebuild,v 1.4 2005/01/14 23:38:07 danarmak Exp $ inherit kde diff --git a/games-strategy/boson/boson-0.9.1.ebuild b/games-strategy/boson/boson-0.9.1.ebuild index 86d398d82276..3a38ee7988ea 100644 --- a/games-strategy/boson/boson-0.9.1.ebuild +++ b/games-strategy/boson/boson-0.9.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation and Thomas Capricelli <orzel@kde.org> +# Copyright 1999-2005 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.5 2004/07/03 20:01:47 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.9.1.ebuild,v 1.6 2005/01/14 23:38:07 danarmak Exp $ inherit kde @@ -13,8 +13,8 @@ SLOT="0" KEYWORDS="x86 ppc -sparc" IUSE="opengl" -DEPEND=">=kde-base/kdegames-3.0 - >=kde-base/kdemultimedia-3.0 +DEPEND="|| ( kde-base/kdegames-meta >=kde-base/kdegames-3.0 ) + || ( kde-base/kdemultimedia-meta >=kde-base/kdemultimedia-3.0 ) media-libs/lib3ds opengl? ( virtual/opengl )" need-kde 3 |