diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-05-11 22:29:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-05-11 22:29:21 +0200 |
commit | ff81cdf4a3d208941fc0cf589e8a0f32c6890648 (patch) | |
tree | b2f4f4f87a10af0f2a5ee403709e89e66d297bfc | |
parent | Introduce RISC-V (diff) | |
download | bugzilla-ff81cdf4a3d208941fc0cf589e8a0f32c6890648.tar.gz bugzilla-ff81cdf4a3d208941fc0cf589e8a0f32c6890648.tar.bz2 bugzilla-ff81cdf4a3d208941fc0cf589e8a0f32c6890648.zip |
templates: Move RISC-V to ~arch groupgentoo-5.0.4.7
Requested by: <dilfridge@gentoo.org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | extensions/Gentoo/template/en/default/hook/bug/create/create-after_cc_field.html.tmpl | 2 | ||||
-rw-r--r-- | extensions/Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl | 2 |
2 files changed, 2 insertions, 2 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 f32491082..942c56358 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,13 +15,13 @@ <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> </optgroup> <optgroup label="pure ~arch"> <option value="mips@gentoo.org">MIPS</option> + <option value="riscv@gentoo">RISC-V</option> <option value="amd64-fbsd@gentoo.org">AMD64 FBSD</option> <option value="x86-fbsd@gentoo.org">X86 FBSD</option> </optgroup> 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 63dc24d1f..c5c7a90bb 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,13 +13,13 @@ <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> </optgroup> <optgroup label="pure ~arch"> <option value="mips@gentoo.org">MIPS</option> + <option value="riscv@gentoo.org">RISC-V</option> <option value="amd64-fbsd@gentoo.org">AMD64 FBSD</option> <option value="x86-fbsd@gentoo.org">X86 FBSD</option> </optgroup> |