From 97b89db25af44e08464f19480e45d2c1bf4aa2cf Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 11 Feb 2018 11:47:29 +0100 Subject: [PATCH] ebuild: re-added boost as dependency for examples --- packages/gentoo/mastodon-cpp-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gentoo/mastodon-cpp-9999.ebuild b/packages/gentoo/mastodon-cpp-9999.ebuild index aa2e283..2e4a10a 100644 --- a/packages/gentoo/mastodon-cpp-9999.ebuild +++ b/packages/gentoo/mastodon-cpp-9999.ebuild @@ -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() {