diff options
author | Sebastian Pipping <sping@gentoo.org> | 2023-11-05 18:48:39 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2023-11-05 18:48:39 +0100 |
commit | b8a723b503a4e4f48871f2e3f49ab2df455cf71a (patch) | |
tree | 69945eb707108501929a8e234dddcb8711367cd9 /dev-vcs/svn2git | |
parent | dev-vcs/svn2git: Drop old (for UnusedInherits) (diff) | |
download | gentoo-b8a723b503a4e4f48871f2e3f49ab2df455cf71a.tar.gz gentoo-b8a723b503a4e4f48871f2e3f49ab2df455cf71a.tar.bz2 gentoo-b8a723b503a4e4f48871f2e3f49ab2df455cf71a.zip |
dev-vcs/svn2git: Address EmptyGlobalAssignment
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'dev-vcs/svn2git')
-rw-r--r-- | dev-vcs/svn2git/svn2git-1.0.18-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-vcs/svn2git/svn2git-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-vcs/svn2git/svn2git-1.0.18-r1.ebuild b/dev-vcs/svn2git/svn2git-1.0.18-r1.ebuild index 23d663c4c084..5e6fc57ceb26 100644 --- a/dev-vcs/svn2git/svn2git-1.0.18-r1.ebuild +++ b/dev-vcs/svn2git/svn2git-1.0.18-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,6 @@ fi LICENSE="GPL-3" SLOT="0" -IUSE="" # KEYWORDS way up DEPEND=" diff --git a/dev-vcs/svn2git/svn2git-9999.ebuild b/dev-vcs/svn2git/svn2git-9999.ebuild index 7db66f10e468..84c5b8c37422 100644 --- a/dev-vcs/svn2git/svn2git-9999.ebuild +++ b/dev-vcs/svn2git/svn2git-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,6 @@ fi LICENSE="GPL-3" SLOT="0" -IUSE="" # KEYWORDS way up DEPEND=" |