diff options
author | Michael Weber <xmw@gentoo.org> | 2011-11-12 01:54:08 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-11-12 01:54:08 +0000 |
commit | 4b6db83ad2c1ed70c3e7f9bd9c415f93eecfc716 (patch) | |
tree | 44555d98afe8a0c71e27895e639d5c7603bf7564 /games-simulation | |
parent | Version bump, thanks to Hans (bug 387233). Taking maint. (diff) | |
download | gentoo-2-4b6db83ad2c1ed70c3e7f9bd9c415f93eecfc716.tar.gz gentoo-2-4b6db83ad2c1ed70c3e7f9bd9c415f93eecfc716.tar.bz2 gentoo-2-4b6db83ad2c1ed70c3e7f9bd9c415f93eecfc716.zip |
Add dep on sci-mathematics/cgal, fix --docdir, clean up
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/crrcsim/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/crrcsim/crrcsim-0.9.11.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/games-simulation/crrcsim/ChangeLog b/games-simulation/crrcsim/ChangeLog index bf90971c5dd7..ab3a5f673fc3 100644 --- a/games-simulation/crrcsim/ChangeLog +++ b/games-simulation/crrcsim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/crrcsim # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v 1.1 2011/11/12 00:01:24 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v 1.2 2011/11/12 01:54:08 xmw Exp $ + + 12 Nov 2011; Michael Weber <xmw@gentoo.org> crrcsim-0.9.11.ebuild: + Add dep on sci-mathematics/cgal, fix --docdir, clean up *crrcsim-0.9.11 (11 Nov 2011) diff --git a/games-simulation/crrcsim/crrcsim-0.9.11.ebuild b/games-simulation/crrcsim/crrcsim-0.9.11.ebuild index 46c548747bf3..5aab180b2666 100644 --- a/games-simulation/crrcsim/crrcsim-0.9.11.ebuild +++ b/games-simulation/crrcsim/crrcsim-0.9.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.11.ebuild,v 1.1 2011/11/12 00:01:24 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.11.ebuild,v 1.2 2011/11/12 01:54:08 xmw Exp $ EAPI=3 @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="portaudio" -RDEPEND="media-libs/plib +RDEPEND="sci-mathematics/cgal + media-libs/plib media-libs/libsdl[X,audio,joystick,opengl,video] portaudio? ( media-libs/portaudio )" DEPEND="${RDEPEND}" @@ -27,7 +28,8 @@ src_prepare() { } src_configure() { - econf $(use_with poraudio) $(use_with sdl) + econf --docdir="${EPREFIX}/usr/share/doc/${PF}" \ + $(use_with portaudio) } src_install() { |