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 ABBE61382C5 for ; Fri, 9 Apr 2021 12:53:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFE28E0952; Fri, 9 Apr 2021 12:53:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D5B69E0952 for ; Fri, 9 Apr 2021 12:53:14 +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 7D9A2340DBA for ; Fri, 9 Apr 2021 12:53:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80D8C66A for ; Fri, 9 Apr 2021 12:53:00 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1617952953.0883021fe2b541fcb2094ce66756b58ed25695f8.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0883021fe2b541fcb2094ce66756b58ed25695f8 X-VCS-Branch: master Date: Fri, 9 Apr 2021 12:53:00 +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: 5388acf5-c67b-4f04-9eed-15134d2b5541 X-Archives-Hash: 94ef24b3ddbca5e8ba68217c884bed5a commit: 0883021fe2b541fcb2094ce66756b58ed25695f8 Author: Alarig Le Lay swordarmor fr> AuthorDate: Fri Apr 9 07:22:33 2021 +0000 Commit: Andrew Ammerlaan riseup net> 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/" }