From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cyberjack/
Date: Thu, 14 May 2020 22:10:04 +0000 (UTC) [thread overview]
Message-ID: <1589494193.d46a4b603f00c950de55b62c12c09dd4414652f3.conikost@gentoo> (raw)
commit: d46a4b603f00c950de55b62c12c09dd4414652f3
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu May 14 22:08:28 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu May 14 22:09:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d46a4b60
dev-libs/cyberjack: add workaround for gcc10
Add workaround for GCC-10, by defining narrowing as warning like GCC-9 did.
Upstream is informed, so hopefully there will be a proper fix in future.
Bug: https://bugs.gentoo.org/722962
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-libs/cyberjack/cyberjack-3.99.5_p13.ebuild | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/dev-libs/cyberjack/cyberjack-3.99.5_p13.ebuild b/dev-libs/cyberjack/cyberjack-3.99.5_p13.ebuild
index edde8080590..97f2ad1beba 100644
--- a/dev-libs/cyberjack/cyberjack-3.99.5_p13.ebuild
+++ b/dev-libs/cyberjack/cyberjack-3.99.5_p13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,7 +7,7 @@ MY_PN="pcsc-${PN}"
MY_PV="${PV/_p/final.SP}"
MY_P="${MY_PN}_${MY_PV}"
-inherit autotools linux-info toolchain-funcs udev
+inherit autotools flag-o-matic linux-info toolchain-funcs udev
DESCRIPTION="REINER SCT cyberJack USB chipcard reader user space driver"
HOMEPAGE="https://www.reiner-sct.de/"
@@ -32,6 +32,12 @@ S="${WORKDIR}/${MY_P/_/-}"
CONFIG_CHECK="~USB_SERIAL_CYBERJACK"
+pkg_setup() {
+ # Add workaround for GCC-10,
+ # by defining narrowing as warning like GCC-9 did.
+ append-cxxflags -Wno-narrowing
+}
+
src_prepare() {
default
next reply other threads:[~2020-05-14 22:10 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-14 22:10 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-02 12:06 [gentoo-commits] repo/gentoo:master commit in: dev-libs/cyberjack/ Conrad Kostecki
2024-11-02 12:06 Conrad Kostecki
2024-11-02 12:06 Conrad Kostecki
2024-10-15 22:13 Conrad Kostecki
2024-03-03 23:16 Conrad Kostecki
2024-03-03 23:16 Conrad Kostecki
2024-03-03 23:16 Conrad Kostecki
2024-01-21 10:14 David Seifert
2022-05-08 11:35 Conrad Kostecki
2022-02-20 15:11 Conrad Kostecki
2022-02-20 15:11 Conrad Kostecki
2022-02-20 15:11 Conrad Kostecki
2022-01-20 23:56 Conrad Kostecki
2021-06-26 20:26 Conrad Kostecki
2021-06-26 20:04 Conrad Kostecki
2021-06-26 20:03 Conrad Kostecki
2020-08-03 22:15 Conrad Kostecki
2020-06-21 17:52 Conrad Kostecki
2020-06-21 16:54 Agostino Sarubbo
2020-06-20 15:45 Thomas Deutschmann
2020-05-19 21:35 Conrad Kostecki
2019-04-19 0:50 Aaron Bauman
2019-04-18 20:32 Thomas Deutschmann
2019-01-19 6:13 Thomas Deutschmann
2018-11-08 22:49 Patrice Clement
2018-07-09 14:08 Mikle Kolyada
2017-10-02 9:40 Wolfram Schlich
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=1589494193.d46a4b603f00c950de55b62c12c09dd4414652f3.conikost@gentoo \
--to=conikost@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