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 44A1A13829C for ; Tue, 7 Jun 2016 07:03:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D66925403D; Tue, 7 Jun 2016 07:03:49 +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 48C47254037 for ; Tue, 7 Jun 2016 07:03:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6F365340CFB for ; Tue, 7 Jun 2016 07:03:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83269209C for ; Tue, 7 Jun 2016 07:03:43 +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: <1465282965.a0f10f03823ba92815e9701acbd7b7bff8524bec.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-doc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gtk-doc/gtk-doc-1.25.ebuild X-VCS-Directories: dev-util/gtk-doc/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: a0f10f03823ba92815e9701acbd7b7bff8524bec X-VCS-Branch: master Date: Tue, 7 Jun 2016 07:03:43 +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: 54e5a728-3fa3-4ddc-bc1d-efe986f8e503 X-Archives-Hash: e967056012f4442be6fd4bb047b59d72 commit: a0f10f03823ba92815e9701acbd7b7bff8524bec Author: Tobias Klausmann gentoo org> AuthorDate: Tue Jun 7 06:57:23 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Jun 7 07:02:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f10f03 dev-util/gtk-doc-1.25-r0: add alpha keyword Gentoo-Bug: 584468 Package-Manager: portage-2.3.0_rc1 dev-util/gtk-doc/gtk-doc-1.25.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/gtk-doc/gtk-doc-1.25.ebuild b/dev-util/gtk-doc/gtk-doc-1.25.ebuild index a4ef05a..c3327cf 100644 --- a/dev-util/gtk-doc/gtk-doc-1.25.ebuild +++ b/dev-util/gtk-doc/gtk-doc-1.25.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://www.gtk.org/gtk-doc/" LICENSE="GPL-2 FDL-1.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="doc emacs highlight vim" REQUIRED_USE="${PYTHON_REQUIRED_USE}"