diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-04 02:21:06 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-04 02:21:06 +0300 |
commit | 0ff216c797d5fb25ac8e49afa429f3e30374cea1 (patch) | |
tree | d716860ab0b9646966f00b579a544288c6309021 /sys-devel/make | |
parent | profiles mask nano[slang] for riscv (diff) | |
download | gentoo-0ff216c797d5fb25ac8e49afa429f3e30374cea1.tar.gz gentoo-0ff216c797d5fb25ac8e49afa429f3e30374cea1.tar.bz2 gentoo-0ff216c797d5fb25ac8e49afa429f3e30374cea1.zip |
sys-devel/make: Add ~riscv keyword
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'sys-devel/make')
-rw-r--r-- | sys-devel/make/make-4.2.1-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/make/make-4.2.1-r4.ebuild b/sys-devel/make/make-4.2.1-r4.ebuild index 54f3b14943e0..e6baaf88f00f 100644 --- a/sys-devel/make/make-4.2.1-r4.ebuild +++ b/sys-devel/make/make-4.2.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu//make/${P}.tar.bz2" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="guile nls static" CDEPEND="guile? ( >=dev-scheme/guile-1.8:= )" |