diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-20 00:55:21 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-20 00:58:42 -0800 |
commit | b30b0991ccbb37341ee64b166676a2f765c5cda5 (patch) | |
tree | 4deed3850e6cf8fd40406fd9cf9ff0a10e205fbb /app-containers/runc | |
parent | Move {app-emulation -> app-containers}/docker-cli (diff) | |
download | gentoo-b30b0991ccbb37341ee64b166676a2f765c5cda5.tar.gz gentoo-b30b0991ccbb37341ee64b166676a2f765c5cda5.tar.bz2 gentoo-b30b0991ccbb37341ee64b166676a2f765c5cda5.zip |
Move {app-emulation -> app-containers}/docker
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-containers/runc')
-rw-r--r-- | app-containers/runc/runc-1.0.2-r1.ebuild | 2 | ||||
-rw-r--r-- | app-containers/runc/runc-1.0.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-containers/runc/runc-1.0.2-r1.ebuild b/app-containers/runc/runc-1.0.2-r1.ebuild index 38b6da62493d..d31a90d65a0d 100644 --- a/app-containers/runc/runc-1.0.2-r1.ebuild +++ b/app-containers/runc/runc-1.0.2-r1.ebuild @@ -43,7 +43,7 @@ RESTRICT+=" test" S="${WORKDIR}/${PN}-${MY_PV}" src_compile() { - # Taken from app-emulation/docker-1.7.0-r1 + # Taken from app-containers/docker-1.7.0-r1 export CGO_CFLAGS="-I${ESYSROOT}/usr/include" export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '') -L${ESYSROOT}/usr/$(get_libdir)" diff --git a/app-containers/runc/runc-1.0.3.ebuild b/app-containers/runc/runc-1.0.3.ebuild index db1d0c6af602..b4281cd2aad2 100644 --- a/app-containers/runc/runc-1.0.3.ebuild +++ b/app-containers/runc/runc-1.0.3.ebuild @@ -41,7 +41,7 @@ RESTRICT+=" test" S="${WORKDIR}/${PN}-${MY_PV}" src_compile() { - # Taken from app-emulation/docker-1.7.0-r1 + # Taken from app-containers/docker-1.7.0-r1 export CGO_CFLAGS="-I${ESYSROOT}/usr/include" export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '') -L${ESYSROOT}/usr/$(get_libdir)" |