summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-04-01 16:10:51 -0400
committerMatt Turner <mattst88@gentoo.org>2021-04-01 16:13:00 -0400
commit4f0726f2cf65102c6e7dc79e5ec79346b04ffea8 (patch)
tree0120f4f284f4081e64a9ce2d347b1466750f0a1f
parentapp-admin/pass: Add USE=wayland (diff)
downloadgentoo-4f0726f2.tar.gz
gentoo-4f0726f2.tar.bz2
gentoo-4f0726f2.zip
app-admin/pass: Propagate keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--app-admin/pass/pass-9999.ebuild2
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