summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-20 15:18:41 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-20 15:18:41 +0000
commite895346877ac4e495460739733b5549217f83f5d (patch)
tree96d40aae9b7a8c4e1b27fa2b27eeb96b1d43a42a /sci-physics/espresso
parentCorrectly build against libopenjpeg-1 (for now), bug 538282 (diff)
downloadgentoo-2-e895346877ac4e495460739733b5549217f83f5d.tar.gz
gentoo-2-e895346877ac4e495460739733b5549217f83f5d.tar.bz2
gentoo-2-e895346877ac4e495460739733b5549217f83f5d.zip
Fix tcl/tk slotting
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-physics/espresso')
-rw-r--r--sci-physics/espresso/ChangeLog5
-rw-r--r--sci-physics/espresso/espresso-3.3.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-physics/espresso/ChangeLog b/sci-physics/espresso/ChangeLog
index dd9169cb92c4..ea3923168c7a 100644
--- a/sci-physics/espresso/ChangeLog
+++ b/sci-physics/espresso/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-physics/espresso
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v 1.20 2015/03/16 16:13:21 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v 1.21 2015/03/20 15:18:41 jlec Exp $
+
+ 20 Mar 2015; Justin Lecher <jlec@gentoo.org> espresso-3.3.0.ebuild:
+ Fix tcl/tk slotting
16 Mar 2015; Christoph Junghans <ottxor@gentoo.org> -espresso-3.2.0.ebuild:
remove old
diff --git a/sci-physics/espresso/espresso-3.3.0.ebuild b/sci-physics/espresso/espresso-3.3.0.ebuild
index 63f96f7eba64..470f3b233018 100644
--- a/sci-physics/espresso/espresso-3.3.0.ebuild
+++ b/sci-physics/espresso/espresso-3.3.0.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-physics/espresso/espresso-3.3.0.ebuild,v 1.3 2015/03/16 16:11:55 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.3.0.ebuild,v 1.4 2015/03/20 15:18:41 jlec Exp $
EAPI=5
@@ -38,12 +38,12 @@ RDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
)
- dev-lang/tcl
+ dev-lang/tcl:0=
cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1 )
fftw? ( sci-libs/fftw:3.0 )
mpi? ( virtual/mpi )
packages? ( dev-tcltk/tcllib )
- tk? ( >=dev-lang/tk-8.4.18-r1 )
+ tk? ( >=dev-lang/tk-8.4.18-r1:0= )
X? ( x11-libs/libX11 )"
DEPEND="${RDEPEND}