commit: 8c115c44de5417e97e6e5c66676ecd7ba73b62da
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri May 9 07:24:46 2025 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri May 9 07:25:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c115c44
app-containers/lxc: revbump 6.0.4 due to the patch
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-containers/lxc/{lxc-6.0.4.ebuild => lxc-6.0.4-r1.ebuild} | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/app-containers/lxc/lxc-6.0.4.ebuild
b/app-containers/lxc/lxc-6.0.4-r1.ebuild
similarity index 99%
rename from app-containers/lxc/lxc-6.0.4.ebuild
rename to app-containers/lxc/lxc-6.0.4-r1.ebuild
index 8231a76e66dc..995c5160812c 100644
--- a/app-containers/lxc/lxc-6.0.4.ebuild
+++ b/app-containers/lxc/lxc-6.0.4-r1.ebuild
@@ -37,10 +37,6 @@ BDEPEND="virtual/pkgconfig
man? ( app-text/docbook2X )
verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )"
-PATCHES=(
- "${FILESDIR}"/${P}-start-Re-introduce-first-SET_DUMPABLE-call.patch
-)
-
RESTRICT="!test? ( test )"
CONFIG_CHECK="~!NETPRIO_CGROUP
@@ -76,14 +72,14 @@
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/linuxcontainers.asc
DOCS=( AUTHORS CONTRIBUTING MAINTAINERS README.md doc/FAQ.txt )
+PATCHES=(
+ "${FILESDIR}"/${P}-start-Re-introduce-first-SET_DUMPABLE-call.patch
+)
+
pkg_setup() {
linux-info_pkg_setup
}
-src_prepare() {
- default
-}
-
src_configure() {
# -Dtools-multicall=false: will create a single binary called 'lxc'
that conflicts with LXD.