From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3AAE139694 for ; Tue, 1 Aug 2017 08:26:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 010CE1FC09B; Tue, 1 Aug 2017 08:26:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D212D1FC09B for ; Tue, 1 Aug 2017 08:26:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18C893419A3 for ; Tue, 1 Aug 2017 08:26:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91FD27531 for ; Tue, 1 Aug 2017 08:25:59 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1501575955.7c9bd6e7a896fa94386fdc6459aa852f05467a99.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/keepassxc/keepassxc-2.1.4.ebuild X-VCS-Directories: app-admin/keepassxc/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7c9bd6e7a896fa94386fdc6459aa852f05467a99 X-VCS-Branch: master Date: Tue, 1 Aug 2017 08:25:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6bc9fc39-159b-443f-8398-24b26d015d3f X-Archives-Hash: cad0a1976984ca741f0603115e954bd3 commit: 7c9bd6e7a896fa94386fdc6459aa852f05467a99 Author: Lars Wendler gentoo org> AuthorDate: Tue Aug 1 08:25:55 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Aug 1 08:25:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9bd6e7 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 gentoo.org> app-admin/keepassxc/keepassxc-2.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/keepassxc/keepassxc-2.1.4.ebuild b/app-admin/keepassxc/keepassxc-2.1.4.ebuild index ab7c275b1b2..e9a3f3c9ed2 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