summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-06-15 09:28:13 +0000
committerJustin Lecher <jlec@gentoo.org>2015-06-15 09:28:13 +0000
commitcf3c05360b901b4cdfed3a3984e120c14ac6ca1d (patch)
tree7c5b6656edecd8e65c19e5ff60c81aac86197df5 /dev-lang
parentversion bump & drop old (diff)
downloadgentoo-2-cf3c05360b901b4cdfed3a3984e120c14ac6ca1d.tar.gz
gentoo-2-cf3c05360b901b4cdfed3a3984e120c14ac6ca1d.tar.bz2
gentoo-2-cf3c05360b901b4cdfed3a3984e120c14ac6ca1d.zip
Move blocker into RDEPEND
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/tcl/ChangeLog5
-rw-r--r--dev-lang/tcl/tcl-8.5.17-r100.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-lang/tcl/ChangeLog b/dev-lang/tcl/ChangeLog
index 0589932d086d..574ca8c15226 100644
--- a/dev-lang/tcl/ChangeLog
+++ b/dev-lang/tcl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/tcl
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.220 2015/06/09 14:10:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.221 2015/06/15 09:28:13 jlec Exp $
+
+ 15 Jun 2015; Justin Lecher <jlec@gentoo.org> tcl-8.5.17-r100.ebuild:
+ Move blocker into RDEPEND
09 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Updating remote-id in metadata.xml
diff --git a/dev-lang/tcl/tcl-8.5.17-r100.ebuild b/dev-lang/tcl/tcl-8.5.17-r100.ebuild
index 6c548f2d8ced..5c9a9f69ccbc 100644
--- a/dev-lang/tcl/tcl-8.5.17-r100.ebuild
+++ b/dev-lang/tcl/tcl-8.5.17-r100.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/dev-lang/tcl/tcl-8.5.17-r100.ebuild,v 1.3 2015/03/17 18:46:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.17-r100.ebuild,v 1.4 2015/06/15 09:28:13 jlec Exp $
# this ebuild is only for the libtcl8.5.so SONAME for ABI compat
@@ -19,9 +19,9 @@ SLOT="8.5"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE="debug threads"
-RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]"
+RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+ !=dev-lang/tcl-8.5*:0"
DEPEND="${RDEPEND}
- !=dev-lang/tcl-8.5*:0
"
SPARENT="${WORKDIR}/${MY_P}"