diff options
author | Sam James <sam@gentoo.org> | 2021-02-03 02:34:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-03 02:34:29 +0000 |
commit | e87c71fdfe7985dc290518fbd5deaf6ff0f8f811 (patch) | |
tree | d1829fd8da5d590da39218258bb85bb3a5e0cfab /virtual | |
parent | virtual/perl-Attribute-Handlers: fix MissingVirtualKeywords (hppa, ~riscv) (diff) | |
download | gentoo-e87c71fdfe7985dc290518fbd5deaf6ff0f8f811.tar.gz gentoo-e87c71fdfe7985dc290518fbd5deaf6ff0f8f811.tar.bz2 gentoo-e87c71fdfe7985dc290518fbd5deaf6ff0f8f811.zip |
virtual/eject: fix VirtualKeywordsUpdate (hppa)
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/eject/eject-0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/eject/eject-0-r1.ebuild b/virtual/eject/eject-0-r1.ebuild index d410cebc969b..185772dd9eb7 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 )" |