From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/scala-cli-bin/
Date: Wed, 3 May 2023 11:08:53 +0000 (UTC) [thread overview]
Message-ID: <1683112115.12a9ef1569afd88092c1e1e802785efebe80043d.flow@gentoo> (raw)
commit: 12a9ef1569afd88092c1e1e802785efebe80043d
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed May 3 11:07:59 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed May 3 11:08:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a9ef15
dev-java/scala-cli-bin: fix BDEPEND
Thanks to sam for reporting this.
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
Reported-by: Sam James <sam <AT> gentoo.org>
dev-java/scala-cli-bin/scala-cli-bin-0.2.1.ebuild | 2 +-
dev-java/scala-cli-bin/scala-cli-bin-1.0.0_rc1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-java/scala-cli-bin/scala-cli-bin-0.2.1.ebuild b/dev-java/scala-cli-bin/scala-cli-bin-0.2.1.ebuild
index 5309b1060c5e..12d0bf8270fd 100644
--- a/dev-java/scala-cli-bin/scala-cli-bin-0.2.1.ebuild
+++ b/dev-java/scala-cli-bin/scala-cli-bin-0.2.1.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
>=virtual/jre-11
sys-libs/zlib
"
-BEPEND="!amd64 ( !arm64 ( >=virtual/jre-11 ) )"
+BDEPEND="!amd64? ( !arm64? ( >=virtual/jre-11 ) )"
QA_TEXTRELS="*"
QA_FLAGS_IGNORED="/usr/bin/scala-cli"
diff --git a/dev-java/scala-cli-bin/scala-cli-bin-1.0.0_rc1.ebuild b/dev-java/scala-cli-bin/scala-cli-bin-1.0.0_rc1.ebuild
index dbd4d61e3c92..10fc71222c73 100644
--- a/dev-java/scala-cli-bin/scala-cli-bin-1.0.0_rc1.ebuild
+++ b/dev-java/scala-cli-bin/scala-cli-bin-1.0.0_rc1.ebuild
@@ -39,7 +39,7 @@ RDEPEND="
>=virtual/jre-11
sys-libs/zlib
"
-BEPEND="!amd64 ( !arm64 ( >=virtual/jre-11 ) )"
+BDEPEND="!amd64? ( !arm64? ( >=virtual/jre-11 ) )"
QA_TEXTRELS="*"
QA_FLAGS_IGNORED="/usr/bin/scala-cli"
next reply other threads:[~2023-05-03 11:08 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-03 11:08 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-04 17:33 [gentoo-commits] repo/gentoo:master commit in: dev-java/scala-cli-bin/ Florian Schmaus
2025-02-04 17:33 Florian Schmaus
2025-01-28 13:47 Florian Schmaus
2025-01-02 14:35 Florian Schmaus
2024-10-17 8:32 Florian Schmaus
2024-10-17 8:32 Florian Schmaus
2024-10-03 15:57 Florian Schmaus
2024-08-25 8:54 Florian Schmaus
2024-08-25 8:54 Florian Schmaus
2024-08-22 9:51 Florian Schmaus
2024-08-02 15:33 Florian Schmaus
2024-08-02 15:33 Florian Schmaus
2024-08-02 15:33 Florian Schmaus
2024-04-12 14:09 Florian Schmaus
2024-03-31 18:20 Florian Schmaus
2024-01-11 10:44 Florian Schmaus
2024-01-11 10:44 Florian Schmaus
2024-01-09 15:52 Florian Schmaus
2024-01-09 15:52 Florian Schmaus
2023-12-02 9:35 Florian Schmaus
2023-10-22 10:28 Florian Schmaus
2023-10-22 10:28 Florian Schmaus
2023-09-11 8:32 Florian Schmaus
2023-09-11 8:32 Florian Schmaus
2023-07-29 14:05 Florian Schmaus
2023-07-29 14:05 Florian Schmaus
2023-07-17 20:05 Florian Schmaus
2023-06-25 15:23 Florian Schmaus
2023-06-25 15:23 Florian Schmaus
2023-06-13 9:18 Florian Schmaus
2023-05-27 11:01 Florian Schmaus
2023-05-22 19:06 Florian Schmaus
2023-05-03 11:08 Florian Schmaus
2023-04-26 9:41 Florian Schmaus
2023-04-26 9:40 Florian Schmaus
2023-04-26 9:40 Florian Schmaus
2023-04-26 9:40 Florian Schmaus
2023-03-31 10:28 Florian Schmaus
2023-03-21 10:00 Florian Schmaus
2023-02-23 15:29 Florian Schmaus
2023-02-23 15:09 Florian Schmaus
2023-02-23 15:09 Florian Schmaus
2023-02-10 13:03 Florian Schmaus
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=1683112115.12a9ef1569afd88092c1e1e802785efebe80043d.flow@gentoo \
--to=flow@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--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