Skip to content

Commit

Permalink
dev-cpp/gflags: Use append-lfs-flags
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
mattst88 committed Jul 10, 2023
1 parent a9f7704 commit a19f7a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dev-cpp/gflags/gflags-2.2.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

inherit cmake-multilib
inherit cmake-multilib flag-o-matic

if [[ ${PV} == *9999* ]]; then
inherit git-r3
Expand All @@ -25,6 +25,8 @@ RESTRICT="!test? ( test )"
DOCS=( ChangeLog.txt README.md )

multilib_src_configure() {
append-lfs-flags

local mycmakeargs=(
-DBUILD_STATIC_LIBS=$(usex static-libs)
-DBUILD_TESTING=$(usex test)
Expand Down
4 changes: 3 additions & 1 deletion dev-cpp/gflags/gflags-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

inherit cmake-multilib
inherit cmake-multilib flag-o-matic

if [[ ${PV} == *9999* ]]; then
inherit git-r3
Expand All @@ -25,6 +25,8 @@ RESTRICT="!test? ( test )"
DOCS=( ChangeLog.txt README.md )

multilib_src_configure() {
append-lfs-flags

local mycmakeargs=(
-DBUILD_STATIC_LIBS=$(usex static-libs)
-DBUILD_TESTING=$(usex test)
Expand Down

0 comments on commit a19f7a6

Please sign in to comment.