dev-libs/libfstrcmp: Fix dependencies
authorCraig Andrews <candrews@gentoo.org>
Tue, 27 Nov 2018 21:39:07 +0000 (16:39 -0500)
committerCraig Andrews <candrews@gentoo.org>
Tue, 27 Nov 2018 21:39:22 +0000 (16:39 -0500)
Closes: https://bugs.gentoo.org/672096
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews@gentoo.org>
dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild

index f4d6bb2c005fdb1baf16b4f6dd0da2af81126330..732ca48ef1b4a5b9e04fb13ce38611cb68cc023a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,8 +17,11 @@ S="${WORKDIR}/fstrcmp-0.7.D001"
 KEYWORDS="~amd64 ~x86"
 
 DEPEND="
+       sys-apps/groff
        doc? ( app-text/ghostscript-gpl )
+       test? ( app-text/ghostscript-gpl )
 "
+RESTRICT="!test? ( test )"
 
 src_prepare() {
        default