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 70BE11388BF for ; Wed, 17 Feb 2016 16:04:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A08321C0BA; Wed, 17 Feb 2016 16:04:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C192F21C0B4 for ; Wed, 17 Feb 2016 16:04:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2E8E340D27 for ; Wed, 17 Feb 2016 16:04:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACB3015F5 for ; Wed, 17 Feb 2016 16:04:04 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1455725032.0b1220eb96303711f7baf8727fcc389cd6f4565b.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcap-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcap-ng/libcap-ng-0.7.7.ebuild X-VCS-Directories: sys-libs/libcap-ng/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 0b1220eb96303711f7baf8727fcc389cd6f4565b X-VCS-Branch: master Date: Wed, 17 Feb 2016 16:04:04 +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: ad0c332a-1e03-4b02-bc42-5578375a7b7c X-Archives-Hash: 067fc2d8993a850615d7f43820bfbe0d commit: 0b1220eb96303711f7baf8727fcc389cd6f4565b Author: Mike Frysinger gentoo org> AuthorDate: Wed Feb 17 07:17:29 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Feb 17 16:03:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1220eb sys-libs/libcap-ng: mark 0.7.7 arm64/s390/sh stable sys-libs/libcap-ng/libcap-ng-0.7.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libcap-ng/libcap-ng-0.7.7.ebuild b/sys-libs/libcap-ng/libcap-ng-0.7.7.ebuild index b485acb..451ccbf 100644 --- a/sys-libs/libcap-ng/libcap-ng-0.7.7.ebuild +++ b/sys-libs/libcap-ng/libcap-ng-0.7.7.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://people.redhat.com/sgrubb/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~arm-linux ~x86-linux" IUSE="python static-libs" RDEPEND="python? ( ${PYTHON_DEPS} )"