diff options
author | 2018-08-30 11:44:54 +0300 | |
---|---|---|
committer | 2018-08-30 11:44:54 +0300 | |
commit | f4f91a5476dec2bbf5dffe441704f58b523caa34 (patch) | |
tree | 36f869e8457f066836ac60485159a26ee0339586 /app-admin | |
parent | app-crypt/argon2: amd64 stable wrt bug #664556 (diff) | |
download | gentoo-f4f91a5476dec2bbf5dffe441704f58b523caa34.tar.gz gentoo-f4f91a5476dec2bbf5dffe441704f58b523caa34.tar.bz2 gentoo-f4f91a5476dec2bbf5dffe441704f58b523caa34.zip |
app-admin/keepassxc: amd64 stable wrt bug #664556
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.3.3.ebuild b/app-admin/keepassxc/keepassxc-2.3.3.ebuild index cd8e14510e6b..3b2a5255c887 100644 --- a/app-admin/keepassxc/keepassxc-2.3.3.ebuild +++ b/app-admin/keepassxc/keepassxc-2.3.3.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://keepassxc.org" if [[ "${PV}" != 9999 ]] ; then #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 x86" + KEYWORDS="amd64 x86" else inherit git-r3 EGIT_REPO_URI="https://github.com/keepassxreboot/${PN}" |