diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-04-01 16:10:51 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-04-01 16:13:00 -0400 |
commit | 4f0726f2cf65102c6e7dc79e5ec79346b04ffea8 (patch) | |
tree | 0120f4f284f4081e64a9ce2d347b1466750f0a1f /app-admin | |
parent | app-admin/pass: Add USE=wayland (diff) | |
download | gentoo-4f0726f2cf65102c6e7dc79e5ec79346b04ffea8.tar.gz gentoo-4f0726f2cf65102c6e7dc79e5ec79346b04ffea8.tar.bz2 gentoo-4f0726f2cf65102c6e7dc79e5ec79346b04ffea8.zip |
app-admin/pass: Propagate keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/pass/pass-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/pass/pass-9999.ebuild b/app-admin/pass/pass-9999.ebuild index 99681bec4728..a6ee842f8175 100644 --- a/app-admin/pass/pass-9999.ebuild +++ b/app-admin/pass/pass-9999.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else SRC_URI="https://git.zx2c4.com/password-store/snapshot/password-store-${PV}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos" S="${WORKDIR}/password-store-${PV}" fi |