diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2022-01-10 07:00:00 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-01-29 23:18:15 +0800 |
commit | ef381591972174091914dcdc3a2c7eee10d83699 (patch) | |
tree | 2167f2409652dd1a0b080892a29dbf8a09a67879 /dev-libs/protobuf-c/protobuf-c-1.4.0-r1.ebuild | |
parent | dev-python/protobuf-python: Disable no longer needed patch. (diff) | |
download | gentoo-ef381591972174091914dcdc3a2c7eee10d83699.tar.gz gentoo-ef381591972174091914dcdc3a2c7eee10d83699.tar.bz2 gentoo-ef381591972174091914dcdc3a2c7eee10d83699.zip |
dev-libs/protobuf-c: Restore dev-libs/protobuf in BDEPEND.
/usr/bin/protoc from dev-libs/protobuf is called by build system.
Fixes: 20527ba355639ba8583a0535fb671edcbce0180b
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-libs/protobuf-c/protobuf-c-1.4.0-r1.ebuild')
-rw-r--r-- | dev-libs/protobuf-c/protobuf-c-1.4.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/protobuf-c/protobuf-c-1.4.0-r1.ebuild b/dev-libs/protobuf-c/protobuf-c-1.4.0-r1.ebuild index 7a7d74d82d13..c4c68172c8ef 100644 --- a/dev-libs/protobuf-c/protobuf-c-1.4.0-r1.ebuild +++ b/dev-libs/protobuf-c/protobuf-c-1.4.0-r1.ebuild @@ -20,9 +20,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~ IUSE="static-libs test" RESTRICT="!test? ( test )" +BDEPEND=">=dev-libs/protobuf-3:0 + virtual/pkgconfig" DEPEND=">=dev-libs/protobuf-3:0=[${MULTILIB_USEDEP}]" RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${PN}-1.4.0-include-path.patch |