diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2021-06-14 11:10:53 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2021-06-14 11:27:36 +0200 |
commit | 90903bee6b3e252d0a3fe9e57293d491b811900f (patch) | |
tree | 2595db8397478de9f43b8757d2966e9457548d00 /sci-physics | |
parent | dev-qt/qtwebengine: 5.15.2_p20210224 security cleanup (diff) | |
download | gentoo-90903bee6b3e252d0a3fe9e57293d491b811900f.tar.gz gentoo-90903bee6b3e252d0a3fe9e57293d491b811900f.tar.bz2 gentoo-90903bee6b3e252d0a3fe9e57293d491b811900f.zip |
sci-physics/clhep: remove unnecessary reference to ED
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/clhep/clhep-2.4.1.3-r2.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/clhep/clhep-2.4.4.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-physics/clhep/clhep-2.4.1.3-r2.ebuild b/sci-physics/clhep/clhep-2.4.1.3-r2.ebuild index d2ec26241032..ea1591ede033 100644 --- a/sci-physics/clhep/clhep-2.4.1.3-r2.ebuild +++ b/sci-physics/clhep/clhep-2.4.1.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -53,5 +53,5 @@ src_configure() { -DCLHEP_BUILD_DOCS=$(usex doc) -DCLHEP_SINGLE_THREAD=$(usex threads no yes) ) - DESTDIR="${ED}" cmake_src_configure + cmake_src_configure } diff --git a/sci-physics/clhep/clhep-2.4.4.0.ebuild b/sci-physics/clhep/clhep-2.4.4.0.ebuild index 1938b34ce53a..d7411dc23521 100644 --- a/sci-physics/clhep/clhep-2.4.4.0.ebuild +++ b/sci-physics/clhep/clhep-2.4.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -56,5 +56,5 @@ src_configure() { -DCLHEP_BUILD_DOCS=$(usex doc) -DCLHEP_SINGLE_THREAD=$(usex threads no yes) ) - DESTDIR="${ED}" cmake_src_configure + cmake_src_configure } |