diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-19 14:02:57 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-19 14:02:57 +0300 |
commit | 92940a986d74d54c048645b959f0c0b2bb76cf35 (patch) | |
tree | 6eeadfab47e7be40134dd4a8b8a60f1b544961b4 /sys-auth | |
parent | app-emulation/cloud-hypervisor: Fix tests (diff) | |
download | gentoo-92940a986d74d54c048645b959f0c0b2bb76cf35.tar.gz gentoo-92940a986d74d54c048645b959f0c0b2bb76cf35.tar.bz2 gentoo-92940a986d74d54c048645b959f0c0b2bb76cf35.zip |
sys-auth/ssh-import-id: Stabilize 5.11-r1 ALLARCHES, #904571
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild b/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild index 5e367ecf4375..ddde94c6da84 100644 --- a/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild +++ b/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 sparc x86" IUSE="" DEPEND="${PYTHON_DEPS}" |