diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 20:27:53 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 20:27:53 +0000 |
commit | 91aca1218b040f69a5187f6994d43f779cac5cdc (patch) | |
tree | ed21132b40ed8511ee7ee3be13a535ba0ce4db6a /games-strategy/boson | |
parent | Remove old virtual/x11 dependency. (diff) | |
download | historical-91aca1218b040f69a5187f6994d43f779cac5cdc.tar.gz historical-91aca1218b040f69a5187f6994d43f779cac5cdc.tar.bz2 historical-91aca1218b040f69a5187f6994d43f779cac5cdc.zip |
Removing specific version of openal since the older CVS snapshot versions have been removed from the tree for some time now.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'games-strategy/boson')
-rw-r--r-- | games-strategy/boson/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/boson/boson-0.11-r1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/games-strategy/boson/ChangeLog b/games-strategy/boson/ChangeLog index 0ff482477fd1..1637479da528 100644 --- a/games-strategy/boson/ChangeLog +++ b/games-strategy/boson/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/boson # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v 1.26 2006/10/03 09:03:57 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/ChangeLog,v 1.27 2006/12/06 20:26:37 wolf31o2 Exp $ + + 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> boson-0.11-r1.ebuild: + Removing specific version of openal since the older CVS snapshot versions + have been removed from the tree for some time now. *boson-0.13 (03 Oct 2006) diff --git a/games-strategy/boson/boson-0.11-r1.ebuild b/games-strategy/boson/boson-0.11-r1.ebuild index 99d4087d51ea..f90b830e1c89 100644 --- a/games-strategy/boson/boson-0.11-r1.ebuild +++ b/games-strategy/boson/boson-0.11-r1.ebuild @@ -1,6 +1,6 @@ # 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-r1.ebuild,v 1.2 2006/06/15 21:56:16 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.11-r1.ebuild,v 1.3 2006/12/06 20:26:37 wolf31o2 Exp $ inherit kde @@ -14,8 +14,9 @@ KEYWORDS="ppc -sparc x86" IUSE="opengl" DEPEND="media-libs/lib3ds - ~media-libs/openal-0.0.8 + media-libs/openal opengl? ( virtual/opengl )" + need-kde 3 S=${WORKDIR}/${PN}-all-${PV} |