public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-lang/gleam/
Date: Mon, 12 Apr 2021 05:38:50 +0000 (UTC)	[thread overview]
Message-ID: <1618137536.1e3218cc45003fc3e505df28c5cf859910008d9a.telans@gentoo> (raw)
Message-ID: <20210412053850.3izr6XWZ78o65zSXv8yhkd1zjdyEXlKOA-7LchIwRNo@z> (raw)

commit:     1e3218cc45003fc3e505df28c5cf859910008d9a
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sun Apr 11 10:37:04 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sun Apr 11 10:38:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e3218cc

dev-lang/gleam: fix compile

* don't treat warnings as errors
* specify QA_FLAGS_IGNORED

Closes: https://bugs.gentoo.org/780999
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 dev-lang/gleam/gleam-0.12.1.ebuild | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/dev-lang/gleam/gleam-0.12.1.ebuild b/dev-lang/gleam/gleam-0.12.1.ebuild
index d6dc4025d..8ed01a968 100644
--- a/dev-lang/gleam/gleam-0.12.1.ebuild
+++ b/dev-lang/gleam/gleam-0.12.1.ebuild
@@ -259,3 +259,15 @@ LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD BSL-1.1 CC0-1.0 MI
 SLOT="0"
 KEYWORDS="~amd64"
 RESTRICT="mirror"
+
+QA_FLAGS_IGNORED="usr/bin/gleam"
+
+src_configure() {
+	export RUSTFLAGS="${RUSTFLAGS} --cap-lints warn"
+	cargo_src_configure
+}
+
+src_install() {
+	cargo_src_install
+	einstalldocs
+}


             reply	other threads:[~2021-04-12  5:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-11 10:39 Theo Anderson [this message]
2021-04-12  5:38 ` [gentoo-commits] repo/proj/guru:master commit in: dev-lang/gleam/ Theo Anderson
  -- strict thread matches above, loose matches on Subject: below --
2024-01-13 11:13 [gentoo-commits] repo/proj/guru:dev " Anna Vyalkova
2022-02-13 20:34 Matthew Smith
2021-06-18  7:27 Matt Smith
2021-06-18  7:27 Matt Smith
2021-05-09  8:03 Matt Smith
2021-04-30 18:45 Matt Smith
2021-04-30 18:45 Matt Smith
2021-03-28  9:39 Andrew Ammerlaan
2020-12-26  9:09 Theo Anderson
2020-10-31 21:05 Matt Smith
2020-09-12  8:50 Matt Smith

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=1618137536.1e3218cc45003fc3e505df28c5cf859910008d9a.telans@gentoo \
    --to=telans@posteo.de \
    --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