fixed ebuild

This commit is contained in:
tastytea 2018-03-01 03:20:23 +01:00
parent a257818f31
commit dbee5034aa
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 2 additions and 2 deletions

View File

@ -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() {