From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4FAB313826A for ; Wed, 25 May 2016 09:29:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C488423400F; Wed, 25 May 2016 09:29:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76A4A23400F for ; Wed, 25 May 2016 09:29:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23590340CC3 for ; Wed, 25 May 2016 09:29:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 723BECFE for ; Wed, 25 May 2016 09:29:40 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1464168576.6d8b50ac6dbb33ef4aef6466616d1d9cae78b24f.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/geany-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/geany-plugins/geany-plugins-1.25.ebuild X-VCS-Directories: dev-util/geany-plugins/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 6d8b50ac6dbb33ef4aef6466616d1d9cae78b24f X-VCS-Branch: master Date: Wed, 25 May 2016 09:29:40 +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: 4bb7b275-c5bb-4b52-8bcc-e7744b896b8f X-Archives-Hash: 721f87dc0a99b08972983802d9a4cec9 commit: 6d8b50ac6dbb33ef4aef6466616d1d9cae78b24f Author: Tobias Klausmann gentoo org> AuthorDate: Wed May 25 09:24:50 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed May 25 09:29:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d8b50ac dev-util/geany-plugins-1.25-r0: add alpha keyword Gentoo-Bug: 570902 Package-Manager: portage-2.3.0_rc1 dev-util/geany-plugins/geany-plugins-1.25.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/geany-plugins/geany-plugins-1.25.ebuild b/dev-util/geany-plugins/geany-plugins-1.25.ebuild index f720246..3c03532 100644 --- a/dev-util/geany-plugins/geany-plugins-1.25.ebuild +++ b/dev-util/geany-plugins/geany-plugins-1.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://plugins.geany.org/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ia64 ~ppc ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 arm ia64 ~ppc ppc64 ~sparc ~x86" IUSE="+autoclose +automark +commander ctags debugger +defineformat devhelp enchant git gpg gtkspell lua markdown multiterm nls +overview python scope soup webkit" LINGUAS="be ca da de es fr gl ja pt pt_BR ru tr zh_CN"