From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1310593-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 2F29B139360
	for <garchives@archives.gentoo.org>; Sat,  7 Aug 2021 14:07:59 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 54AA5E08AD;
	Sat,  7 Aug 2021 14:07:58 +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 3BB46E08AD
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 Aug 2021 14:07: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 EA119342B9C
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 Aug 2021 14:07:56 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F15F865
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 Aug 2021 14:07:55 +0000 (UTC)
From: "Michał Górny" <mgorny@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, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1628345269.8e84a98473a2d3716c3ad193a59fffca9046c00b.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/weasyprint/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/weasyprint/weasyprint-53.0.ebuild
X-VCS-Directories: dev-python/weasyprint/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 8e84a98473a2d3716c3ad193a59fffca9046c00b
X-VCS-Branch: master
Date: Sat,  7 Aug 2021 14:07:55 +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: b1ad1866-1af5-4bd6-957a-2557e5db5d4d
X-Archives-Hash: 051a01cf7de759b5ff818a97c4214e91

commit:     8e84a98473a2d3716c3ad193a59fffca9046c00b
Author:     Arthur Zamarin <arthurzam <AT> gmail <DOT> com>
AuthorDate: Fri Aug  6 11:28:08 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 14:07:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e84a984

dev-python/weasyprint: remove unused USE flags

Signed-off-by: Arthur Zamarin <arthurzam <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21897
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/weasyprint/weasyprint-53.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/weasyprint/weasyprint-53.0.ebuild b/dev-python/weasyprint/weasyprint-53.0.ebuild
index e8555717a69..f201ef75f8e 100644
--- a/dev-python/weasyprint/weasyprint-53.0.ebuild
+++ b/dev-python/weasyprint/weasyprint-53.0.ebuild
@@ -15,7 +15,6 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="jpeg tiff"
 
 RDEPEND="
 	>=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]