dev-libs/boost: dev-util/boost-build belongs in BDEPEND, not DEPEND
authorJames Le Cuirot <chewi@gentoo.org>
Sun, 21 Apr 2019 10:17:08 +0000 (11:17 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Sun, 21 Apr 2019 10:17:59 +0000 (11:17 +0100)
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
dev-libs/boost/boost-1.70.0.ebuild

index d9f1985b08a6182318d8cf9312b482d6beb048f2..45d4c6736e1c90f8c72a3f2bb26974f3369fdd67 100644 (file)
@@ -43,8 +43,8 @@ RDEPEND="
        )
        zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] )
        zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-       =dev-util/boost-build-${MAJOR_V}*"
+DEPEND="${RDEPEND}"
+BDEPEND="=dev-util/boost-build-${MAJOR_V}*"
 
 S="${WORKDIR}/${MY_P}"