summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gstreamer.eclass2
-rw-r--r--eclass/xorg-2.eclass8
-rw-r--r--eclass/xorg-3.eclass8
3 files changed, 5 insertions, 13 deletions
diff --git a/eclass/gstreamer.eclass b/eclass/gstreamer.eclass
index e592d726863d..301d0874106e 100644
--- a/eclass/gstreamer.eclass
+++ b/eclass/gstreamer.eclass
@@ -95,7 +95,7 @@ RDEPEND="
"
DEPEND="
>=sys-apps/sed-4
- >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+ virtual/pkgconfig
"
# Export common multilib phases.
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index 95345042a998..c703d06f1dbd 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.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-2.eclass
@@ -189,11 +189,7 @@ if [[ ${XORG_STATIC} == yes \
IUSE+=" static-libs"
fi
-if [[ ${XORG_MULTILIB} == yes ]]; then
- DEPEND+=" virtual/pkgconfig[${MULTILIB_USEDEP}]"
-else
- DEPEND+=" virtual/pkgconfig"
-fi
+DEPEND+=" virtual/pkgconfig"
# @ECLASS-VARIABLE: XORG_DRI
# @DESCRIPTION:
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: