summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2018-01-08 11:13:00 -0500
committerTim Harder <radhermit@gentoo.org>2018-01-08 11:16:38 -0500
commitf0c87148558ecd868187f4accbc412f009cf51a6 (patch)
tree7522f02a4affffc36339c4886e06c2e4359e893d /net-news
parentdev-python/statistics: version bump to 3.4.0_beta3 (diff)
downloadgentoo-f0c87148558ecd868187f4accbc412f009cf51a6.tar.gz
gentoo-f0c87148558ecd868187f4accbc412f009cf51a6.tar.bz2
gentoo-f0c87148558ecd868187f4accbc412f009cf51a6.zip
net-news/newsboat: make asciidoc a non-conditional build dep
Fixes: https://bugs.gentoo.org/643592
Diffstat (limited to 'net-news')
-rw-r--r--net-news/newsboat/newsboat-2.10.2.ebuild5
-rw-r--r--net-news/newsboat/newsboat-9999.ebuild5
2 files changed, 4 insertions, 6 deletions
diff --git a/net-news/newsboat/newsboat-2.10.2.ebuild b/net-news/newsboat/newsboat-2.10.2.ebuild
index f0be1cf088bd..ff9f70fe3e5e 100644
--- a/net-news/newsboat/newsboat-2.10.2.ebuild
+++ b/net-news/newsboat/newsboat-2.10.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -29,6 +29,7 @@ RDEPEND="
sys-libs/ncurses:0=[unicode]
"
DEPEND="${RDEPEND}
+ app-text/asciidoc
dev-lang/perl
virtual/pkgconfig
sys-devel/gettext
@@ -37,7 +38,6 @@ DEPEND="${RDEPEND}
sys-devel/bc
)
"
-[[ ${PV} == 9999 ]] && DEPEND+=" app-text/asciidoc"
# tests require network access
RESTRICT="test"
@@ -54,7 +54,6 @@ src_configure() {
src_compile() {
emake prefix="/usr" CXX="$(tc-getCXX)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)"
- [[ ${PV} == 9999 ]] && emake doc
}
src_test() {
diff --git a/net-news/newsboat/newsboat-9999.ebuild b/net-news/newsboat/newsboat-9999.ebuild
index f0be1cf088bd..ff9f70fe3e5e 100644
--- a/net-news/newsboat/newsboat-9999.ebuild
+++ b/net-news/newsboat/newsboat-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -29,6 +29,7 @@ RDEPEND="
sys-libs/ncurses:0=[unicode]
"
DEPEND="${RDEPEND}
+ app-text/asciidoc
dev-lang/perl
virtual/pkgconfig
sys-devel/gettext
@@ -37,7 +38,6 @@ DEPEND="${RDEPEND}
sys-devel/bc
)
"
-[[ ${PV} == 9999 ]] && DEPEND+=" app-text/asciidoc"
# tests require network access
RESTRICT="test"
@@ -54,7 +54,6 @@ src_configure() {
src_compile() {
emake prefix="/usr" CXX="$(tc-getCXX)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)"
- [[ ${PV} == 9999 ]] && emake doc
}
src_test() {