diff options
-rw-r--r-- | app-crypt/jetring/jetring-0.25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/jetring/jetring-0.25.ebuild b/app-crypt/jetring/jetring-0.25.ebuild index 0dbb6808dd6d..04664bb5eb51 100644 --- a/app-crypt/jetring/jetring-0.25.ebuild +++ b/app-crypt/jetring/jetring-0.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND="app-crypt/gnupg" |