diff options
author | 2018-12-31 21:16:20 +0100 | |
---|---|---|
committer | 2018-12-31 22:13:45 +0100 | |
commit | ce700f244adf99e8d6f36b90e140a748ecd6603e (patch) | |
tree | 6263139a64581eda5d552d1f8c36d4724d0c63aa /dev-libs | |
parent | app-editors/okteta: 0.25.5 version bump (diff) | |
download | gentoo-ce700f244adf99e8d6f36b90e140a748ecd6603e.tar.gz gentoo-ce700f244adf99e8d6f36b90e140a748ecd6603e.tar.bz2 gentoo-ce700f244adf99e8d6f36b90e140a748ecd6603e.zip |
dev-libs/handystats: EAPI-6 bump
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/handystats/handystats-1.11.3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/handystats/handystats-1.11.3.ebuild b/dev-libs/handystats/handystats-1.11.3.ebuild index 7e1c7fc9246c..66511d4f301b 100644 --- a/dev-libs/handystats/handystats-1.11.3.ebuild +++ b/dev-libs/handystats/handystats-1.11.3.ebuild @@ -1,9 +1,8 @@ -# 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" @@ -15,7 +14,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="" -DEPEND="${DEPEND} +RESTRICT="test" + +DEPEND=" dev-cpp/gtest dev-libs/boost" |