ebuild: re-added boost as dependency for examples

This commit is contained in:
tastytea 2018-02-11 11:47:29 +01:00
parent 10808b8114
commit 97b89db25a
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ IUSE="doc debug examples"
RDEPEND=">=dev-cpp/curlpp-0.8.1"
DEPEND=">=dev-util/cmake-3.9.6
doc? ( >=app-doc/doxygen-1.8.13-r1 )
examples? ( >=dev-libs/boost-1.63.0 )
${RDEPEND}"
src_unpack() {