diff options
author | Sam James <sam@gentoo.org> | 2023-04-03 07:29:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-03 07:29:04 +0100 |
commit | 051b824740a03cc211fb9cbcd0bb67bca7374a46 (patch) | |
tree | b97a4f03c63cde208074955599fcca8198b5cfdf /sys-boot/palo | |
parent | sys-devel/gcc: Stabilize 11.3.1_p20230120-r1 hppa, #891797 (diff) | |
download | gentoo-051b824740a03cc211fb9cbcd0bb67bca7374a46.tar.gz gentoo-051b824740a03cc211fb9cbcd0bb67bca7374a46.tar.bz2 gentoo-051b824740a03cc211fb9cbcd0bb67bca7374a46.zip |
sys-boot/palo: add git repo to HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-boot/palo')
-rw-r--r-- | sys-boot/palo/palo-2.22.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/palo/palo-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-boot/palo/palo-2.22.ebuild b/sys-boot/palo/palo-2.22.ebuild index 76c4d66a89e8..967e766b9dee 100644 --- a/sys-boot/palo/palo-2.22.ebuild +++ b/sys-boot/palo/palo-2.22.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 @@ -6,7 +6,7 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="PALO: PArisc Linux Loader" -HOMEPAGE="https://parisc.wiki.kernel.org/" +HOMEPAGE="https://parisc.wiki.kernel.org/ https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git/" if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git" inherit git-r3 diff --git a/sys-boot/palo/palo-9999.ebuild b/sys-boot/palo/palo-9999.ebuild index 9f304fe83eaf..6eae2c2820e0 100644 --- a/sys-boot/palo/palo-9999.ebuild +++ b/sys-boot/palo/palo-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 @@ -6,7 +6,7 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="PALO: PArisc Linux Loader" -HOMEPAGE="https://parisc.wiki.kernel.org/" +HOMEPAGE="https://parisc.wiki.kernel.org/ https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git/" if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git" inherit git-r3 |