Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libpaper/
Date: Sat, 10 Sep 2022 18:52:54
Message-Id: 1662835902.b2a5cf289aaeff8adaa0ee2df30cfcffa512bfe1.arthurzam@gentoo
1 commit: b2a5cf289aaeff8adaa0ee2df30cfcffa512bfe1
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 10 18:51:42 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 10 18:51:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a5cf28
7
8 app-text/libpaper: add missing bdep on help2man
9
10 https://github.com/rrthomas/libpaper/blob/v1.2.3/configure.ac#L139
11
12 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
13
14 app-text/libpaper/libpaper-1.2.3.ebuild | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 diff --git a/app-text/libpaper/libpaper-1.2.3.ebuild b/app-text/libpaper/libpaper-1.2.3.ebuild
18 index 08482df1290f..df529ad758d3 100644
19 --- a/app-text/libpaper/libpaper-1.2.3.ebuild
20 +++ b/app-text/libpaper/libpaper-1.2.3.ebuild
21 @@ -12,6 +12,10 @@ LICENSE="LGPL-3+ public-domain"
22 SLOT="0"
23 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
24
25 +BDEPEND="
26 + sys-apps/help2man
27 +"
28 +
29 # False positive (runs within a conditional)
30 QA_AM_MAINTAINER_MODE=".*help2man.*"