From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1288636-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 69CB91382C5
	for <garchives@archives.gentoo.org>; Tue,  1 Jun 2021 02:16:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9D2DCE0824;
	Tue,  1 Jun 2021 02:16:38 +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 85B41E0824
	for <gentoo-commits@lists.gentoo.org>; Tue,  1 Jun 2021 02:16:38 +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 2AE26340F4B
	for <gentoo-commits@lists.gentoo.org>; Tue,  1 Jun 2021 02:16:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AD29879C
	for <gentoo-commits@lists.gentoo.org>; Tue,  1 Jun 2021 02:16:35 +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: <1622513746.f51a846692c7c4bfbbd9433479dbc596fd38fb5e.mattst88@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-libs/pango/pango-1.48.5.ebuild
X-VCS-Directories: x11-libs/pango/
X-VCS-Committer: mattst88
X-VCS-Committer-Name: Matt Turner
X-VCS-Revision: f51a846692c7c4bfbbd9433479dbc596fd38fb5e
X-VCS-Branch: master
Date: Tue,  1 Jun 2021 02:16:35 +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: fe4f5aaf-5390-48e7-b152-7f9640eb859d
X-Archives-Hash: c9225f0dfa44e7a0c23aa5e3525697e3

commit:     f51a846692c7c4bfbbd9433479dbc596fd38fb5e
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  1 02:04:15 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jun  1 02:15:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51a8466

x11-libs/pango: Don't enable USE=X by default

Closes: https://bugs.gentoo.org/792936
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-libs/pango/pango-1.48.5.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/x11-libs/pango/pango-1.48.5.ebuild b/x11-libs/pango/pango-1.48.5.ebuild
index 02943d28765..44b46222cb3 100644
--- a/x11-libs/pango/pango-1.48.5.ebuild
+++ b/x11-libs/pango/pango-1.48.5.ebuild
@@ -13,8 +13,7 @@ LICENSE="LGPL-2+ FTL"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
 
-# X USE flag is simply a stub until all revdeps have been adjusted to use X(+)
-IUSE="gtk-doc +introspection sysprof test +X"
+IUSE="gtk-doc +introspection sysprof test X"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="gtk-doc? ( introspection )"