commit: a77daa65ce8be6a81dc3c20c3576775ef20fa1fe Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Feb 8 18:04:39 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 8 18:05:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77daa65
sys-apps/uutils: add docs to HOMEPAGE Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/uutils/uutils-0.0.17.ebuild | 3 ++- sys-apps/uutils/uutils-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-apps/uutils/uutils-0.0.17.ebuild b/sys-apps/uutils/uutils-0.0.17.ebuild index bd137947e0de..77277f32ac2a 100644 --- a/sys-apps/uutils/uutils-0.0.17.ebuild +++ b/sys-apps/uutils/uutils-0.0.17.ebuild @@ -278,7 +278,8 @@ CRATES=" inherit cargo DESCRIPTION="GNU coreutils rewritten in Rust" -HOMEPAGE="https://github.com/uutils/coreutils" +HOMEPAGE="https://uutils.github.io/user/" + if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/uutils/coreutils" inherit git-r3 diff --git a/sys-apps/uutils/uutils-9999.ebuild b/sys-apps/uutils/uutils-9999.ebuild index bd137947e0de..77277f32ac2a 100644 --- a/sys-apps/uutils/uutils-9999.ebuild +++ b/sys-apps/uutils/uutils-9999.ebuild @@ -278,7 +278,8 @@ CRATES=" inherit cargo DESCRIPTION="GNU coreutils rewritten in Rust" -HOMEPAGE="https://github.com/uutils/coreutils" +HOMEPAGE="https://uutils.github.io/user/" + if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/uutils/coreutils" inherit git-r3
