diff options
author | 2024-07-16 10:28:56 +0100 | |
---|---|---|
committer | 2024-07-16 21:29:03 +0100 | |
commit | 6627fbc8ddb4d249139d7f17722090d9e2c32341 (patch) | |
tree | f75573f2388bbb3b775a80eb45b48d2c950cd4c2 /app-containers | |
parent | app-containers/runc: add release 1.1.13 (diff) | |
download | gentoo-6627fbc8ddb4d249139d7f17722090d9e2c32341.tar.gz gentoo-6627fbc8ddb4d249139d7f17722090d9e2c32341.tar.bz2 gentoo-6627fbc8ddb4d249139d7f17722090d9e2c32341.zip |
app-containers/runc: HTTPS for HOMEPAGE, move S
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/runc/runc-1.1.13.ebuild | 5 |
1 files 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" |