summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-01 10:41:17 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-05 17:55:12 +0100
commitbb934cd15ff5bf2a43c7ff794a3fcb9ff81dc249 (patch)
treea6f19179d2b30d0842d4114b11e654e33d4d2a80 /sci-physics
parentmail-filter/amavisd-new: new revision sans the app-arch/freeze dependency. (diff)
downloadgentoo-bb934cd15ff5bf2a43c7ff794a3fcb9ff81dc249.tar.gz
gentoo-bb934cd15ff5bf2a43c7ff794a3fcb9ff81dc249.tar.bz2
gentoo-bb934cd15ff5bf2a43c7ff794a3fcb9ff81dc249.zip
sci-physics/clhep: EAPI-7 bump
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>
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/clhep/clhep-2.4.0.4.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/sci-physics/clhep/clhep-2.4.0.4.ebuild b/sci-physics/clhep/clhep-2.4.0.4.ebuild
index 08425f145ab5..b67c21774fee 100644
--- a/sci-physics/clhep/clhep-2.4.0.4.ebuild
+++ b/sci-physics/clhep/clhep-2.4.0.4.ebuild
@@ -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"