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 66AA659CA5 for ; Sun, 20 Mar 2016 23:10:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7A4B21C07C; Sun, 20 Mar 2016 23:10:05 +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 57CF021C07E for ; Sun, 20 Mar 2016 23:10:04 +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 7F61A340A67 for ; Sun, 20 Mar 2016 23:10:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDCE3867 for ; Sun, 20 Mar 2016 23:09:59 +0000 (UTC) From: "Stephen Klimaszewski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephen Klimaszewski" Message-ID: <1458515324.0821b481ccd6a7e13255f3b23d671aa83d125ced.steev@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: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: 0821b481ccd6a7e13255f3b23d671aa83d125ced X-VCS-Branch: master Date: Sun, 20 Mar 2016 23:09:59 +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: de4def84-9f70-4eaa-b9e3-1829e119f255 X-Archives-Hash: 46e83f61fbf7c4b8352f50cea3f7d224 commit: 0821b481ccd6a7e13255f3b23d671aa83d125ced Author: Steev Klimaszewski gentoo org> AuthorDate: Sun Mar 20 22:44:44 2016 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Sun Mar 20 23:08:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0821b481 sys-power/upower: Add ~arm64 keyword to 0.99.4 Package-Manager: portage-2.2.28 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 844b4ac..1bb1409 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="http://${PN}.freedesktop.org/releases/${P}.tar.xz" LICENSE="GPL-2" SLOT="0/3" # based on SONAME of libupower-glib.so -KEYWORDS="~alpha ~amd64 ~arm ~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"