Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/elinks/
Date: Sun, 22 Oct 2017 16:55:36
Message-Id: 1508691313.37bbdf6b401b61790a7feb323a9f2b3973f230f3.monsieurp@gentoo
1 commit: 37bbdf6b401b61790a7feb323a9f2b3973f230f3
2 Author: Felix Janda <felix.janda <AT> posteo <DOT> de>
3 AuthorDate: Sat Oct 14 14:08:51 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 22 16:55:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37bbdf6b
7
8 www-client/elinks: remove gc support.
9
10 www-client/elinks/elinks-9999.ebuild | 4 +---
11 1 file changed, 1 insertion(+), 3 deletions(-)
12
13 diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild
14 index 53d9d2a4bfe..1b01281c4f4 100644
15 --- a/www-client/elinks/elinks-9999.ebuild
16 +++ b/www-client/elinks/elinks-9999.ebuild
17 @@ -16,14 +16,13 @@ SRC_URI="https://dev.gentoo.org/~spock/portage/distfiles/elinks-0.10.4.conf.bz2"
18 LICENSE="GPL-2"
19 SLOT="0"
20 KEYWORDS=""
21 -IUSE="bittorrent bzip2 debug finger ftp gc gopher gpm guile idn ipv6
22 +IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6
23 javascript libressl lua +mouse nls nntp perl ruby samba ssl tre unicode X xml zlib"
24 RESTRICT="test"
25
26 DEPEND="
27 ${PYTHON_DEPS}
28 bzip2? ( >=app-arch/bzip2-1.0.2 )
29 - gc? ( dev-libs/boehm-gc )
30 ssl? (
31 !libressl? ( dev-libs/openssl:0= )
32 libressl? ( dev-libs/libressl:0= )
33 @@ -96,7 +95,6 @@ src_configure() {
34 $(use_with gpm) \
35 $(use_with zlib) \
36 $(use_with bzip2 bzlib) \
37 - $(use_with gc) \
38 $(use_with X x) \
39 $(use_with lua) \
40 $(use_with guile) \