Skip to content

Commit

Permalink
net-misc/apt-cacher-ng: [QA] Remove unnecessary -DCMAKE_INSTALL_PREFI…
Browse files Browse the repository at this point in the history
…X arguments

Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Feb 8, 2020
1 parent e89e93c commit 82031ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
4 changes: 1 addition & 3 deletions net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ pkg_setup() {
}

src_configure(){
mycmakeargs=(
"-DCMAKE_INSTALL_PREFIX=/usr"
)
local mycmakeargs=()
if use fuse; then
mycmakeargs+=( "-DHAVE_FUSE_25=yes" )
else
Expand Down
4 changes: 1 addition & 3 deletions net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ pkg_setup() {
}

src_configure(){
mycmakeargs=(
"-DCMAKE_INSTALL_PREFIX=/usr"
)
local mycmakeargs=()
if use fuse; then
mycmakeargs+=( "-DHAVE_FUSE_25=yes" )
else
Expand Down
4 changes: 1 addition & 3 deletions net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ pkg_setup() {
}

src_configure(){
mycmakeargs=(
"-DCMAKE_INSTALL_PREFIX=/usr"
)
local mycmakeargs=()
if use fuse; then
mycmakeargs+=( "-DHAVE_FUSE_25=yes" )
else
Expand Down
3 changes: 1 addition & 2 deletions net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ pkg_setup() {
}

src_configure(){
mycmakeargs=(
"-DCMAKE_INSTALL_PREFIX=/usr"
local mycmakeargs=(
"-DCMAKE_SKIP_BUILD_RPATH=on"
)
if use fuse; then
Expand Down

0 comments on commit 82031ee

Please sign in to comment.