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 7B37E138334 for ; Sat, 27 Oct 2018 20:34:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F525E092D; Sat, 27 Oct 2018 20:34:19 +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 3745CE092D for ; Sat, 27 Oct 2018 20:34:18 +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 255B1335C8D for ; Sat, 27 Oct 2018 20:34:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 422EE43D for ; Sat, 27 Oct 2018 20:34:15 +0000 (UTC) From: "Matt Turner" 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" Message-ID: <1540672444.728e616fe120263eaba86554092eaf7f42e0435c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xorg-server/xorg-server-1.20.3.ebuild x11-base/xorg-server/xorg-server-9999.ebuild X-VCS-Directories: x11-base/xorg-server/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 728e616fe120263eaba86554092eaf7f42e0435c X-VCS-Branch: master Date: Sat, 27 Oct 2018 20:34:15 +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: 11586f95-ced3-4201-89f7-02f4d480393f X-Archives-Hash: 872020aac8ee3be2ffb3db2d2f8854eb commit: 728e616fe120263eaba86554092eaf7f42e0435c Author: Matt Turner gentoo org> AuthorDate: Sat Oct 27 20:31:59 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Oct 27 20:34:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728e616f x11-base/xorg-server: Require glamor/wayland are disabled for USE=minimal Not terribly pleased with this all around. Probably best to remove the glamor USE flag at this point and enable it if minimal is not set. Unfortunately there are reverse dependencies that need to be fixed. Closes: https://bugs.gentoo.org/669812 Signed-off-by: Matt Turner gentoo.org> x11-base/xorg-server/xorg-server-1.20.3.ebuild | 1 + x11-base/xorg-server/xorg-server-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/x11-base/xorg-server/xorg-server-1.20.3.ebuild b/x11-base/xorg-server/xorg-server-1.20.3.ebuild index 58a1829ee6a..2e16bd2cc04 100644 --- a/x11-base/xorg-server/xorg-server-1.20.3.ebuild +++ b/x11-base/xorg-server/xorg-server-1.20.3.ebuild @@ -107,6 +107,7 @@ PDEPEND=" REQUIRED_USE="!minimal? ( || ( ${IUSE_SERVERS} ) ) + minimal? ( !glamor !wayland ) xephyr? ( kdrive )" UPSTREAMED_PATCHES=( diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild index 22ad7ddccf9..b5e027d78c1 100644 --- a/x11-base/xorg-server/xorg-server-9999.ebuild +++ b/x11-base/xorg-server/xorg-server-9999.ebuild @@ -106,6 +106,7 @@ PDEPEND=" REQUIRED_USE="!minimal? ( || ( ${IUSE_SERVERS} ) ) + minimal? ( !glamor !wayland ) xephyr? ( kdrive )" #UPSTREAMED_PATCHES=(