diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-04-28 16:42:47 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-04-28 16:42:47 +0800 |
commit | 5e378f84c7ac7eeb88b87ec64f9a6180a4152b4f (patch) | |
tree | a69a2fef8c9ba745e1db514b766cb5d878b314dd /net-irc | |
parent | net-irc/znc: Keyword 1.8.2-r1 riscv, #841377 (diff) | |
download | gentoo-5e378f84c7ac7eeb88b87ec64f9a6180a4152b4f.tar.gz gentoo-5e378f84c7ac7eeb88b87ec64f9a6180a4152b4f.tar.bz2 gentoo-5e378f84c7ac7eeb88b87ec64f9a6180a4152b4f.zip |
net-irc/znc: forward keywords to live ebuild
try to keep regular version sync to live one
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/znc/znc-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild index d00dd9757dd2..018091f6423e 100644 --- a/net-irc/znc/znc-9999.ebuild +++ b/net-irc/znc/znc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ else https://znc.in/releases/archive/${MY_P}.tar.gz test? ( ${GTEST_URL} ) " - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" S=${WORKDIR}/${MY_P} fi |