summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-19 15:47:35 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-19 15:47:35 +0000
commit4fd1fea577575e152ba2f31e568a477509f92dbe (patch)
tree88cb17e6df36611701253b3c55cc0bb01ca0701b /app-editors
parentadd version 1.0.1 (diff)
downloadgentoo-2-4fd1fea577575e152ba2f31e568a477509f92dbe.tar.gz
gentoo-2-4fd1fea577575e152ba2f31e568a477509f92dbe.tar.bz2
gentoo-2-4fd1fea577575e152ba2f31e568a477509f92dbe.zip
Fix tcl/tk slotting
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/nvi/ChangeLog6
-rw-r--r--app-editors/nvi/nvi-1.81.6-r3.ebuild6
-rw-r--r--app-editors/nvi/nvi-1.81.6-r4.ebuild6
-rw-r--r--app-editors/nvi/nvi-1.81.6-r5.ebuild4
4 files changed, 13 insertions, 9 deletions
diff --git a/app-editors/nvi/ChangeLog b/app-editors/nvi/ChangeLog
index 4ca81b26ffb0..c9680fa40be1 100644
--- a/app-editors/nvi/ChangeLog
+++ b/app-editors/nvi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/nvi
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/ChangeLog,v 1.97 2015/02/19 02:45:24 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/ChangeLog,v 1.98 2015/03/19 15:47:35 jlec Exp $
+
+ 19 Mar 2015; Justin Lecher <jlec@gentoo.org> nvi-1.81.6-r3.ebuild,
+ nvi-1.81.6-r4.ebuild, nvi-1.81.6-r5.ebuild:
+ Fix tcl/tk slotting
*nvi-1.81.6-r5 (18 Feb 2015)
diff --git a/app-editors/nvi/nvi-1.81.6-r3.ebuild b/app-editors/nvi/nvi-1.81.6-r3.ebuild
index 099cc77efa27..1f308a15b5d5 100644
--- a/app-editors/nvi/nvi-1.81.6-r3.ebuild
+++ b/app-editors/nvi/nvi-1.81.6-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.6-r3.ebuild,v 1.15 2013/07/09 22:23:51 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.6-r3.ebuild,v 1.16 2015/03/19 15:47:35 jlec Exp $
EAPI=5
@@ -32,7 +32,7 @@ IUSE="perl tcl unicode"
DEPEND="|| ( ${DBDEPENDS} )
>=sys-libs/ncurses-5.6-r2[tinfo]
perl? ( dev-lang/perl )
- tcl? ( !unicode? ( >=dev-lang/tcl-8.5 ) )"
+ tcl? ( !unicode? ( >=dev-lang/tcl-8.5:0 ) )"
RDEPEND="${DEPEND}
app-admin/eselect-vi"
diff --git a/app-editors/nvi/nvi-1.81.6-r4.ebuild b/app-editors/nvi/nvi-1.81.6-r4.ebuild
index 9989c7b644c3..461e33eacc33 100644
--- a/app-editors/nvi/nvi-1.81.6-r4.ebuild
+++ b/app-editors/nvi/nvi-1.81.6-r4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.6-r4.ebuild,v 1.8 2014/01/26 12:20:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.6-r4.ebuild,v 1.9 2015/03/19 15:47:35 jlec Exp $
EAPI=4
@@ -32,7 +32,7 @@ IUSE="perl tcl unicode"
CDEPEND="|| ( ${DBDEPENDS} )
>=sys-libs/ncurses-5.6-r2
perl? ( dev-lang/perl )
- tcl? ( !unicode? ( >=dev-lang/tcl-8.5 ) )"
+ tcl? ( !unicode? ( >=dev-lang/tcl-8.5:0 ) )"
DEPEND="${CDEPEND}
virtual/pkgconfig"
diff --git a/app-editors/nvi/nvi-1.81.6-r5.ebuild b/app-editors/nvi/nvi-1.81.6-r5.ebuild
index e7a84b275308..0dcf0089e4bd 100644
--- a/app-editors/nvi/nvi-1.81.6-r5.ebuild
+++ b/app-editors/nvi/nvi-1.81.6-r5.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/app-editors/nvi/nvi-1.81.6-r5.ebuild,v 1.1 2015/02/19 02:45:24 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.6-r5.ebuild,v 1.2 2015/03/19 15:47:35 jlec Exp $
EAPI=4
@@ -32,7 +32,7 @@ IUSE="perl tcl unicode"
CDEPEND="|| ( ${DBDEPENDS} )
>=sys-libs/ncurses-5.6-r2
perl? ( dev-lang/perl )
- tcl? ( !unicode? ( >=dev-lang/tcl-8.5 ) )"
+ tcl? ( !unicode? ( >=dev-lang/tcl-8.5:0 ) )"
DEPEND="${CDEPEND}
virtual/pkgconfig"