commit: bc2ff4a73f750a84d935bfe8a6a976901c75cc25 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Sat Aug 27 07:52:16 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sat Aug 27 07:52:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc2ff4a7
sci-physics/thepeg: add test dep: boost Bug: https://bugs.gentoo.org/866731 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sci-physics/thepeg/thepeg-2.2.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-physics/thepeg/thepeg-2.2.3.ebuild b/sci-physics/thepeg/thepeg-2.2.3.ebuild index 9cfcb5e1f40a..d608d0b5e7e3 100644 --- a/sci-physics/thepeg/thepeg-2.2.3.ebuild +++ b/sci-physics/thepeg/thepeg-2.2.3.ebuild @@ -33,7 +33,10 @@ CDEPEND=" zlib? ( sys-libs/zlib:0= )" DEPEND="${CDEPEND} java? ( virtual/jdk:1.8 ) - test? ( sys-process/time )" + test? ( + sys-process/time + dev-libs/boost + )" RDEPEND="${CDEPEND} java? ( virtual/jre:1.8 )"
