diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-09 20:16:07 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-09 20:16:07 +0000 |
commit | 3284495e4be8f3eacae5101eb46ecfdb8c62e918 (patch) | |
tree | c351f6d11bcafd0660aae8f74c9a81137be46020 /dev-games/simgear/simgear-0.3.9.ebuild | |
parent | Cleanup. (diff) | |
download | gentoo-2-3284495e4be8f3eacae5101eb46ecfdb8c62e918.tar.gz gentoo-2-3284495e4be8f3eacae5101eb46ecfdb8c62e918.tar.bz2 gentoo-2-3284495e4be8f3eacae5101eb46ecfdb8c62e918.zip |
First off, I would like to really, really apologise to anyone who looks at these dependencies. It's ugly. I know it. However, this is actually correct for the craziness in the tree with openal. At any rate, the idea is to fix this now, then remove all of the openal ebuilds except 0.0.8, then revisit this and clean up all of the extra cruft. Anyway, I apologise again. Enjoy.
(Portage version: 2.1_pre10-r4)
Diffstat (limited to 'dev-games/simgear/simgear-0.3.9.ebuild')
-rw-r--r-- | dev-games/simgear/simgear-0.3.9.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/dev-games/simgear/simgear-0.3.9.ebuild b/dev-games/simgear/simgear-0.3.9.ebuild index 4f313453cb86..47cf9be2878c 100644 --- a/dev-games/simgear/simgear-0.3.9.ebuild +++ b/dev-games/simgear/simgear-0.3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-0.3.9.ebuild,v 1.2 2006/04/04 18:46:46 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-0.3.9.ebuild,v 1.3 2006/05/09 20:16:07 wolf31o2 Exp $ inherit eutils @@ -15,7 +15,13 @@ KEYWORDS="x86 ppc ~sparc ~amd64" IUSE="" DEPEND=">=media-libs/plib-1.8.4 - media-libs/openal" + || ( + ( + || ( + ~media-libs/openal-0.0.8 + ~media-libs/openal-20051024 ) + media-libs/freealut ) + ~media-libs/openal-20050504 )" S=${WORKDIR}/${MY_P} |