dev-libs/protobuf-c: Set BDEPEND correctly.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Sun, 5 May 2019 01:57:19 +0000 (03:57 +0200)
committerMike Gilbert <floppym@gentoo.org>
Sun, 5 May 2019 19:04:01 +0000 (15:04 -0400)
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
dev-libs/protobuf-c/protobuf-c-1.3.1.ebuild

index 8bc5d70da05fb1339a1665bdbf234cd260342317..7c0ba929cee42c03038b7778e70d13c070a0130d 100644 (file)
@@ -18,9 +18,10 @@ SLOT="0/1.0.0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="static-libs test"
 
-RDEPEND=">=dev-libs/protobuf-2.6.0:0=[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
+BDEPEND="dev-libs/protobuf:0
        virtual/pkgconfig[${MULTILIB_USEDEP}]"
+DEPEND="dev-libs/protobuf:0=[${MULTILIB_USEDEP}]"
+RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_P}"