summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-20 15:20:24 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-20 15:20:24 +0000
commit118a3cd2bfeb251840e6c0e4d1653788d092f692 (patch)
treef0f22c6a31d7abb792df57aa0d01d71ca503a5ae /sci-libs
parentFix tcl/tk slotting (diff)
downloadgentoo-2-118a3cd2bfeb251840e6c0e4d1653788d092f692.tar.gz
gentoo-2-118a3cd2bfeb251840e6c0e4d1653788d092f692.tar.bz2
gentoo-2-118a3cd2bfeb251840e6c0e4d1653788d092f692.zip
Fix tcl/tk slotting
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/plplot/ChangeLog5
-rw-r--r--sci-libs/plplot/plplot-5.10.0-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-libs/plplot/ChangeLog b/sci-libs/plplot/ChangeLog
index 42796eb3c531..62290286904a 100644
--- a/sci-libs/plplot/ChangeLog
+++ b/sci-libs/plplot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/plplot
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.60 2015/02/02 10:13:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.61 2015/03/20 15:20:24 jlec Exp $
+
+ 20 Mar 2015; Justin Lecher <jlec@gentoo.org> plplot-5.10.0-r1.ebuild:
+ Fix tcl/tk slotting
02 Feb 2015; Justin Lecher <jlec@gentoo.org> plplot-5.10.0-r1.ebuild,
+files/plplot-5.10.0-cmake.patch, metadata.xml:
diff --git a/sci-libs/plplot/plplot-5.10.0-r1.ebuild b/sci-libs/plplot/plplot-5.10.0-r1.ebuild
index 2d8f3d8194eb..80ffd164a336 100644
--- a/sci-libs/plplot/plplot-5.10.0-r1.ebuild
+++ b/sci-libs/plplot/plplot-5.10.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.10.0-r1.ebuild,v 1.3 2015/02/02 10:13:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.10.0-r1.ebuild,v 1.4 2015/03/20 15:20:24 jlec Exp $
EAPI=5
@@ -24,7 +24,7 @@ IUSE="ada cairo cxx doc +dynamic examples fortran gd java jpeg latex lua
threads tk truetype wxwidgets X"
RDEPEND="
- ada? ( virtual/gnat )
+ ada? ( virtual/gnat:* )
cairo? ( x11-libs/cairo:0=[svg?,X?] )
gd? ( media-libs/gd:2=[jpeg?,png?] )
java? ( >=virtual/jre-1.5 )
@@ -58,7 +58,7 @@ RDEPEND="
dev-lang/tcl:0=
dev-tcltk/itcl:0=
tk? (
- dev-lang/tk
+ dev-lang/tk:0=
dev-tcltk/itk
)
)