diff options
author | 2019-05-04 17:41:36 +0300 | |
---|---|---|
committer | 2019-05-04 17:41:36 +0300 | |
commit | 53f839c8059e24a2f846fe0f4bd46b94b72e6e77 (patch) | |
tree | 64e7c25a72350b1f5ef8add785ea372e62813147 /sys-kernel/linux-headers/linux-headers-4.16.ebuild | |
parent | net-analyzer/scapy: Bump to 2.4.2 for python3.7 support. (diff) | |
download | gentoo-53f839c8059e24a2f846fe0f4bd46b94b72e6e77.tar.gz gentoo-53f839c8059e24a2f846fe0f4bd46b94b72e6e77.tar.bz2 gentoo-53f839c8059e24a2f846fe0f4bd46b94b72e6e77.zip |
sys-kernel/linux-headers: 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-kernel/linux-headers/linux-headers-4.16.ebuild')
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-4.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-4.16.ebuild b/sys-kernel/linux-headers/linux-headers-4.16.ebuild index d8d375b40ac8..3be493fee0cc 100644 --- a/sys-kernel/linux-headers/linux-headers-4.16.ebuild +++ b/sys-kernel/linux-headers/linux-headers-4.16.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" @@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.xz ${PATCH_VER:+https://dev.gentoo.org/~slyfox/distfiles/gentoo-headers-${PV}-${PATCH_VER}.tar.xz} " -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" DEPEND="app-arch/xz-utils dev-lang/perl" |