diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-05-30 22:42:45 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-06-13 12:58:11 -0400 |
commit | 5008bbcb72fc5e5889b0ab9f94aae16fc3698a57 (patch) | |
tree | b0d046a183f9175d0ba31598cfa43d6dadf87400 /app-crypt/heimdal/heimdal-7.6.0.ebuild | |
parent | sci-libs/bmrblib: Bump to 1.0.4 (diff) | |
download | gentoo-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 'app-crypt/heimdal/heimdal-7.6.0.ebuild')
-rw-r--r-- | app-crypt/heimdal/heimdal-7.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/heimdal/heimdal-7.6.0.ebuild b/app-crypt/heimdal/heimdal-7.6.0.ebuild index 648f2f91ecff..36aee840b6d5 100644 --- a/app-crypt/heimdal/heimdal-7.6.0.ebuild +++ b/app-crypt/heimdal/heimdal-7.6.0.ebuild @@ -45,7 +45,7 @@ CDEPEND=" DEPEND="${CDEPEND} ${PYTHON_DEPS} dev-perl/JSON - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] + virtual/pkgconfig >=sys-devel/autoconf-2.62 test? ( X? ( ${VIRTUALX_DEPEND} ) )" |