summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2020-05-30 22:42:45 -0400
committerMike Gilbert <floppym@gentoo.org>2020-06-13 12:58:11 -0400
commit5008bbcb72fc5e5889b0ab9f94aae16fc3698a57 (patch)
treeb0d046a183f9175d0ba31598cfa43d6dadf87400 /eclass/xorg-3.eclass
parentsci-libs/bmrblib: Bump to 1.0.4 (diff)
downloadgentoo-5008bbcb72fc5e5889b0ab9f94aae16fc3698a57.tar.gz
gentoo-5008bbcb72fc5e5889b0ab9f94aae16fc3698a57.tar.bz2
gentoo-5008bbcb72fc5e5889b0ab9f94aae16fc3698a57.zip
Remove MULTILIB_USEDEP from all virtual/pkgconfig dependencies
Bug: https://bugs.gentoo.org/723112 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'eclass/xorg-3.eclass')
-rw-r--r--eclass/xorg-3.eclass8
1 files changed, 2 insertions, 6 deletions
diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass
index b8dca22726d1..168e58b42c81 100644
--- a/eclass/xorg-3.eclass
+++ b/eclass/xorg-3.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: xorg-3.eclass
@@ -149,11 +149,7 @@ if [[ ${XORG_STATIC} == yes \
IUSE+=" static-libs"
fi
-if [[ ${XORG_MULTILIB} == yes ]]; then
- BDEPEND+=" virtual/pkgconfig[${MULTILIB_USEDEP}]"
-else
- BDEPEND+=" virtual/pkgconfig"
-fi
+BDEPEND+=" virtual/pkgconfig"
# @ECLASS-VARIABLE: XORG_DRI
# @DESCRIPTION: