public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] go-env.eclass: add implicit IUSE for abi_mips_*
@ 2024-07-03 18:22 matoro
  0 siblings, 0 replies; only message in thread
From: matoro @ 2024-07-03 18:22 UTC (permalink / raw
  To: Gentoo Dev

Submitted as https://github.com/gentoo/gentoo/pull/37411

Closes: https://bugs.gentoo.org/935414
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
---
  eclass/go-env.eclass | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/eclass/go-env.eclass b/eclass/go-env.eclass
index 1a2c9787a146b..5afa8df09b64e 100644
--- a/eclass/go-env.eclass
+++ b/eclass/go-env.eclass
@@ -16,6 +16,8 @@ _GO_ENV_ECLASS=1

  inherit flag-o-matic toolchain-funcs

+IUSE+=" abi_mips_o32 abi_mips_n64"
+
  # @FUNCTION: go-env_set_compile_environment
  # @DESCRIPTION:
  # Set up basic compile environment: CC, CXX, and GOARCH.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-07-03 18:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-03 18:22 [gentoo-dev] [PATCH] go-env.eclass: add implicit IUSE for abi_mips_* matoro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox