summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-containers/lxc: drop 5.0.2Joonas Niilola2023-09-101-131/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: add 5.0.3Joonas Niilola2023-07-261-0/+132
| | | | | | | | - add new openrc init.d script which fixes commented lines being injected into container's config. Closes: https://bugs.gentoo.org/909640 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: drop 5.0.1-r2Joonas Niilola2023-02-222-427/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: add a patch to fix arm64+systemd issueJoonas Niilola2022-10-061-0/+44
| | | | | Closes: https://bugs.gentoo.org/875356 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: fix on glibc-2.36Joonas Niilola2022-10-041-0/+383
| | | | | Closes: https://bugs.gentoo.org/864919 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: drop 4.0.12Joonas Niilola2022-09-102-20/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: drop 5.0.0, 5.0.0-r1Joonas Niilola2022-08-162-63/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: Fix build on muslAlfred Persson Forsberg2022-07-211-0/+36
| | | | | | | | | | | | | | | | From: https://github.com/lxc/lxc/commit/8ee8879083f40d2d0b9cef46d6a6907c1b5a814b "STRERROR_R_CHAR_P is always defined to 0 or 1 depending on the value of have_func_strerror_r_char_p in meson.build so replace #ifdef by #if to avoid a redefinition build failure if char *strerror_r is not defined" - strerror_r returns an int on musl (XSI compliant), not char * which causes the build failure due to the reason above. See: https://git.musl-libc.org/cgit/musl/tree/src/string/strerror_r.c#n4 Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Closes: https://github.com/gentoo/gentoo/pull/26500 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: add 5.0.0Joonas Niilola2022-07-185-0/+91
| | | | | | | | - build system switched to meson, so dropping all keywords off, - some changes to handling systemd in general - there's a chance gentoo-lxc on systemd breaks due to this (did my best to test it but...) Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: drop 4.0.11_p1-r1Joonas Niilola2022-04-142-57/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: remove unused patchMichael Mair-Keimberger2021-12-221-27/+0
| | | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23464 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* Move {app-emulation -> app-containers}/lxcGeorgy Yakovlev2021-12-206-0/+235
Closes: https://github.com/gentoo/gentoo/pull/23428 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>