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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C643915808D for ; Tue, 19 Apr 2022 19:28:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E86A7E0951; Tue, 19 Apr 2022 19:28:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37C00E095D for ; Tue, 19 Apr 2022 19:28:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED097341B39 for ; Tue, 19 Apr 2022 19:28:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B3293B3 for ; Tue, 19 Apr 2022 19:28:02 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1650396477.090806fac66560bf97b3ced7f8e18a37130a57b2.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/knot/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/knot/knot-3.1.4.ebuild net-dns/knot/knot-3.1.5.ebuild net-dns/knot/knot-3.1.7.ebuild X-VCS-Directories: net-dns/knot/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 090806fac66560bf97b3ced7f8e18a37130a57b2 X-VCS-Branch: master Date: Tue, 19 Apr 2022 19:28:02 +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: 6b2e8ba5-2c09-4f50-85ac-1e81e48414e6 X-Archives-Hash: cfbe8aceca5e0d14646fe17e572a08f3 commit: 090806fac66560bf97b3ced7f8e18a37130a57b2 Author: Florian Schmaus gentoo org> AuthorDate: Tue Apr 19 19:14:30 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Apr 19 19:27:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090806fa net-dns/knot: add missing keepdir Signed-off-by: Florian Schmaus gentoo.org> net-dns/knot/knot-3.1.4.ebuild | 4 +++- net-dns/knot/knot-3.1.5.ebuild | 4 +++- net-dns/knot/knot-3.1.7.ebuild | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/net-dns/knot/knot-3.1.4.ebuild b/net-dns/knot/knot-3.1.4.ebuild index 4b7058faa52a..f94f823b4198 100644 --- a/net-dns/knot/knot-3.1.4.ebuild +++ b/net-dns/knot/knot-3.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -103,4 +103,6 @@ src_install() { fi find "${D}" -name '*.la' -delete || die + + keepdir /var/lib/knot } diff --git a/net-dns/knot/knot-3.1.5.ebuild b/net-dns/knot/knot-3.1.5.ebuild index 4b7058faa52a..f94f823b4198 100644 --- a/net-dns/knot/knot-3.1.5.ebuild +++ b/net-dns/knot/knot-3.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -103,4 +103,6 @@ src_install() { fi find "${D}" -name '*.la' -delete || die + + keepdir /var/lib/knot } diff --git a/net-dns/knot/knot-3.1.7.ebuild b/net-dns/knot/knot-3.1.7.ebuild index 8c8aa3be19bd..f94f823b4198 100644 --- a/net-dns/knot/knot-3.1.7.ebuild +++ b/net-dns/knot/knot-3.1.7.ebuild @@ -103,4 +103,6 @@ src_install() { fi find "${D}" -name '*.la' -delete || die + + keepdir /var/lib/knot }