mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
dev-cpp/wangle: depend on gtest
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -7,16 +7,13 @@ inherit cmake
|
|||||||
|
|
||||||
DESCRIPTION="Framework providing common client/server abstractions"
|
DESCRIPTION="Framework providing common client/server abstractions"
|
||||||
HOMEPAGE="https://github.com/facebook/wangle"
|
HOMEPAGE="https://github.com/facebook/wangle"
|
||||||
|
|
||||||
SRC_URI="https://github.com/facebook/wangle/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/facebook/wangle/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
CMAKE_USE_DIR="${S}/wangle"
|
RDEPEND="
|
||||||
|
|
||||||
DEPEND="
|
|
||||||
~dev-cpp/fizz-${PV}:=
|
~dev-cpp/fizz-${PV}:=
|
||||||
~dev-cpp/folly-${PV}:=
|
~dev-cpp/folly-${PV}:=
|
||||||
dev-cpp/gflags
|
dev-cpp/gflags
|
||||||
@@ -26,7 +23,12 @@ DEPEND="
|
|||||||
dev-libs/libfmt
|
dev-libs/libfmt
|
||||||
dev-libs/openssl:0=
|
dev-libs/openssl:0=
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
DEPEND="
|
||||||
|
${RDEPEND}
|
||||||
|
dev-cpp/gtest
|
||||||
|
"
|
||||||
|
|
||||||
|
CMAKE_USE_DIR="${S}/wangle"
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local mycmakeargs=(
|
local mycmakeargs=(
|
||||||
|
|||||||
Reference in New Issue
Block a user