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 7EBD71382C5 for ; Fri, 9 Apr 2021 07:22:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C351AE0923; Fri, 9 Apr 2021 07:22:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A730DE0923 for ; Fri, 9 Apr 2021 07:22:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0999335C06 for ; Fri, 9 Apr 2021 07:22:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E62C63E for ; Fri, 9 Apr 2021 07:22:42 +0000 (UTC) From: "Alarig Le Lay" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alarig Le Lay" Message-ID: <1617952953.0883021fe2b541fcb2094ce66756b58ed25695f8.AlarigLeLay@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/rpki-client/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/rpki-client/rpki-client-6.8_p1.ebuild X-VCS-Directories: net-misc/rpki-client/ X-VCS-Committer: AlarigLeLay X-VCS-Committer-Name: Alarig Le Lay X-VCS-Revision: 0883021fe2b541fcb2094ce66756b58ed25695f8 X-VCS-Branch: dev Date: Fri, 9 Apr 2021 07:22:42 +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: 06a44bc3-e999-4736-97fa-728d0adc9ff0 X-Archives-Hash: 6e2140ed1571ff711ea12f75f066adf1 commit: 0883021fe2b541fcb2094ce66756b58ed25695f8 Author: Alarig Le Lay swordarmor fr> AuthorDate: Fri Apr 9 07:22:33 2021 +0000 Commit: Alarig Le Lay swordarmor fr> CommitDate: Fri Apr 9 07:22:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0883021f net-misc/rpki-client: Correcting typo Closes: https://bugs.gentoo.org/781695 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alarig Le Lay swordarmor.fr> net-misc/rpki-client/rpki-client-6.8_p1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/rpki-client/rpki-client-6.8_p1.ebuild b/net-misc/rpki-client/rpki-client-6.8_p1.ebuild index a240427e0..84362d056 100644 --- a/net-misc/rpki-client/rpki-client-6.8_p1.ebuild +++ b/net-misc/rpki-client/rpki-client-6.8_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,7 +35,7 @@ src_install() { emake DESTDIR="${D}" BINDIR="/usr/bin" MANDIR="/usr/share/man" install insinto /etc/rpki doins *.tal - keedir "/var/cache/rpki-client/" + keepdir "/var/cache/rpki-client/" keepdir "/var/db/rpki-client/" fowners -R _rpki-client "/var/db/rpki-client/" }