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 88FA1138334 for ; Sat, 6 Jul 2019 10:43:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8B6FE081A; Sat, 6 Jul 2019 10:43:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8E351E081A for ; Sat, 6 Jul 2019 10:43:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 06028347297 for ; Sat, 6 Jul 2019 10:43:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D19B56A1 for ; Sat, 6 Jul 2019 10:43:25 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1562409785.6794056fc3cf58bed9c5ebb93c2e5662caa5acea.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/dehydrated/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/dehydrated/dehydrated-0.6.5.ebuild X-VCS-Directories: app-crypt/dehydrated/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 6794056fc3cf58bed9c5ebb93c2e5662caa5acea X-VCS-Branch: master Date: Sat, 6 Jul 2019 10:43:25 +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: ff074da6-014a-4103-9334-46f0b97c45f0 X-Archives-Hash: 6ad0168778982bb3af8c0682eeb264d5 commit: 6794056fc3cf58bed9c5ebb93c2e5662caa5acea Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Jul 6 10:41:54 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Jul 6 10:43:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6794056f app-crypt/dehydrated: x86 stable, apply ALLARCHES policy Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann gentoo.org> app-crypt/dehydrated/dehydrated-0.6.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/dehydrated/dehydrated-0.6.5.ebuild b/app-crypt/dehydrated/dehydrated-0.6.5.ebuild index 4a5cbf642f1..fab5c7c8615 100644 --- a/app-crypt/dehydrated/dehydrated-0.6.5.ebuild +++ b/app-crypt/dehydrated/dehydrated-0.6.5.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/lukas2511/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 arm arm64 x86" IUSE="+cron" DEPEND="cron? ( virtual/cron )"