diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-05-04 21:46:46 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-05-04 21:51:32 +0200 |
commit | 7480a5c3e8432c1e92759cc66e1e2158eb8c4af5 (patch) | |
tree | 2cef1e8b6c47687378a08f5f4f9cdbd133853d44 /sys-devel | |
parent | sys-devel/flex: keyword ~riscv (diff) | |
download | gentoo-7480a5c3e8432c1e92759cc66e1e2158eb8c4af5.tar.gz gentoo-7480a5c3e8432c1e92759cc66e1e2158eb8c4af5.tar.bz2 gentoo-7480a5c3e8432c1e92759cc66e1e2158eb8c4af5.zip |
sys-devel/gcc-config: keyword ~riscv
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc-config/gcc-config-2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gcc-config/gcc-config-2.0.ebuild b/sys-devel/gcc-config/gcc-config-2.0.ebuild index b6d179e1a6a3..2b2bd5117da9 100644 --- a/sys-devel/gcc-config/gcc-config-2.0.ebuild +++ b/sys-devel/gcc-config/gcc-config-2.0.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="mirror://gentoo/${P}.tar.xz https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" fi DESCRIPTION="Utility to manage compilers" |