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 5A10E138334 for ; Sun, 18 Aug 2019 07:04:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 761E9E0A88; Sun, 18 Aug 2019 07:04:58 +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 5C804E0A88 for ; Sun, 18 Aug 2019 07:04:58 +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 81EEE349D91 for ; Sun, 18 Aug 2019 07:04:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57E9D6FF for ; Sun, 18 Aug 2019 07:04:52 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1566111882.7ad680707d92549830aeef412ba94f7d99bd4237.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dvipng/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/dvipng/dvipng-1.15-r1.ebuild X-VCS-Directories: app-text/dvipng/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7ad680707d92549830aeef412ba94f7d99bd4237 X-VCS-Branch: master Date: Sun, 18 Aug 2019 07:04:52 +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: 623d5f42-ab86-4ab3-b1dd-02e96c3cecd6 X-Archives-Hash: edbf510d82b76bfbcc79894001a2f4b8 commit: 7ad680707d92549830aeef412ba94f7d99bd4237 Author: Ulrich Müller gentoo org> AuthorDate: Sun Aug 18 07:02:46 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Aug 18 07:04:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad68070 app-text/dvipng: Add conditional test restriction. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-text/dvipng/dvipng-1.15-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/dvipng/dvipng-1.15-r1.ebuild b/app-text/dvipng/dvipng-1.15-r1.ebuild index af72b049c50..a7c56c1005f 100644 --- a/app-text/dvipng/dvipng-1.15-r1.ebuild +++ b/app-text/dvipng/dvipng-1.15-r1.ebuild @@ -13,6 +13,7 @@ LICENSE="LGPL-3+ Texinfo-manual" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="truetype test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-libs/kpathsea-6.2.1:=