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/boson-0.11-r1.ebuild | |
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/boson-0.11-r1.ebuild')
-rw-r--r-- | games-strategy/boson/boson-0.11-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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} |