Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/
Date: Tue, 27 Nov 2018 21:39:37
Message-Id: 1543354762.7e9d07b58a724b142f341e7820dac8141cd022b3.candrews@gentoo
1 commit: 7e9d07b58a724b142f341e7820dac8141cd022b3
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 27 21:39:07 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 27 21:39:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9d07b5
7
8 dev-libs/libfstrcmp: Fix dependencies
9
10 Closes: https://bugs.gentoo.org/672096
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
13
14 dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild | 5 ++++-
15 1 file changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
18 index f4d6bb2c005..732ca48ef1b 100644
19 --- a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
20 +++ b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -17,8 +17,11 @@ S="${WORKDIR}/fstrcmp-0.7.D001"
28 KEYWORDS="~amd64 ~x86"
29
30 DEPEND="
31 + sys-apps/groff
32 doc? ( app-text/ghostscript-gpl )
33 + test? ( app-text/ghostscript-gpl )
34 "
35 +RESTRICT="!test? ( test )"
36
37 src_prepare() {
38 default