From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33D26158089 for ; Sun, 5 Nov 2023 17:49:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F3932BC013; Sun, 5 Nov 2023 17:49:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4043D2BC013 for ; Sun, 5 Nov 2023 17:49:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E598335CE3 for ; Sun, 5 Nov 2023 17:49:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0154612B7 for ; Sun, 5 Nov 2023 17:49:09 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1699206519.b8a723b503a4e4f48871f2e3f49ab2df455cf71a.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/svn2git/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/svn2git/svn2git-1.0.18-r1.ebuild dev-vcs/svn2git/svn2git-9999.ebuild X-VCS-Directories: dev-vcs/svn2git/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: b8a723b503a4e4f48871f2e3f49ab2df455cf71a X-VCS-Branch: master Date: Sun, 5 Nov 2023 17:49:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5173372c-e3fe-45a7-9fe1-20f61399abf9 X-Archives-Hash: 0c73f36dba1f89953470570622a911ed commit: b8a723b503a4e4f48871f2e3f49ab2df455cf71a Author: Sebastian Pipping gentoo org> AuthorDate: Sun Nov 5 17:48:39 2023 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Nov 5 17:48:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a723b5 dev-vcs/svn2git: Address EmptyGlobalAssignment Signed-off-by: Sebastian Pipping gentoo.org> dev-vcs/svn2git/svn2git-1.0.18-r1.ebuild | 3 +-- 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="