Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/elinks/
Date: Thu, 29 Aug 2019 13:40:49
Message-Id: 1567086039.2f9b06e97d7cada5ac962ae4bf09bf1d60ddf9a2.mgorny@gentoo
1 commit: 2f9b06e97d7cada5ac962ae4bf09bf1d60ddf9a2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 13:38:03 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 13:40:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9b06e9
7
8 www-client/elinks: Move PYTHON_DEPS to DEPEND
9
10 Closes: https://bugs.gentoo.org/692068
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 www-client/elinks/elinks-0.13_pre_pre20180225.ebuild | 8 ++++----
14 www-client/elinks/elinks-9999.ebuild | 8 ++++----
15 2 files changed, 8 insertions(+), 8 deletions(-)
16
17 diff --git a/www-client/elinks/elinks-0.13_pre_pre20180225.ebuild b/www-client/elinks/elinks-0.13_pre_pre20180225.ebuild
18 index d83e5634a10..65ed8a7f4d4 100644
19 --- a/www-client/elinks/elinks-0.13_pre_pre20180225.ebuild
20 +++ b/www-client/elinks/elinks-0.13_pre_pre20180225.ebuild
21 @@ -17,10 +17,9 @@ LICENSE="GPL-2"
22 SLOT="0"
23 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
24 IUSE="bittorrent brotli bzip2 debug finger ftp gopher gpm guile idn ipv6
25 - javascript libressl lua +mouse nls nntp perl ruby samba ssl tre unicode X xml zlib"
26 + javascript libressl lua +mouse nls nntp perl ruby samba ssl tre unicode X xml zlib"
27
28 -DEPEND="
29 - ${PYTHON_DEPS}
30 +RDEPEND="
31 brotli? ( app-arch/brotli )
32 bzip2? ( >=app-arch/bzip2-1.0.2 )
33 gpm? ( >=sys-libs/ncurses-5.2:0= >=sys-libs/gpm-1.20.0-r5 )
34 @@ -39,7 +38,8 @@ DEPEND="
35 X? ( x11-libs/libX11 x11-libs/libXt )
36 xml? ( >=dev-libs/expat-1.95.4 )
37 zlib? ( >=sys-libs/zlib-1.1.4 )"
38 -RDEPEND="${DEPEND}"
39 +DEPEND="${RDEPEND}
40 + ${PYTHON_DEPS}"
41
42 PATCHES=(
43 "${FILESDIR}"/${PN}-9999-parallel-make.patch
44
45 diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild
46 index 5f0bf215d16..0d10ee080ca 100644
47 --- a/www-client/elinks/elinks-9999.ebuild
48 +++ b/www-client/elinks/elinks-9999.ebuild
49 @@ -15,10 +15,9 @@ LICENSE="GPL-2"
50 SLOT="0"
51 KEYWORDS=""
52 IUSE="bittorrent brotli bzip2 debug finger ftp gopher gpm guile idn ipv6
53 - javascript libressl lua +mouse nls nntp perl ruby samba ssl tre unicode X xml zlib"
54 + javascript libressl lua +mouse nls nntp perl ruby samba ssl tre unicode X xml zlib"
55
56 -DEPEND="
57 - ${PYTHON_DEPS}
58 +RDEPEND="
59 brotli? ( app-arch/brotli )
60 bzip2? ( >=app-arch/bzip2-1.0.2 )
61 gpm? ( >=sys-libs/ncurses-5.2:0= >=sys-libs/gpm-1.20.0-r5 )
62 @@ -37,7 +36,8 @@ DEPEND="
63 X? ( x11-libs/libX11 x11-libs/libXt )
64 xml? ( >=dev-libs/expat-1.95.4 )
65 zlib? ( >=sys-libs/zlib-1.1.4 )"
66 -RDEPEND="${DEPEND}"
67 +DEPEND="${RDEPEND}
68 + ${PYTHON_DEPS}"
69
70 PATCHES=(
71 "${FILESDIR}"/${P}-parallel-make.patch