commit: 8763d359235c6860a1c58735dc94fb49f1b346a5 Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Mon Sep 30 15:30:05 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue Feb 3 19:31:14 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8763d359
dev-cpp/eigen: fix EIGEN_BRANCH, add 3.4.9999 Bug: https://bugs.gentoo.org/928160 Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44994 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-cpp/eigen/eigen-3.4.0-r3.ebuild | 4 ++-- dev-cpp/eigen/{eigen-3.4.0-r3.ebuild => eigen-3.4.9999.ebuild} | 6 +++--- dev-cpp/eigen/eigen-9999.ebuild | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-cpp/eigen/eigen-3.4.0-r3.ebuild b/dev-cpp/eigen/eigen-3.4.0-r3.ebuild index a5a1b947ff72..21f9174b1ab0 100644 --- a/dev-cpp/eigen/eigen-3.4.0-r3.ebuild +++ b/dev-cpp/eigen/eigen-3.4.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]] ; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/lib${PN}/${PN}.git" if [[ ${PV} = 3.4.9999* ]] ; then - EGIT_COMMIT="3.4" + EGIT_BRANCH="3.4" fi else SRC_URI=" diff --git a/dev-cpp/eigen/eigen-3.4.0-r3.ebuild b/dev-cpp/eigen/eigen-3.4.9999.ebuild similarity index 98% copy from dev-cpp/eigen/eigen-3.4.0-r3.ebuild copy to dev-cpp/eigen/eigen-3.4.9999.ebuild index a5a1b947ff72..995c8f95ff42 100644 --- a/dev-cpp/eigen/eigen-3.4.0-r3.ebuild +++ b/dev-cpp/eigen/eigen-3.4.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,14 +13,14 @@ if [[ ${PV} = *9999* ]] ; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/lib${PN}/${PN}.git" if [[ ${PV} = 3.4.9999* ]] ; then - EGIT_COMMIT="3.4" + EGIT_BRANCH="3.4" fi else SRC_URI=" https://gitlab.com/lib${PN}/${PN}/-/archive/${PV}/${P}.tar.bz2 test? ( lapack? ( https://downloads.tuxfamily.org/${PN}/lapack_addons_3.4.1.tgz -> ${PN}-lapack_addons-3.4.1.tgz ) ) " - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos" fi LICENSE="MPL-2.0" diff --git a/dev-cpp/eigen/eigen-9999.ebuild b/dev-cpp/eigen/eigen-9999.ebuild index a1abfd74c566..b6aed35f654f 100644 --- a/dev-cpp/eigen/eigen-9999.ebuild +++ b/dev-cpp/eigen/eigen-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]] ; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/lib${PN}/${PN}.git" if [[ ${PV} = 3.4.9999* ]] ; then - EGIT_COMMIT="3.4" + EGIT_BRANCH="3.4" fi else SRC_URI="
