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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D7C37158089 for ; Fri, 20 Oct 2023 20:07:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2419C2BC09E; Fri, 20 Oct 2023 20:07:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED3422BC09E for ; Fri, 20 Oct 2023 20:07:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E44FF335CB4 for ; Fri, 20 Oct 2023 20:07:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4395F1149 for ; Fri, 20 Oct 2023 20:07:51 +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: <1697832467.c06c0d7fe31a4810a799676607c1b116c50d07b7.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/xorg-3.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c06c0d7fe31a4810a799676607c1b116c50d07b7 X-VCS-Branch: master Date: Fri, 20 Oct 2023 20:07:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8451f337-dd94-4eb6-8f88-04055ef19d24 X-Archives-Hash: a6e4c0c87c80e036de19f34725230590 commit: c06c0d7fe31a4810a799676607c1b116c50d07b7 Author: Matt Turner gentoo org> AuthorDate: Fri Oct 20 20:00:38 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Oct 20 20:07:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06c0d7f xorg-3.eclass: Fetch xcb-util-* distfiles from lib/ Signed-off-by: Matt Turner gentoo.org> eclass/xorg-3.eclass | 1 - 1 file changed, 1 deletion(-) diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass index e0b26acca0b0..a9825fc31132 100644 --- a/eclass/xorg-3.eclass +++ b/eclass/xorg-3.eclass @@ -93,7 +93,6 @@ if [[ ${XORG_MODULE} == auto ]]; then x11-misc/*|x11-themes/*) XORG_MODULE=util/ ;; x11-base/*) XORG_MODULE=xserver/ ;; x11-drivers/*) XORG_MODULE=driver/ ;; - x11-libs/xcb-util-*) XORG_MODULE=xcb/ ;; x11-libs/*) XORG_MODULE=lib/ ;; *) XORG_MODULE= ;; esac