diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-03-14 18:35:06 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-03-14 18:35:06 +0300 |
commit | 6808ea95a263bfce853ee96138e17e1349514fec (patch) | |
tree | 7c74622b909c1218adf7e301ac6bafe404f0cf21 | |
parent | extensions/Gentoo/web: remove junk from PNG file (diff) | |
download | bugzilla-6808ea95a263bfce853ee96138e17e1349514fec.tar.gz bugzilla-6808ea95a263bfce853ee96138e17e1349514fec.tar.bz2 bugzilla-6808ea95a263bfce853ee96138e17e1349514fec.zip |
fix riscv for new bugsgentoo-5.0.6.11
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
-rw-r--r-- | extensions/Gentoo/template/en/default/hook/bug/create/create-after_cc_field.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Gentoo/template/en/default/hook/bug/create/create-after_cc_field.html.tmpl b/extensions/Gentoo/template/en/default/hook/bug/create/create-after_cc_field.html.tmpl index 1bb035a33..14b467ef1 100644 --- a/extensions/Gentoo/template/en/default/hook/bug/create/create-after_cc_field.html.tmpl +++ b/extensions/Gentoo/template/en/default/hook/bug/create/create-after_cc_field.html.tmpl @@ -18,7 +18,7 @@ <optgroup label="pure ~arch"> <option value="alpha@gentoo.org">ALPHA</option> <option value="ia64@gentoo.org">IA64</option> - <option value="riscv@gentoo">RISC-V</option> + <option value="riscv@gentoo.org">RISC-V</option> </optgroup> <optgroup label="exp + pure ~arch"> <option value="m68k@gentoo.org">M68K</option> |