commit: f1e6fb602248677802d81681db9394eed63e463f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Dec 20 03:53:46 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 20 04:02:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e6fb60
virtual/eject: fix MissingVirtualKeywords Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> virtual/eject/eject-0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/eject/eject-0-r1.ebuild b/virtual/eject/eject-0-r1.ebuild index df89d60e551..b5270d3e469 100644 --- a/virtual/eject/eject-0-r1.ebuild +++ b/virtual/eject/eject-0-r1.ebuild @@ -5,6 +5,6 @@ EAPI=6 DESCRIPTION="Virtual for the eject command" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux" RDEPEND="|| ( >=sys-apps/util-linux-2.22 sys-block/eject-bsd )"
