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 AB235138335 for ; Sun, 15 Jul 2018 13:20:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F99BE082F; Sun, 15 Jul 2018 13:20:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2709AE082B for ; Sun, 15 Jul 2018 13:20:26 +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 9314C335C6B for ; Sun, 15 Jul 2018 13:20:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7835374 for ; Sun, 15 Jul 2018 13:20:22 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1531660792.7431ca69b6600b584413c05fb470369fdb098a21.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgamin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgamin/libgamin-0.1.10-r5.ebuild X-VCS-Directories: dev-libs/libgamin/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 7431ca69b6600b584413c05fb470369fdb098a21 X-VCS-Branch: master Date: Sun, 15 Jul 2018 13:20:22 +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: 86eb5dac-e70c-4b2b-82bb-ceb09b5fdc19 X-Archives-Hash: d8b28fd53b8c6bac4126600dfbe5e9bf commit: 7431ca69b6600b584413c05fb470369fdb098a21 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Jul 15 13:12:27 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Jul 15 13:19:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7431ca69 dev-libs/libgamin-0.1.10-r5: arm64 stable Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-libs/libgamin/libgamin-0.1.10-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild b/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild index 47206c41151..82ef17bc6fd 100644 --- a/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild +++ b/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild @@ -18,7 +18,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="debug kernel_linux python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"