Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc/
Date: Thu, 28 Apr 2022 08:44:00
Message-Id: 1651135367.5e378f84c7ac7eeb88b87ec64f9a6180a4152b4f.dlan@gentoo
1 commit: 5e378f84c7ac7eeb88b87ec64f9a6180a4152b4f
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 08:42:47 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 08:42:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e378f84
7
8 net-irc/znc: forward keywords to live ebuild
9
10 try to keep regular version sync to live one
11
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 net-irc/znc/znc-9999.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild
18 index d00dd9757dd2..018091f6423e 100644
19 --- a/net-irc/znc/znc-9999.ebuild
20 +++ b/net-irc/znc/znc-9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -21,7 +21,7 @@ else
28 https://znc.in/releases/archive/${MY_P}.tar.gz
29 test? ( ${GTEST_URL} )
30 "
31 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
32 + KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
33 S=${WORKDIR}/${MY_P}
34 fi