Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-RESTRICT="test"
inherit cmake-utils
DESCRIPTION="C++ library for collecting user-defined in-process runtime statistics"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=""
-DEPEND="${DEPEND}
+RESTRICT="test"
+
+DEPEND="
dev-cpp/gtest
dev-libs/boost"