summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-01-19 23:56:42 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-01-19 23:56:42 +0000
commit03cf18aa1a5f8d7abf6e6435fd5b16814b5547e3 (patch)
tree11a6195f457b8b6d19ab7b97e33ea8dcb453bc09 /games-simulation/planets/planets-0.1.13.ebuild
parentold (diff)
downloadhistorical-03cf18aa1a5f8d7abf6e6435fd5b16814b5547e3.tar.gz
historical-03cf18aa1a5f8d7abf6e6435fd5b16814b5547e3.tar.bz2
historical-03cf18aa1a5f8d7abf6e6435fd5b16814b5547e3.zip
EAPI=2; add use-based dep
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.27.8 i686
Diffstat (limited to 'games-simulation/planets/planets-0.1.13.ebuild')
-rw-r--r--games-simulation/planets/planets-0.1.13.ebuild17
1 files changed, 4 insertions, 13 deletions
diff --git a/games-simulation/planets/planets-0.1.13.ebuild b/games-simulation/planets/planets-0.1.13.ebuild
index 483ba3b46efd..ee3b75d203a7 100644
--- a/games-simulation/planets/planets-0.1.13.ebuild
+++ b/games-simulation/planets/planets-0.1.13.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/planets-0.1.13.ebuild,v 1.6 2008/06/22 21:04:56 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/planets-0.1.13.ebuild,v 1.7 2009/01/19 23:56:42 mr_bones_ Exp $
+EAPI=2
inherit eutils games
DESCRIPTION="a simple interactive planetary system simulator"
@@ -16,17 +17,7 @@ IUSE=""
RDEPEND="dev-lang/tcl
dev-lang/tk"
DEPEND="${RDEPEND}
- dev-lang/ocaml"
-
-pkg_setup() {
- # response to bug #134257
- if ! built_with_use dev-lang/ocaml tk ; then
- eerror "${PN} doesn't build properly if"
- eerror "dev-lang/ocaml is built without tk support."
- die "Please emerge dev-lang/ocaml with USE=tk"
- fi
- games_pkg_setup
-}
+ dev-lang/ocaml[tk]"
src_install() {
dogamesbin planets || die "dogamesbin failed"