public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: matoro <matoro_mailinglist_gentoo-dev@matoro.tk>
To: Gentoo Dev <gentoo-dev@lists.gentoo.org>
Subject: [gentoo-dev] [PATCH] go-env.eclass: add implicit IUSE for abi_mips_*
Date: Wed, 03 Jul 2024 14:22:06 -0400	[thread overview]
Message-ID: <83f57a44c5c3e3118e4a664e33c7f197@matoro.tk> (raw)

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.


                 reply	other threads:[~2024-07-03 18:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83f57a44c5c3e3118e4a664e33c7f197@matoro.tk \
    --to=matoro_mailinglist_gentoo-dev@matoro.tk \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox