diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-10-22 09:01:36 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-10-22 09:01:36 +0200 |
commit | a4a843eb4872d3eafdf14e1485dce5350dedcfc2 (patch) | |
tree | d1df3225b90610a640531510f18b18ff7849fc93 /app-admin/keepassxc | |
parent | app-admin/keepassxc: Bump to version 2.6.2 (diff) | |
download | gentoo-a4a843eb4872d3eafdf14e1485dce5350dedcfc2.tar.gz gentoo-a4a843eb4872d3eafdf14e1485dce5350dedcfc2.tar.bz2 gentoo-a4a843eb4872d3eafdf14e1485dce5350dedcfc2.zip |
app-admin/keepassxc: Synced live ebuild
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-admin/keepassxc')
-rw-r--r-- | app-admin/keepassxc/keepassxc-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild index a6d25729d322..e4de2a185bfc 100644 --- a/app-admin/keepassxc/keepassxc-9999.ebuild +++ b/app-admin/keepassxc/keepassxc-9999.ebuild @@ -15,7 +15,7 @@ if [[ "${PV}" != 9999 ]] ; then else #SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="https://github.com/keepassxreboot/keepassxc/releases/download/${PV}/${P}-src.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi else inherit git-r3 |