diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-12 15:42:10 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-12 15:42:10 +0000 |
commit | 77a12a3948eb66fb7251304fe82e97010609cab1 (patch) | |
tree | ce86ec85e4409ff7aa17ce1da60fa26baae67f85 /games-strategy/boson | |
parent | Marked ~ppc for bug #133119. (diff) | |
download | gentoo-2-77a12a3948eb66fb7251304fe82e97010609cab1.tar.gz gentoo-2-77a12a3948eb66fb7251304fe82e97010609cab1.tar.bz2 gentoo-2-77a12a3948eb66fb7251304fe82e97010609cab1.zip |
Locking down to versions of openal that work, and removing older version as it doesn't work with newer python.
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'games-strategy/boson')
-rw-r--r-- | games-strategy/boson/ChangeLog | 9 | ||||
-rw-r--r-- | games-strategy/boson/boson-0.11.ebuild | 5 |
2 files changed, 10 insertions, 4 deletions
diff --git a/games-strategy/boson/ChangeLog b/games-strategy/boson/ChangeLog index 50802eb2ea65..1b4117f9d227 100644 --- a/games-strategy/boson/ChangeLog +++ b/games-strategy/boson/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-strategy/boson -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v 1.14 2005/11/18 09:20:08 hansmi Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v 1.15 2006/05/12 15:42:10 wolf31o2 Exp $ + + 12 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> -boson-0.10.ebuild, + boson-0.11.ebuild: + Locking down to versions of openal that work, and removing older version as + it doesn't work with newer python. 18 Nov 2005; Michael Hanselmann <hansmi@gentoo.org> boson-0.11.ebuild: Stable on ppc. diff --git a/games-strategy/boson/boson-0.11.ebuild b/games-strategy/boson/boson-0.11.ebuild index 1b8ae292b008..c0369d48185c 100644 --- a/games-strategy/boson/boson-0.11.ebuild +++ b/games-strategy/boson/boson-0.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation and Thomas Capricelli <orzel@kde.org> +# Copyright 1999-2006 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.11.ebuild,v 1.3 2005/11/18 09:20:08 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.11.ebuild,v 1.4 2006/05/12 15:42:10 wolf31o2 Exp $ inherit kde @@ -15,6 +15,7 @@ IUSE="opengl" DEPEND="media-libs/lib3ds >=media-libs/openal-20040303 + <media-libs/openal-20051024 kde-base/arts opengl? ( virtual/opengl )" need-kde 3 |