summaryrefslogtreecommitdiff
path: root/sys-boot
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-17 07:12:38 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-17 07:12:38 +0000
commitd9cfaa5b0b458e4f1346819aefd09daf62695c0e (patch)
tree18a9a968cba1aa1ba23782e8ab64f77d24f1290a /sys-boot
parentda26e5c2ef5996cb5bf06adeb42fa47c0b76522d (diff)
downloadbaldeagleos-repo-d9cfaa5b0b458e4f1346819aefd09daf62695c0e.tar.gz
baldeagleos-repo-d9cfaa5b0b458e4f1346819aefd09daf62695c0e.tar.xz
baldeagleos-repo-d9cfaa5b0b458e4f1346819aefd09daf62695c0e.zip
Adding metadata
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub/grub-9999.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
index aa1b04ffc98f..29e18d0cbb3d 100644
--- a/sys-boot/grub/grub-9999.ebuild
+++ b/sys-boot/grub/grub-9999.ebuild
@@ -32,10 +32,13 @@ inherit bash-completion-r1 eapi9-ver flag-o-matic multibuild optfeature
inherit python-any-r1 secureboot toolchain-funcs verify-sig
DESCRIPTION="GNU GRUB boot loader"
-HOMEPAGE="https://www.gnu.org/software/grub/"
+HOMEPAGE="https://gnu-grub.freedesktop.org/"
MY_P=${P}
-if [[ ${PV} != 9999 ]]; then
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.freedesktop.org/gnu-grub/grub.git"
+else
if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then
# The quote style is to work with <=bash-4.2 and >=bash-4.3 #503860
MY_P=${P/_/'~'}
@@ -58,9 +61,6 @@ if [[ ${PV} != 9999 ]]; then
)
"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-else
- inherit git-r3
- EGIT_REPO_URI="https://git.savannah.gnu.org/git/grub.git"
fi
DEJAVU_VER=2.37