Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pass/
Date: Thu, 01 Apr 2021 20:13:57
Message-Id: 1617307980.4f0726f2cf65102c6e7dc79e5ec79346b04ffea8.mattst88@gentoo
1 commit: 4f0726f2cf65102c6e7dc79e5ec79346b04ffea8
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 1 20:10:51 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 1 20:13:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0726f2
7
8 app-admin/pass: Propagate keywords
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-admin/pass/pass-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-admin/pass/pass-9999.ebuild b/app-admin/pass/pass-9999.ebuild
16 index 99681bec472..a6ee842f817 100644
17 --- a/app-admin/pass/pass-9999.ebuild
18 +++ b/app-admin/pass/pass-9999.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} = 9999* ]]; then
20 inherit git-r3
21 else
22 SRC_URI="https://git.zx2c4.com/password-store/snapshot/password-store-${PV}.tar.xz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
25 S="${WORKDIR}/password-store-${PV}"
26 fi