Skip to content

Commit

Permalink
sci-physics/vgm: [QA] Fix missing trailing slash
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Aug 11, 2019
1 parent 56b45cd commit 8634275
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sci-physics/vgm/vgm-4.4-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ PATCHES=(

src_configure() {
local mycmakeargs=(
-DCLHEP_DIR="${EROOT}usr"
-DCLHEP_DIR="${EPREFIX}/usr"
-DWITH_EXAMPLES="$(usex examples)"
-DINSTALL_EXAMPLES="$(usex examples)"
-DWITH_GEANT4="$(usex geant4)"
Expand Down
2 changes: 1 addition & 1 deletion sci-physics/vgm/vgm-4.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ PATCHES=(

src_configure() {
local mycmakeargs=(
-DCLHEP_DIR="${EROOT}usr"
-DCLHEP_DIR="${EPREFIX}/usr"
-DWITH_EXAMPLES="$(usex examples)"
-DINSTALL_EXAMPLES="$(usex examples)"
-DWITH_GEANT4="$(usex geant4)"
Expand Down
2 changes: 1 addition & 1 deletion sci-physics/vgm/vgm-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ DOCS=(

src_configure() {
local mycmakeargs=(
-DCLHEP_DIR="${EROOT}usr"
-DCLHEP_DIR="${EPREFIX}/usr"
-DWITH_EXAMPLES="$(usex examples)"
-DINSTALL_EXAMPLES="$(usex examples)"
-DWITH_GEANT4="$(usex geant4)"
Expand Down

0 comments on commit 8634275

Please sign in to comment.