Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/newsboat/
Date: Tue, 09 Jan 2018 02:02:24
Message-Id: 1515428198.f0c87148558ecd868187f4accbc412f009cf51a6.radhermit@gentoo
1 commit: f0c87148558ecd868187f4accbc412f009cf51a6
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 16:13:00 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 16:16:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c87148
7
8 net-news/newsboat: make asciidoc a non-conditional build dep
9
10 Fixes: https://bugs.gentoo.org/643592
11
12 net-news/newsboat/newsboat-2.10.2.ebuild | 5 ++---
13 net-news/newsboat/newsboat-9999.ebuild | 5 ++---
14 2 files changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/net-news/newsboat/newsboat-2.10.2.ebuild b/net-news/newsboat/newsboat-2.10.2.ebuild
17 index f0be1cf088b..ff9f70fe3e5 100644
18 --- a/net-news/newsboat/newsboat-2.10.2.ebuild
19 +++ b/net-news/newsboat/newsboat-2.10.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -29,6 +29,7 @@ RDEPEND="
27 sys-libs/ncurses:0=[unicode]
28 "
29 DEPEND="${RDEPEND}
30 + app-text/asciidoc
31 dev-lang/perl
32 virtual/pkgconfig
33 sys-devel/gettext
34 @@ -37,7 +38,6 @@ DEPEND="${RDEPEND}
35 sys-devel/bc
36 )
37 "
38 -[[ ${PV} == 9999 ]] && DEPEND+=" app-text/asciidoc"
39
40 # tests require network access
41 RESTRICT="test"
42 @@ -54,7 +54,6 @@ src_configure() {
43
44 src_compile() {
45 emake prefix="/usr" CXX="$(tc-getCXX)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)"
46 - [[ ${PV} == 9999 ]] && emake doc
47 }
48
49 src_test() {
50
51 diff --git a/net-news/newsboat/newsboat-9999.ebuild b/net-news/newsboat/newsboat-9999.ebuild
52 index f0be1cf088b..ff9f70fe3e5 100644
53 --- a/net-news/newsboat/newsboat-9999.ebuild
54 +++ b/net-news/newsboat/newsboat-9999.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2017 Gentoo Foundation
57 +# Copyright 1999-2018 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=6
61 @@ -29,6 +29,7 @@ RDEPEND="
62 sys-libs/ncurses:0=[unicode]
63 "
64 DEPEND="${RDEPEND}
65 + app-text/asciidoc
66 dev-lang/perl
67 virtual/pkgconfig
68 sys-devel/gettext
69 @@ -37,7 +38,6 @@ DEPEND="${RDEPEND}
70 sys-devel/bc
71 )
72 "
73 -[[ ${PV} == 9999 ]] && DEPEND+=" app-text/asciidoc"
74
75 # tests require network access
76 RESTRICT="test"
77 @@ -54,7 +54,6 @@ src_configure() {
78
79 src_compile() {
80 emake prefix="/usr" CXX="$(tc-getCXX)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)"
81 - [[ ${PV} == 9999 ]] && emake doc
82 }
83
84 src_test() {