diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-08-01 10:25:55 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-08-01 10:25:55 +0200 |
commit | 7c9bd6e7a896fa94386fdc6459aa852f05467a99 (patch) | |
tree | 6056be615452bb4ead0c6158393d964a163ce368 /app-admin/keepassxc | |
parent | app-admin/keepassxc: Sync live ebuild. (diff) | |
download | gentoo-7c9bd6e7a896fa94386fdc6459aa852f05467a99.tar.gz gentoo-7c9bd6e7a896fa94386fdc6459aa852f05467a99.tar.bz2 gentoo-7c9bd6e7a896fa94386fdc6459aa852f05467a99.zip |
app-admin/keepassxc: Version 2.1.4 stable for amd64 and x86.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-admin/keepassxc')
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.1.4.ebuild b/app-admin/keepassxc/keepassxc-2.1.4.ebuild index ab7c275b1b27..e9a3f3c9ed24 100644 --- a/app-admin/keepassxc/keepassxc-2.1.4.ebuild +++ b/app-admin/keepassxc/keepassxc-2.1.4.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/keepassxreboot/keepassxc" if [[ "${PV}" != 9999 ]] ; then SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" else EGIT_REPO_URI="https://github.com/keepassxreboot/${PN}" fi |