commit: e785055c63a8f8cea275bdf38bacd1a009935363 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sun Nov 2 08:55:35 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sun Nov 2 08:58:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e785055c
app-crypt/lego: sync live ebuild Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> app-crypt/lego/lego-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/lego/lego-9999.ebuild b/app-crypt/lego/lego-9999.ebuild index 823b85577447..fa85e7e90571 100644 --- a/app-crypt/lego/lego-9999.ebuild +++ b/app-crypt/lego/lego-9999.ebuild @@ -8,7 +8,7 @@ inherit go-module DESCRIPTION="Let's Encrypt/ACME client (like certbot or acme.sh) and library written in Go" HOMEPAGE="https://github.com/go-acme/lego/" -DOCUMENTATION_COMMIT=0ce4747df447fbf0ca99f68a9d8542b75b7f68e3 +DOCUMENTATION_COMMIT=2dabd1b0049c85b8d1770602491f699bd1d6fbfd if [[ ${PV} == 9999* ]]; then inherit git-r3 @@ -16,8 +16,8 @@ if [[ ${PV} == 9999* ]]; then else SRC_URI=" https://github.com/go-acme/lego/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/deps.tar.xz -> ${P}-deps.tar.xz https://github.com/go-acme/lego/archive/${DOCUMENTATION_COMMIT}.tar.gz -> ${P}-docs.tar.gz + https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}-deps.tar.xz " KEYWORDS="~amd64 ~arm64" fi
