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 682FF13829C for ; Tue, 31 May 2016 10:26:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C460E21C01D; Tue, 31 May 2016 10:26:55 +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 658FE21C01D for ; Tue, 31 May 2016 10:26:55 +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 492C4340A9F for ; Tue, 31 May 2016 10:26:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B6AC983 for ; Tue, 31 May 2016 10:26:51 +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: <1464690068.ece7b7892b0db84378e0c5d53bcb3fdcaff448c5.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/upower/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/upower/upower-0.99.4.ebuild X-VCS-Directories: sys-power/upower/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: ece7b7892b0db84378e0c5d53bcb3fdcaff448c5 X-VCS-Branch: master Date: Tue, 31 May 2016 10:26:51 +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: 0afe3a78-d9c7-4e22-be1d-cada3b004398 X-Archives-Hash: 9fbe1d0e1649615edac2a3fc0c5a9965 commit: ece7b7892b0db84378e0c5d53bcb3fdcaff448c5 Author: Tobias Klausmann gentoo org> AuthorDate: Tue May 31 10:21:08 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue May 31 10:21:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ece7b789 sys-power/upower-0.99.4-r0: add alpha keyword Gentoo-Bug: 579220 Package-Manager: portage-2.3.0_rc1 sys-power/upower/upower-0.99.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/upower/upower-0.99.4.ebuild b/sys-power/upower/upower-0.99.4.ebuild index ff2eae8..ac30b8a 100644 --- a/sys-power/upower/upower-0.99.4.ebuild +++ b/sys-power/upower/upower-0.99.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz" LICENSE="GPL-2" SLOT="0/3" # based on SONAME of libupower-glib.so -KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" # gtk-doc files are not available as prebuilt in the tarball IUSE="doc +introspection ios kernel_FreeBSD kernel_linux selinux"