diff options
author | Sam James <sam@gentoo.org> | 2024-05-09 12:19:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-09 12:32:36 +0100 |
commit | 3208feb9e7d44909a49245b5180bd5081fd5759c (patch) | |
tree | 9e598e97feccaacc3035eee9e4d0396e37397290 /sys-auth | |
parent | sys-auth/ssh-import-id: drop 5.11 (diff) | |
download | gentoo-3208feb9e7d44909a49245b5180bd5081fd5759c.tar.gz gentoo-3208feb9e7d44909a49245b5180bd5081fd5759c.tar.bz2 gentoo-3208feb9e7d44909a49245b5180bd5081fd5759c.zip |
sys-auth/ssh-import-id: fix EmptyGlobalAssignment
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 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 ddde94c6da84..08dd75a431f3 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,6 @@ 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" -IUSE="" DEPEND="${PYTHON_DEPS}" RDEPEND=" |