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 /dev-libs/protobuf-c | |
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 'dev-libs/protobuf-c')
-rw-r--r-- | dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild b/dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild index 3c3dc101011b..b47188055827 100644 --- a/dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild +++ b/dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild @@ -20,7 +20,7 @@ IUSE="static-libs test" RESTRICT="!test? ( test )" BDEPEND=">=dev-libs/protobuf-3:0 - virtual/pkgconfig[${MULTILIB_USEDEP}]" + virtual/pkgconfig" DEPEND=">=dev-libs/protobuf-3:0=[${MULTILIB_USEDEP}]" RDEPEND="${DEPEND}" |