summaryrefslogtreecommitdiff
path: root/sci-physics/clhep/clhep-2.4.0.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-physics/clhep/clhep-2.4.0.4.ebuild')
-rw-r--r--sci-physics/clhep/clhep-2.4.0.4.ebuild14
1 files changed, 6 insertions, 8 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..5f32e859e2c6 100644
--- a/sci-physics/clhep/clhep-2.4.0.4.ebuild
+++ b/sci-physics/clhep/clhep-2.4.0.4.ebuild
@@ -1,21 +1,20 @@
-# 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"
+HOMEPAGE="http://proj-clhep.web.cern.ch/proj-clhep/"
SRC_URI="http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/${P}.tgz"
LICENSE="GPL-3 LGPL-3"
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"
@@ -41,7 +40,6 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
- -DBUILD_TESTING=$(usex test)
-DCLHEP_BUILD_DOCS=$(usex doc)
-DCLHEP_SINGLE_THREAD=$(usex threads no yes)
)