diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-04-23 12:50:53 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-23 12:52:40 -0400 |
commit | 13dae7d60ae568357ee8736413f1ecf9af200279 (patch) | |
tree | e990ba96b9d9187befc7f3dd1d01106526de859d /app-admin | |
parent | dev-python/flask-principal: Add ~arm ~arm64 (diff) | |
download | gentoo-13dae7d60ae568357ee8736413f1ecf9af200279.tar.gz gentoo-13dae7d60ae568357ee8736413f1ecf9af200279.tar.bz2 gentoo-13dae7d60ae568357ee8736413f1ecf9af200279.zip |
app-admin/pass: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/pass/pass-1.7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/pass/pass-1.7.3.ebuild b/app-admin/pass/pass-1.7.3.ebuild index 02fd3b80191f..40951a9abdb7 100644 --- a/app-admin/pass/pass-1.7.3.ebuild +++ b/app-admin/pass/pass-1.7.3.ebuild @@ -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://git.zx2c4.com/password-store/snapshot/password-store-${PV}.tar. SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ~arm ~ppc64 x86 ~x86-macos" +KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x86-macos" IUSE="+git X zsh-completion fish-completion emacs dmenu importers elibc_Darwin" RDEPEND=" |