commit: 6627fbc8ddb4d249139d7f17722090d9e2c32341 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Tue Jul 16 09:28:56 2024 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue Jul 16 20:29:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6627fbc8
app-containers/runc: HTTPS for HOMEPAGE, move S Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> app-containers/runc/runc-1.1.13.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-containers/runc/runc-1.1.13.ebuild b/app-containers/runc/runc-1.1.13.ebuild index 182586a7d26a..821b7ad84de7 100644 --- a/app-containers/runc/runc-1.1.13.ebuild +++ b/app-containers/runc/runc-1.1.13.ebuild @@ -10,9 +10,10 @@ RUNC_COMMIT=58aa9203c123022138b22cf96540c284876a7910 CONFIG_CHECK="~USER_NS" DESCRIPTION="runc container cli tools" -HOMEPAGE="http://github.com/opencontainers/runc/" +HOMEPAGE="https://github.com/opencontainers/runc/" MY_PV="${PV/_/-}" SRC_URI="https://github.com/opencontainers/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="Apache-2.0 BSD-2 BSD MIT" SLOT="0" @@ -38,8 +39,6 @@ BDEPEND=" # majority of tests pass RESTRICT+=" test" -S="${WORKDIR}/${PN}-${MY_PV}" - src_compile() { # Taken from app-containers/docker-1.7.0-r1 CGO_CFLAGS+=" -I${ESYSROOT}/usr/include"
