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 9DC561396D0 for ; Sun, 20 Aug 2017 01:41:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5F041FC050; Sun, 20 Aug 2017 01:41:55 +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 C40631FC044 for ; Sun, 20 Aug 2017 01:41:55 +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 B1D7C341775 for ; Sun, 20 Aug 2017 01:41:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5733C7BB0 for ; Sun, 20 Aug 2017 01:41:53 +0000 (UTC) From: "Mike Gilbert" 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" Message-ID: <1503192421.0efe5800390b3e9222f04f669a53885806c4df5c.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-20161005.ebuild X-VCS-Directories: media-gfx/fontforge/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 0efe5800390b3e9222f04f669a53885806c4df5c X-VCS-Branch: master Date: Sun, 20 Aug 2017 01:41:53 +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-Archives-Salt: 54e48407-44b6-41a6-a42d-c7d8b319cebe X-Archives-Hash: 151732f834fbd0e02b43d78413f0d655 commit: 0efe5800390b3e9222f04f669a53885806c4df5c Author: Mike Gilbert gentoo org> AuthorDate: Sun Aug 20 01:27:01 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Aug 20 01:27:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0efe5800 media-gfx/fontforge: require python for tests Bug: https://bugs.gentoo.org/628016 Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17 media-gfx/fontforge/fontforge-20161005.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-gfx/fontforge/fontforge-20161005.ebuild b/media-gfx/fontforge/fontforge-20161005.ebuild index eb434c83f8c..58285dc4077 100644 --- a/media-gfx/fontforge/fontforge-20161005.ebuild +++ b/media-gfx/fontforge/fontforge-20161005.ebuild @@ -14,11 +14,14 @@ SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/${P}.tar LICENSE="BSD GPL-3+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="cairo truetype-debugger gif gtk jpeg png +python readline tiff svg unicode X" +IUSE="cairo truetype-debugger gif gtk jpeg png +python readline test tiff svg unicode X" + +RESTRICT="!test? ( test )" REQUIRED_USE=" cairo? ( png ) python? ( ${PYTHON_REQUIRED_USE} ) + test? ( python ) " RDEPEND="