diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2024-03-10 21:03:31 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2024-03-10 21:03:55 +0100 |
commit | 634d707a150fa11013969d46d9406bc4eced672d (patch) | |
tree | 342968d98383da20be9b2db3807186de33096908 /sci-physics | |
parent | sci-physics/clhep: drop 2.4.6.2, 2.4.6.4 (diff) | |
download | gentoo-634d707a150fa11013969d46d9406bc4eced672d.tar.gz gentoo-634d707a150fa11013969d46d9406bc4eced672d.tar.bz2 gentoo-634d707a150fa11013969d46d9406bc4eced672d.zip |
sci-physics/clhep: reorder variables reported by pkgcheck
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/clhep/clhep-2.4.7.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-physics/clhep/clhep-2.4.7.1.ebuild b/sci-physics/clhep/clhep-2.4.7.1.ebuild index 64d80ec81637..112f6512dddc 100644 --- a/sci-physics/clhep/clhep-2.4.7.1.ebuild +++ b/sci-physics/clhep/clhep-2.4.7.1.ebuild @@ -8,6 +8,9 @@ inherit cmake DESCRIPTION="High Energy Physics C++ library" HOMEPAGE="http://proj-clhep.web.cern.ch/proj-clhep/" SRC_URI="http://proj-clhep.web.cern.ch/proj-clhep/dist1/${P}.tgz" + +S="${WORKDIR}/${PV}/CLHEP" + LICENSE="GPL-3 LGPL-3" SLOT="2/${PV}" KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" @@ -26,8 +29,6 @@ BDEPEND=" ) " -S="${WORKDIR}/${PV}/CLHEP" - src_prepare() { cmake_src_prepare |