From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1157756-garchives=archives.gentoo.org@lists.gentoo.org>
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 66C34138350
	for <garchives@archives.gentoo.org>; Mon, 30 Mar 2020 20:58:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AD6ACE0BB6;
	Mon, 30 Mar 2020 20:58:31 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 910D4E0BB6
	for <gentoo-commits@lists.gentoo.org>; Mon, 30 Mar 2020 20:58:31 +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 B241334EDDE
	for <gentoo-commits@lists.gentoo.org>; Mon, 30 Mar 2020 20:58:30 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 76B0F13A
	for <gentoo-commits@lists.gentoo.org>; Mon, 30 Mar 2020 20:58:29 +0000 (UTC)
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" <floppym@gentoo.org>
Message-ID: <1585601907.e5b8cf94939062f5d46b99dbae77ab05bf3c25e3.floppym@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fontforge/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-gfx/fontforge/fontforge-20190801.ebuild media-gfx/fontforge/fontforge-20200314.ebuild
X-VCS-Directories: media-gfx/fontforge/
X-VCS-Committer: floppym
X-VCS-Committer-Name: Mike Gilbert
X-VCS-Revision: e5b8cf94939062f5d46b99dbae77ab05bf3c25e3
X-VCS-Branch: master
Date: Mon, 30 Mar 2020 20:58:29 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d7ac3452-f102-4cc2-9f79-74e6265173dc
X-Archives-Hash: 3717e49cab4c00db1a3d3dc20fa64523

commit:     e5b8cf94939062f5d46b99dbae77ab05bf3c25e3
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 30 20:54:58 2020 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Mar 30 20:58:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b8cf94

media-gfx/fontforge: drop REQUIRED_USE test constraint

Package-Manager: Portage-2.3.96_p4, Repoman-2.3.22_p1
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 media-gfx/fontforge/fontforge-20190801.ebuild | 1 -
 media-gfx/fontforge/fontforge-20200314.ebuild | 5 +----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/media-gfx/fontforge/fontforge-20190801.ebuild b/media-gfx/fontforge/fontforge-20190801.ebuild
index 8bf4db682b8..740f531a88c 100644
--- a/media-gfx/fontforge/fontforge-20190801.ebuild
+++ b/media-gfx/fontforge/fontforge-20190801.ebuild
@@ -22,7 +22,6 @@ REQUIRED_USE="
 	cairo? ( png )
 	gtk? ( cairo )
 	python? ( ${PYTHON_REQUIRED_USE} )
-	test? ( png python )
 "
 
 RDEPEND="

diff --git a/media-gfx/fontforge/fontforge-20200314.ebuild b/media-gfx/fontforge/fontforge-20200314.ebuild
index adb0670b3bb..5afe1f39c78 100644
--- a/media-gfx/fontforge/fontforge-20200314.ebuild
+++ b/media-gfx/fontforge/fontforge-20200314.ebuild
@@ -16,10 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~
 IUSE="doc truetype-debugger gif gtk jpeg png +python readline test tiff svg unicode woff2 X"
 RESTRICT="!test? ( test )"
 
-REQUIRED_USE="
-	python? ( ${PYTHON_REQUIRED_USE} )
-	test? ( png python )
-"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
 	dev-libs/glib:2