Gentoo Archives: gentoo-commits

From: Carlos Eduardo <carana2099@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-irc/tiny/
Date: Mon, 21 Feb 2022 15:47:16
Message-Id: 1645458381.db490a30de71f8152a5695d2e420b3c453680499.carana2099@gentoo
1 commit: db490a30de71f8152a5695d2e420b3c453680499
2 Author: Carlos Eduardo <carana2099 <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 21 15:46:21 2022 +0000
4 Commit: Carlos Eduardo <carana2099 <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 21 15:46:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db490a30
7
8 net-irc/tiny: silence LDFLAGS warnings
9
10 This is a Rust ebuild.
11 Closes: https://bugs.gentoo.org/833828
12 Package-Manager: Portage-3.0.30, Repoman-3.0.3
13 Signed-off-by: Carlos Eduardo <carana2099 <AT> gmail.com>
14
15 net-irc/tiny/tiny-0.10.0.ebuild | 2 ++
16 1 file changed, 2 insertions(+)
17
18 diff --git a/net-irc/tiny/tiny-0.10.0.ebuild b/net-irc/tiny/tiny-0.10.0.ebuild
19 index 242e299a1..c9a56f4a0 100644
20 --- a/net-irc/tiny/tiny-0.10.0.ebuild
21 +++ b/net-irc/tiny/tiny-0.10.0.ebuild
22 @@ -142,6 +142,8 @@ IUSE="dbus openssl"
23 DEPEND="openssl? ( dev-libs/openssl:= ) dbus? ( sys-apps/dbus )"
24 RDEPEND="${DEPEND}"
25
26 +QA_FLAGS_IGNORED="usr/bin/tiny"
27 +
28 src_configure() {
29 local myfeatures=()
30 if use openssl