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 456F9138330 for ; Sat, 26 May 2018 12:42:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37C42E082D; Sat, 26 May 2018 12:42: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 0DE53E082D for ; Sat, 26 May 2018 12:42:23 +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 46DD1335C9D for ; Sat, 26 May 2018 12:42:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5996296 for ; Sat, 26 May 2018 12:42:19 +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: <1527338527.c747e89ff8979b8794b95c671b79e95806488f16.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/bluefish/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/bluefish/bluefish-2.2.10.ebuild X-VCS-Directories: app-editors/bluefish/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c747e89ff8979b8794b95c671b79e95806488f16 X-VCS-Branch: master Date: Sat, 26 May 2018 12:42:19 +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: f2d765a4-ed56-4371-9590-1607fab07684 X-Archives-Hash: fd9a0ed66259f4d382ef8bfbe7e56bed commit: c747e89ff8979b8794b95c671b79e95806488f16 Author: Mikle Kolyada gentoo org> AuthorDate: Sat May 26 12:42:07 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat May 26 12:42:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c747e89f app-editors/bluefish: amd64 stable wrt bug #655288 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-editors/bluefish/bluefish-2.2.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/bluefish/bluefish-2.2.10.ebuild b/app-editors/bluefish/bluefish-2.2.10.ebuild index e947eccabcd..1b0c1d0173a 100644 --- a/app-editors/bluefish/bluefish-2.2.10.ebuild +++ b/app-editors/bluefish/bluefish-2.2.10.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://www.bennewitz.com/bluefish/stable/source/${MY_P}.tar.bz2" HOMEPAGE="http://bluefish.openoffice.nl/" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" SLOT="0" IUSE="+gtk3 gucharmap nls python spell" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"