Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/
Date: Fri, 16 Aug 2019 07:14:37
Message-Id: 1565939405.2a6be7a8b6f857c9641ae0bfe2dc1dfb6fc8f252.ulm@gentoo
1 commit: 2a6be7a8b6f857c9641ae0bfe2dc1dfb6fc8f252
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 15 23:20:15 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 07:10:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6be7a8
7
8 app-editors/teco: Add slot operator for ncurses.
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-editors/teco/teco-1.00-r4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-editors/teco/teco-1.00-r4.ebuild b/app-editors/teco/teco-1.00-r4.ebuild
17 index cf8e0ec22eb..5973b0b3eed 100644
18 --- a/app-editors/teco/teco-1.00-r4.ebuild
19 +++ b/app-editors/teco/teco-1.00-r4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -18,7 +18,7 @@ SLOT="0"
27 KEYWORDS="alpha amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
28 IUSE="doc"
29
30 -RDEPEND="sys-libs/ncurses:0"
31 +RDEPEND="sys-libs/ncurses:0="
32 DEPEND="${RDEPEND}
33 virtual/pkgconfig"