Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/thepeg/
Date: Sat, 27 Aug 2022 23:12:23
Message-Id: 1661586761.bc2ff4a73f750a84d935bfe8a6a976901c75cc25.andrewammerlaan@gentoo
1 commit: bc2ff4a73f750a84d935bfe8a6a976901c75cc25
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 27 07:52:16 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 27 07:52:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc2ff4a7
7
8 sci-physics/thepeg: add test dep: boost
9
10 Bug: https://bugs.gentoo.org/866731
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 sci-physics/thepeg/thepeg-2.2.3.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-physics/thepeg/thepeg-2.2.3.ebuild b/sci-physics/thepeg/thepeg-2.2.3.ebuild
17 index 9cfcb5e1f40a..d608d0b5e7e3 100644
18 --- a/sci-physics/thepeg/thepeg-2.2.3.ebuild
19 +++ b/sci-physics/thepeg/thepeg-2.2.3.ebuild
20 @@ -33,7 +33,10 @@ CDEPEND="
21 zlib? ( sys-libs/zlib:0= )"
22 DEPEND="${CDEPEND}
23 java? ( virtual/jdk:1.8 )
24 - test? ( sys-process/time )"
25 + test? (
26 + sys-process/time
27 + dev-libs/boost
28 + )"
29 RDEPEND="${CDEPEND}
30 java? ( virtual/jre:1.8 )"