summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-containers/lxc: update lto description in metadata.xmlJoonas Niilola2022-09-181-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: add "lto" use flagJoonas Niilola2022-09-182-0/+167
| | | | | | | | - upstream enables lto unconditionally which causes all kinds of issues for us with different linkers available. Closes: https://bugs.gentoo.org/870178 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* Convert 'apparmor' to a global USE flagMike Gilbert2022-09-121-1/+0
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-containers/lxc: drop 4.0.12Joonas Niilola2022-09-104-206/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: stabilize 5.0.1 for amd64Joonas Niilola2022-08-311-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: stabilize 5.0.1 for x86Joonas Niilola2022-08-311-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: drop 5.0.0, 5.0.0-r1Joonas Niilola2022-08-165-385/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: add 5.0.1Joonas Niilola2022-07-282-0/+161
| | | | | | - update the installed bash comp file list. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: do not hardcode systemd pathsMatthias Maier2022-07-251-0/+160
| | | | | | | | Use $(systemd_get_systemunitdir) instead of hardcoding paths. Thanks to Arfrever for pointing this out. Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* app-containers/lxc: Fix build on muslAlfred Persson Forsberg2022-07-212-1/+38
| | | | | | | | | | | | | | | | 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: Keyword 5.0.0 ppc64, #858770Sam James2022-07-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/lxc: Keyword 5.0.0 arm64, #858770Sam James2022-07-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/lxc: Keyword 5.0.0 arm, #858770Sam James2022-07-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-containers/lxc: Keyword 5.0.0 riscv, #858770Joonas Niilola2022-07-181-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: Keyword 5.0.0 x86, #858770Joonas Niilola2022-07-181-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: add 5.0.0Joonas Niilola2022-07-187-0/+252
| | | | | | | | - 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-144-247/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: stabilize 4.0.12 on x86Joonas Niilola2022-03-201-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: stabilize 4.0.12 for amd64Joonas Niilola2022-03-201-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-containers/lxc: add 4.0.12Joonas Niilola2022-02-022-0/+186
| | | | 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-209-0/+445
Closes: https://github.com/gentoo/gentoo/pull/23428 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>