summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-10-20 16:00:38 -0400
committerMatt Turner <mattst88@gentoo.org>2023-10-20 16:07:47 -0400
commitc06c0d7fe31a4810a799676607c1b116c50d07b7 (patch)
tree520514e4ac845a2b246dd16b3204484b776f087f /eclass/xorg-3.eclass
parentapp-crypt/certbot-nginx: add 2.7.2 (diff)
downloadgentoo-c06c0d7fe31a4810a799676607c1b116c50d07b7.tar.gz
gentoo-c06c0d7fe31a4810a799676607c1b116c50d07b7.tar.bz2
gentoo-c06c0d7fe31a4810a799676607c1b116c50d07b7.zip
xorg-3.eclass: Fetch xcb-util-* distfiles from lib/
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'eclass/xorg-3.eclass')
-rw-r--r--eclass/xorg-3.eclass1
1 files changed, 0 insertions, 1 deletions
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