Skip to content

Commit

Permalink
dev-util/valgrind: drop handling for x86-macos
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <[email protected]>
  • Loading branch information
grobian committed Jan 7, 2021
1 parent 878a20c commit 9c0107c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dev-util/valgrind/valgrind-3.16.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ src_configure() {
fi

# Force bitness on darwin, bug #306467
use x86-macos && myconf+=("--enable-only32bit")
use x64-macos && myconf+=("--enable-only64bit")

# Don't use mpicc unless the user asked for it (bug #258832)
Expand Down
1 change: 0 additions & 1 deletion dev-util/valgrind/valgrind-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ src_configure() {
fi

# Force bitness on darwin, bug #306467
use x86-macos && myconf+=("--enable-only32bit")
use x64-macos && myconf+=("--enable-only64bit")

# Don't use mpicc unless the user asked for it (bug #258832)
Expand Down

0 comments on commit 9c0107c

Please sign in to comment.