From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7ED38138334 for ; Tue, 27 Nov 2018 21:39:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D50DE0AB2; Tue, 27 Nov 2018 21:39:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56AD6E0AB2 for ; Tue, 27 Nov 2018 21:39:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0507D335C36 for ; Tue, 27 Nov 2018 21:39:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A21EE3CF for ; Tue, 27 Nov 2018 21:39:31 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1543354762.7e9d07b58a724b142f341e7820dac8141cd022b3.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild X-VCS-Directories: dev-libs/libfstrcmp/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 7e9d07b58a724b142f341e7820dac8141cd022b3 X-VCS-Branch: master Date: Tue, 27 Nov 2018 21:39:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8b091f16-e1d5-421d-9399-cb2fe4dddc1c X-Archives-Hash: 8aedf4faa81cb69e57077e79deeb814e commit: 7e9d07b58a724b142f341e7820dac8141cd022b3 Author: Craig Andrews gentoo org> AuthorDate: Tue Nov 27 21:39:07 2018 +0000 Commit: Craig Andrews gentoo org> CommitDate: Tue Nov 27 21:39:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9d07b5 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 gentoo.org> dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild index f4d6bb2c005..732ca48ef1b 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