From dbee5034aa92003248bb88200f844f9142e4af9f Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 1 Mar 2018 03:20:23 +0100 Subject: [PATCH] fixed ebuild --- packages/gentoo/mastodon-cpp-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gentoo/mastodon-cpp-9999.ebuild b/packages/gentoo/mastodon-cpp-9999.ebuild index a1c3ae4..906b019 100644 --- a/packages/gentoo/mastodon-cpp-9999.ebuild +++ b/packages/gentoo/mastodon-cpp-9999.ebuild @@ -12,10 +12,10 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="" IUSE="doc debug examples" -RDEPEND=">=dev-cpp/curlpp-0.8.1" +RDEPEND=">=dev-cpp/curlpp-0.8.1 + examples? ( >=dev-libs/boost-1.63.0 )" 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() {