From e87c71fdfe7985dc290518fbd5deaf6ff0f8f811 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 3 Feb 2021 02:34:29 +0000 Subject: [PATCH] virtual/eject: fix VirtualKeywordsUpdate (hppa) Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James --- virtual/eject/eject-0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual/eject/eject-0-r1.ebuild b/virtual/eject/eject-0-r1.ebuild index d410cebc969b8..185772dd9eb7c 100644 --- a/virtual/eject/eject-0-r1.ebuild +++ b/virtual/eject/eject-0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Virtual for the eject command" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 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 )"