commit: 090806fac66560bf97b3ced7f8e18a37130a57b2
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 19:14:30 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> 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 <flow <AT> 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
}