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 4694A138334 for ; Sun, 9 Sep 2018 08:23:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D362E0891; Sun, 9 Sep 2018 08:23:49 +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 2706EE0891 for ; Sun, 9 Sep 2018 08:23:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E95FE340CB1 for ; Sun, 9 Sep 2018 08:23:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69BDB38A for ; Sun, 9 Sep 2018 08:23:46 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1536481417.e3e740960e691c9365404b8c07b0edff5d84adbd.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/recoll/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/recoll/recoll-1.24.1.ebuild X-VCS-Directories: app-misc/recoll/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e3e740960e691c9365404b8c07b0edff5d84adbd X-VCS-Branch: master Date: Sun, 9 Sep 2018 08:23:46 +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: fc4905f4-cf38-495e-b722-37a2ca819d02 X-Archives-Hash: 3a71b34c941d08977d227a07f3c95a77 commit: e3e740960e691c9365404b8c07b0edff5d84adbd Author: Mikle Kolyada gentoo org> AuthorDate: Sun Sep 9 08:23:37 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Sep 9 08:23:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e74096 app-misc/recoll: amd64 stable wrt bug #664550 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-misc/recoll/recoll-1.24.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/recoll/recoll-1.24.1.ebuild b/app-misc/recoll/recoll-1.24.1.ebuild index 2ed8c08b0d2..8029a864e67 100644 --- a/app-misc/recoll/recoll-1.24.1.ebuild +++ b/app-misc/recoll/recoll-1.24.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://www.lesbonscomptes.com/recoll/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="camelcase doc +inotify qt5 session +spell" REQUIRED_USE="session? ( inotify ) ${PYTHON_REQUIRED_USE}"