summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-08-27 09:52:16 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-08-27 09:52:41 +0200
commitbc2ff4a73f750a84d935bfe8a6a976901c75cc25 (patch)
tree790541681803c6b0ab39a405fa6065a3fc91d503
parentnet-print/cups: allow root to access web interface (diff)
downloadgentoo-bc2ff4a73f750a84d935bfe8a6a976901c75cc25.tar.gz
gentoo-bc2ff4a73f750a84d935bfe8a6a976901c75cc25.tar.bz2
gentoo-bc2ff4a73f750a84d935bfe8a6a976901c75cc25.zip
sci-physics/thepeg: add test dep: boost
Bug: https://bugs.gentoo.org/866731 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--sci-physics/thepeg/thepeg-2.2.3.ebuild5
1 files changed, 4 insertions, 1 deletions
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 )"