Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/
Date: Sun, 21 Apr 2019 10:18:48
Message-Id: 1555841879.94bf55d3269479c8c29ee84c296d72b5a79f4a6f.chewi@gentoo
1 commit: 94bf55d3269479c8c29ee84c296d72b5a79f4a6f
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 21 10:17:08 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 21 10:17:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94bf55d3
7
8 dev-libs/boost: dev-util/boost-build belongs in BDEPEND, not DEPEND
9
10 Package-Manager: Portage-2.3.64, Repoman-2.3.12
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 dev-libs/boost/boost-1.70.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/boost/boost-1.70.0.ebuild b/dev-libs/boost/boost-1.70.0.ebuild
17 index d9f1985b08a..45d4c6736e1 100644
18 --- a/dev-libs/boost/boost-1.70.0.ebuild
19 +++ b/dev-libs/boost/boost-1.70.0.ebuild
20 @@ -43,8 +43,8 @@ RDEPEND="
21 )
22 zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] )
23 zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )"
24 -DEPEND="${RDEPEND}
25 - =dev-util/boost-build-${MAJOR_V}*"
26 +DEPEND="${RDEPEND}"
27 +BDEPEND="=dev-util/boost-build-${MAJOR_V}*"
28
29 S="${WORKDIR}/${MY_P}"