diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-04 19:02:11 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-04 19:02:11 +0300 |
commit | aa8539c55d4cbd72f0963e2d6c739f5e3ef54d20 (patch) | |
tree | a22d3afb3f14f394b376ccd0bc44d822c47b95a6 /virtual | |
parent | net-misc/openssh: Add ~riscv keyword (diff) | |
download | gentoo-aa8539c55d4cbd72f0963e2d6c739f5e3ef54d20.tar.gz gentoo-aa8539c55d4cbd72f0963e2d6c739f5e3ef54d20.tar.bz2 gentoo-aa8539c55d4cbd72f0963e2d6c739f5e3ef54d20.zip |
virtual/shadow: Add ~riscv keyword
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/shadow/shadow-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/shadow/shadow-0.ebuild b/virtual/shadow/shadow-0.ebuild index 4fecc889595a..0269fdb33de0 100644 --- a/virtual/shadow/shadow-0.ebuild +++ b/virtual/shadow/shadow-0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 DESCRIPTION="Virtual for user account management utilities" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~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-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # >=shadow-4-1 is required because of bug #367633 (user.eclass needs it). # On Prefix installations we sort of have to hope there is some shadow |