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 E800459CB4 for ; Tue, 19 Apr 2016 15:58:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65F1D21C11C; Tue, 19 Apr 2016 15:58:34 +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 0EF2F21C11C for ; Tue, 19 Apr 2016 15:58:33 +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 02D8E340B23 for ; Tue, 19 Apr 2016 15:58:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E3DD22B for ; Tue, 19 Apr 2016 15:58:31 +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: <1461081491.a47ce98daa26af3cf080145f0af2a7dc7c38bffc.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/samba-4.2.11.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: a47ce98daa26af3cf080145f0af2a7dc7c38bffc X-VCS-Branch: master Date: Tue, 19 Apr 2016 15:58:31 +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: b30ae2da-0d59-4180-a9aa-e4181105a30f X-Archives-Hash: 5ba1f145cd8b58e3e32ac34f2e6f1966 commit: a47ce98daa26af3cf080145f0af2a7dc7c38bffc Author: Markus Meier gentoo org> AuthorDate: Tue Apr 19 15:58:11 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Tue Apr 19 15:58:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47ce98d net-fs/samba: arm stable, bug #578004 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="arm" net-fs/samba/samba-4.2.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-fs/samba/samba-4.2.11.ebuild b/net-fs/samba/samba-4.2.11.ebuild index 6dc427a..8e4f6c3 100644 --- a/net-fs/samba/samba-4.2.11.ebuild +++ b/net-fs/samba/samba-4.2.11.ebuild @@ -16,8 +16,8 @@ SRC_PATH="stable" SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.2.9.tar.xz" -KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" -[[ ${PV} = *_rc* ]] && KEYWORDS="~hppa" +KEYWORDS="amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +[[ ${PV} = *_rc* ]] && KEYWORDS="arm ~hppa" DESCRIPTION="Samba Suite Version 4" HOMEPAGE="http://www.samba.org/"