summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-25 15:36:22 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-25 15:36:22 +0000
commit1905f9d01f415463464f8be9710660775bc2950e (patch)
treede260ad6d40955bd8f39e00138110a56545ef00b /games-simulation/planets/planets-0.1.13.ebuild
parentFix tcl/tk slotting (diff)
downloadhistorical-1905f9d01f415463464f8be9710660775bc2950e.tar.gz
historical-1905f9d01f415463464f8be9710660775bc2950e.tar.bz2
historical-1905f9d01f415463464f8be9710660775bc2950e.zip
Fix tcl/tk slotting
Package-Manager: portage-2.2.18/cvs/Linux x86_64 Manifest-Sign-Key: 0xB9D4F231BD1558AB!
Diffstat (limited to 'games-simulation/planets/planets-0.1.13.ebuild')
-rw-r--r--games-simulation/planets/planets-0.1.13.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/games-simulation/planets/planets-0.1.13.ebuild b/games-simulation/planets/planets-0.1.13.ebuild
index 9b239dd2c87e..7f0687451724 100644
--- a/games-simulation/planets/planets-0.1.13.ebuild
+++ b/games-simulation/planets/planets-0.1.13.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2015 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.8 2015/03/07 21:45:58 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/planets-0.1.13.ebuild,v 1.9 2015/03/25 15:36:21 jlec Exp $
EAPI=5
+
inherit eutils games
DESCRIPTION="a simple interactive planetary system simulator"
@@ -14,8 +15,9 @@ SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE=""
-RDEPEND="dev-lang/tcl
- dev-lang/tk"
+RDEPEND="
+ dev-lang/tcl:0=
+ dev-lang/tk:0="
DEPEND="${RDEPEND}
dev-lang/ocaml[tk]"