commit: a8f75e922c86a90317d7df30e65953c2af840591
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 16 01:54:33 2025 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Wed Jul 16 01:55:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f75e92
sci-libs/p4est: remove empty global variable assignment
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
sci-libs/p4est/p4est-2.8.6.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sci-libs/p4est/p4est-2.8.6.ebuild
b/sci-libs/p4est/p4est-2.8.6.ebuild
index ac7398a0b90a..6ac0a519e591 100644
--- a/sci-libs/p4est/p4est-2.8.6.ebuild
+++ b/sci-libs/p4est/p4est-2.8.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,6 @@ if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/cburstedde/${PN}.git"
EGIT_BRANCH="develop"
- SRC_URI=""
else
SRC_URI="https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"