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 E3DD2138334 for ; Thu, 28 Feb 2019 12:45:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD8AAE0951; Thu, 28 Feb 2019 12:45:25 +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 B8483E0951 for ; Thu, 28 Feb 2019 12:45:25 +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 C987B335CEF for ; Thu, 28 Feb 2019 12:45:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45BE056B for ; Thu, 28 Feb 2019 12:45:22 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1551357911.f2b94a957b1dbf98c9ab7265f1df4d6661d4aa21.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/keepass/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/keepass/keepass-2.41.ebuild X-VCS-Directories: app-admin/keepass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: f2b94a957b1dbf98c9ab7265f1df4d6661d4aa21 X-VCS-Branch: master Date: Thu, 28 Feb 2019 12:45:22 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: db86410a-8f90-4cdc-9b8a-09af8f23eb73 X-Archives-Hash: 4bae0a73e859892e10b95d3b92862660 commit: f2b94a957b1dbf98c9ab7265f1df4d6661d4aa21 Author: Michael Palimaka gentoo org> AuthorDate: Thu Feb 28 12:44:06 2019 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Feb 28 12:45:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b94a95 app-admin/keepass: stabilise 2.41 for amd64/x86 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Michael Palimaka gentoo.org> app-admin/keepass/keepass-2.41.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/keepass/keepass-2.41.ebuild b/app-admin/keepass/keepass-2.41.ebuild index 1dc244ea08c..c5d1b4af359 100644 --- a/app-admin/keepass/keepass-2.41.ebuild +++ b/app-admin/keepass/keepass-2.41.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}-Source.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="aot" COMMON_DEPEND="dev-lang/mono"