From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9C96158086 for ; Sun, 10 Oct 2021 06:29:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E800E0827; Sun, 10 Oct 2021 06:29:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0039BE0827 for ; Sun, 10 Oct 2021 06:29:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE5923430AC for ; Sun, 10 Oct 2021 06:29:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2815A8F for ; Sun, 10 Oct 2021 06:29:16 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1633847324.27b61b8cd8a74129fa0c6dc0addbb02e12732735.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/lxd/lxd-4.0.7-r1.ebuild X-VCS-Directories: app-emulation/lxd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 27b61b8cd8a74129fa0c6dc0addbb02e12732735 X-VCS-Branch: master Date: Sun, 10 Oct 2021 06:29:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 23124d74-8c49-4330-83a4-97511a1c041d X-Archives-Hash: a49bd7478da7352d6d0a18e889703804 commit: 27b61b8cd8a74129fa0c6dc0addbb02e12732735 Author: Uzi Erdenebileg gmail com> AuthorDate: Sun Oct 10 06:22:14 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Oct 10 06:28:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b61b8c app-emulation/lxd: Add keepdir Bug: https://bugs.gentoo.org/817287 Signed-off-by: Uzi Erdenebileg gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22535 Signed-off-by: Joonas Niilola gentoo.org> app-emulation/lxd/lxd-4.0.7-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-emulation/lxd/lxd-4.0.7-r1.ebuild b/app-emulation/lxd/lxd-4.0.7-r1.ebuild index cdfd0052cb6..6741e169d8f 100644 --- a/app-emulation/lxd/lxd-4.0.7-r1.ebuild +++ b/app-emulation/lxd/lxd-4.0.7-r1.ebuild @@ -151,6 +151,8 @@ src_install() { systemd_newunit "${FILESDIR}"/lxd-containers-4.0.0.service lxd-containers.service systemd_newunit "${FILESDIR}"/lxd-4.0.0.socket lxd.socket + keepdir /var/log/lxd + dodoc AUTHORS doc/* use nls && domo po/*.mo }