summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-04-04 22:17:55 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2021-04-04 22:21:02 +0100
commit36499b73b3c4c4ad4c728d2d1afb034b92109826 (patch)
treeb942276d4d6a78b743ea411017f8b54fd6374f3d /app-admin
parentgui-apps/wl-clipboard: keyworded 2.0.0 for ppc64 (diff)
downloadgentoo-36499b73b3c4c4ad4c728d2d1afb034b92109826.tar.gz
gentoo-36499b73b3c4c4ad4c728d2d1afb034b92109826.tar.bz2
gentoo-36499b73b3c4c4ad4c728d2d1afb034b92109826.zip
app-admin/pass: keyworded 1.7.4_pre20210216 for ppc64
keyworded wrt bug #779739 Package-Manager: Portage-3.0.18, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/pass/pass-1.7.4_pre20210216.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/pass/pass-1.7.4_pre20210216.ebuild b/app-admin/pass/pass-1.7.4_pre20210216.ebuild
index 190d2cec6a45..66708a1d982c 100644
--- a/app-admin/pass/pass-1.7.4_pre20210216.ebuild
+++ b/app-admin/pass/pass-1.7.4_pre20210216.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
EGIT_REPO_URI="https://git.zx2c4.com/password-store"
inherit git-r3
else
- KEYWORDS="~amd64 ~arm64 ~x86 ~x64-macos"
+ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~x64-macos"
COMMIT_ID="918992c19231b33b3d4a3288a7288a620e608cb4"
SRC_URI="https://git.zx2c4.com/password-store/snapshot/password-store-${COMMIT_ID}.tar.xz"
S="${WORKDIR}/${PN}"