diff options
author | Craig Andrews <candrews@gentoo.org> | 2018-11-27 16:39:07 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-11-27 16:39:22 -0500 |
commit | 7e9d07b58a724b142f341e7820dac8141cd022b3 (patch) | |
tree | ce42add2b46da90abdc9bead06538199db5528ae /dev-libs/libfstrcmp | |
parent | dev-perl/Getopt-Long-Descriptive: Cleanup old re bug #661200 (diff) | |
download | gentoo-7e9d07b58a724b142f341e7820dac8141cd022b3.tar.gz gentoo-7e9d07b58a724b142f341e7820dac8141cd022b3.tar.bz2 gentoo-7e9d07b58a724b142f341e7820dac8141cd022b3.zip |
dev-libs/libfstrcmp: Fix dependencies
Closes: https://bugs.gentoo.org/672096
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-libs/libfstrcmp')
-rw-r--r-- | dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild index f4d6bb2c005f..732ca48ef1b4 100644 --- a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild +++ b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild @@ -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 |