From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1221190-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 895E1138359
	for <garchives@archives.gentoo.org>; Tue, 10 Nov 2020 17:46:07 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9F02EE077F;
	Tue, 10 Nov 2020 17:46:06 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 C82FDE077F
	for <gentoo-commits@lists.gentoo.org>; Tue, 10 Nov 2020 17:46:05 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 D154F335D71
	for <gentoo-commits@lists.gentoo.org>; Tue, 10 Nov 2020 17:46:04 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 53C94443
	for <gentoo-commits@lists.gentoo.org>; Tue, 10 Nov 2020 17:46:03 +0000 (UTC)
From: "Matt Turner" <mattst88@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, "Matt Turner" <mattst88@gentoo.org>
Message-ID: <1605030354.811d59e0f43714d3cea1eaaa0347307434015011.mattst88@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libwmf/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/libwmf/libwmf-0.2.8.4-r7.ebuild media-libs/libwmf/libwmf-0.2.8.4-r8.ebuild
X-VCS-Directories: media-libs/libwmf/
X-VCS-Committer: mattst88
X-VCS-Committer-Name: Matt Turner
X-VCS-Revision: 811d59e0f43714d3cea1eaaa0347307434015011
X-VCS-Branch: master
Date: Tue, 10 Nov 2020 17:46:03 +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: b28f6257-e697-42f7-bed6-0f5833dce15f
X-Archives-Hash: f0dc925c8cb5c540a7d35a75c083ddc0

commit:     811d59e0f43714d3cea1eaaa0347307434015011
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 17:42:57 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 17:45:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=811d59e0

media-libs/libwmf: Remove unnecessary [X?] from gdk-pixbuf dep

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 .../libwmf/{libwmf-0.2.8.4-r7.ebuild => libwmf-0.2.8.4-r8.ebuild}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libwmf/libwmf-0.2.8.4-r7.ebuild b/media-libs/libwmf/libwmf-0.2.8.4-r8.ebuild
similarity index 98%
rename from media-libs/libwmf/libwmf-0.2.8.4-r7.ebuild
rename to media-libs/libwmf/libwmf-0.2.8.4-r8.ebuild
index 63ddb5e7ef5..c26a907b2c0 100644
--- a/media-libs/libwmf/libwmf-0.2.8.4-r7.ebuild
+++ b/media-libs/libwmf/libwmf-0.2.8.4-r8.ebuild
@@ -19,7 +19,7 @@ RDEPEND="app-text/ghostscript-gpl
 	media-libs/freetype:2=
 	media-libs/libpng:0=
 	sys-libs/zlib:=
-	x11-libs/gdk-pixbuf:2[X?]
+	x11-libs/gdk-pixbuf:2
 	virtual/jpeg:0=
 	expat? ( dev-libs/expat )
 	!expat? ( dev-libs/libxml2:2= )