From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-936545-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 ECC35139694 for <garchives@archives.gentoo.org>; Sun, 5 Mar 2017 17:26:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15B2F21C06D; Sun, 5 Mar 2017 17:26:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E216921C06D for <gentoo-commits@lists.gentoo.org>; Sun, 5 Mar 2017 17:26:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCC4A34168C for <gentoo-commits@lists.gentoo.org>; Sun, 5 Mar 2017 17:26:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E2655D6F for <gentoo-commits@lists.gentoo.org>; Sun, 5 Mar 2017 17:26:07 +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: <1488734757.c8da55057f5e1357bcad212eda85892aa8e8562f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libepoxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libepoxy/libepoxy-1.4.1.ebuild X-VCS-Directories: media-libs/libepoxy/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c8da55057f5e1357bcad212eda85892aa8e8562f X-VCS-Branch: master Date: Sun, 5 Mar 2017 17:26:07 +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-Archives-Salt: ca65622d-f55d-427f-9161-81da7709aed8 X-Archives-Hash: b25b74903d3c99bedc1cc4d0cb705d1e commit: c8da55057f5e1357bcad212eda85892aa8e8562f Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Mar 5 17:25:31 2017 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Mar 5 17:25:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8da5505 media-libs/libepoxy: Enable USE=+X by default. media-libs/libepoxy/libepoxy-1.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libepoxy/libepoxy-1.4.1.ebuild b/media-libs/libepoxy/libepoxy-1.4.1.ebuild index 8b741660cf3..8429b558b4c 100644 --- a/media-libs/libepoxy/libepoxy-1.4.1.ebuild +++ b/media-libs/libepoxy/libepoxy-1.4.1.ebuild @@ -25,7 +25,7 @@ fi LICENSE="MIT" SLOT="0" -IUSE="test X" +IUSE="test +X" DEPEND="${PYTHON_DEPS} media-libs/mesa[egl,${MULTILIB_USEDEP}]