app-crypt/dehydrated: add ~arm and ~arm64 keyword
authorSteev Klimaszewski <steev@gentoo.org>
Thu, 3 Jan 2019 23:02:57 +0000 (17:02 -0600)
committerSteev Klimaszewski <steev@gentoo.org>
Thu, 3 Jan 2019 23:05:30 +0000 (17:05 -0600)
Closes bug 674264.  Thanks to Nado for reporting

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Stephen Klimaszewski <steev@gentoo.org>
app-crypt/dehydrated/dehydrated-0.6.2-r1.ebuild

index 328af1a4cfb7faad7ca50222c8fc8e2a6936098a..c277dcec96d46592c3ebad8ae2ddd3807dde9ab1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -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 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+cron"
 
 DEPEND="cron? ( virtual/cron )"