commit:     90903bee6b3e252d0a3fe9e57293d491b811900f
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 14 09:10:53 2021 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Mon Jun 14 09:27:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90903bee

sci-physics/clhep: remove unnecessary reference to ED

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 sci-physics/clhep/clhep-2.4.1.3-r2.ebuild | 4 ++--
 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 d2ec2624103..ea1591ede03 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 1938b34ce53..d7411dc2352 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
 }

Reply via email to