diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-03-19 22:22:46 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-03-19 22:23:55 +0300 |
commit | fa90aad5d548bfbe7432956686f84e2ed9fe2667 (patch) | |
tree | fc3240fe721c252a73f24caa8cf1f6921da310db | |
parent | Add notification about GLEP 76 and some more attachment tips (diff) | |
download | bugzilla-gentoo-5.0.4.6.tar.gz bugzilla-gentoo-5.0.4.6.tar.bz2 bugzilla-gentoo-5.0.4.6.zip |
Introduce RISC-Vgentoo-5.0.4.6
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 | 1 | ||||
-rw-r--r-- | extensions/Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl | 1 |
2 files changed, 2 insertions, 0 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 f335908d8..f32491082 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 @@ -15,6 +15,7 @@ <optgroup label="exp profiles"> <option value="hppa@gentoo.org">HPPA</option> <option value="m68k@gentoo.org">M68K</option> + <option value="riscv@gentoo">RISC-V</option> <option value="s390@gentoo.org">S390</option> <option value="sh@gentoo.org">SH</option> <option value="sparc@gentoo.org">SPARC</option> diff --git a/extensions/Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl b/extensions/Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl index 4e82810d6..63dc24d1f 100644 --- a/extensions/Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl +++ b/extensions/Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl @@ -13,6 +13,7 @@ <optgroup label="exp profiles"> <option value="hppa@gentoo.org">HPPA</option> <option value="m68k@gentoo.org">M68K</option> + <option value="riscv@gentoo.org">RISC-V</option> <option value="s390@gentoo.org">S390</option> <option value="sh@gentoo.org">SH</option> <option value="sparc@gentoo.org">SPARC</option> |