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/zile/
Date: Mon, 29 Jan 2018 21:23:48
Message-Id: 1517260716.558c414c8ef6978f14e5bcdd88088d56ee7b2ba2.ulm@gentoo
1 commit: 558c414c8ef6978f14e5bcdd88088d56ee7b2ba2
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 29 19:26:11 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 29 21:18:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558c414c
7
8 app-editors/zile: Add slot operator dependency for boehm-gc.
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 app-editors/zile/zile-2.4.13.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-editors/zile/zile-2.4.13.ebuild b/app-editors/zile/zile-2.4.13.ebuild
16 index a7de10e0675..74d312cf2c5 100644
17 --- a/app-editors/zile/zile-2.4.13.ebuild
18 +++ b/app-editors/zile/zile-2.4.13.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -12,7 +12,7 @@ SLOT="0"
26 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
27 IUSE="acl test"
28
29 -RDEPEND=">=dev-libs/boehm-gc-7.2
30 +RDEPEND=">=dev-libs/boehm-gc-7.2:=
31 sys-libs/ncurses:0
32 acl? ( virtual/acl )"