diff --git a/dev-cpp/fizz/fizz-2021.10.25.00.ebuild b/dev-cpp/fizz/fizz-2021.10.25.00.ebuild index a1908fcff7..12e7ec5679 100644 --- a/dev-cpp/fizz/fizz-2021.10.25.00.ebuild +++ b/dev-cpp/fizz/fizz-2021.10.25.00.ebuild @@ -7,14 +7,12 @@ inherit cmake DESCRIPTION="C++14 implementation of the TLS-1.3 standard" HOMEPAGE="https://github.com/facebookincubator/fizz" - SRC_URI="https://github.com/facebookincubator/fizz/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" - -CMAKE_USE_DIR="${S}/fizz" +IUSE="examples test" RDEPEND=" ~dev-cpp/folly-${PV}:= @@ -29,9 +27,12 @@ RDEPEND=" #TODO: discover if gtest is linked DEPEND=" ${RDEPEND} - dev-cpp/gtest + test? (