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 6DBC759CA9 for ; Tue, 29 Mar 2016 20:35:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D408A21C017; Tue, 29 Mar 2016 20:35:48 +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 86C5121C017 for ; Tue, 29 Mar 2016 20:35:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5DE77340C01 for ; Tue, 29 Mar 2016 20:35:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84E3D226 for ; Tue, 29 Mar 2016 20:35:45 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1459283727.b987d737f08ce1aac6452cbbf78dbebb4b8a4f52.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/btrfs-progs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/btrfs-progs/btrfs-progs-4.3.1.ebuild X-VCS-Directories: sys-fs/btrfs-progs/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: b987d737f08ce1aac6452cbbf78dbebb4b8a4f52 X-VCS-Branch: master Date: Tue, 29 Mar 2016 20:35:45 +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: 88d7cb36-4345-4df7-9694-835f7120ac57 X-Archives-Hash: f7a72d4f66a2914e1d1b963eae4e535d commit: b987d737f08ce1aac6452cbbf78dbebb4b8a4f52 Author: Markus Meier gentoo org> AuthorDate: Tue Mar 29 20:35:27 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Tue Mar 29 20:35:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b987d737 sys-fs/btrfs-progs: arm stable, bug #577016 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="arm" sys-fs/btrfs-progs/btrfs-progs-4.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/btrfs-progs/btrfs-progs-4.3.1.ebuild b/sys-fs/btrfs-progs/btrfs-progs-4.3.1.ebuild index 31026af..a032dca 100644 --- a/sys-fs/btrfs-progs/btrfs-progs-4.3.1.ebuild +++ b/sys-fs/btrfs-progs/btrfs-progs-4.3.1.ebuild @@ -10,7 +10,7 @@ libbtrfs_soname=0 if [[ ${PV} != 9999 ]]; then MY_PV=v${PV} - KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86" + KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86" SRC_URI="https://www.kernel.org/pub/linux/kernel/people/kdave/${PN}/${PN}-${MY_PV}.tar.xz" S="${WORKDIR}"/${PN}-${MY_PV} else