dev-libs/handystats: EAPI-6 bump
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 31 Dec 2018 20:16:20 +0000 (21:16 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 31 Dec 2018 21:13:45 +0000 (22:13 +0100)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-libs/handystats/handystats-1.11.3.ebuild

index 7e1c7fc9246ce407de314402f90b103256049f69..66511d4f301ba24f9e92e5b1f02b6b7a0e351ba5 100644 (file)
@@ -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"