sci-physics/clhep: EAPI-7 bump
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 1 Jan 2019 09:41:17 +0000 (10:41 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 5 Jan 2019 16:55:12 +0000 (17:55 +0100)
Drop bogus multilib.eclass, not needed since EAPI-6.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
sci-physics/clhep/clhep-2.4.0.4.ebuild

index 08425f145ab5012d4421d5c9cd62d1d760c68b62..b67c21774fee4b5c08ed33d1982431fdb43db784 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils multilib
+inherit cmake-utils
 
 DESCRIPTION="High Energy Physics C++ library"
 HOMEPAGE="http://cern.ch/clhep"
@@ -13,9 +13,8 @@ SLOT="2/${PV}"
 KEYWORDS="amd64 ~hppa ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 IUSE="doc test threads"
-RDEPEND=""
-DEPEND="${RDEPEND}
-       doc? ( app-doc/doxygen[latex] )"
+
+BDEPEND="doc? ( app-doc/doxygen[latex] )"
 
 S="${WORKDIR}/${PV}/CLHEP"