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 B0EAE1381F4 for ; Sat, 23 Apr 2016 10:31:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27FDB21C018; Sat, 23 Apr 2016 10:31:26 +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 B363921C018 for ; Sat, 23 Apr 2016 10:31:25 +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 DBEBC340D01 for ; Sat, 23 Apr 2016 10:31:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 605DA208F for ; Sat, 23 Apr 2016 10:31:21 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1461407460.95a597ee708cda3a0eb41d98913fa8ce7d7d621e.jer@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: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 95a597ee708cda3a0eb41d98913fa8ce7d7d621e X-VCS-Branch: master Date: Sat, 23 Apr 2016 10:31:21 +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: 97f1608f-fe87-4439-ba14-dc58bed287cb X-Archives-Hash: a828d632a70546f530be3f3f944ffba6 commit: 95a597ee708cda3a0eb41d98913fa8ce7d7d621e Author: Jeroen Roovers gentoo org> AuthorDate: Sat Apr 23 10:31:00 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Apr 23 10:31:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a597ee net-fs/samba: Stable for HPPA PPC64 (bug #578004). Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches 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 8e4f6c3..2866ccf 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="arm ~hppa" +KEYWORDS="amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86" +[[ ${PV} = *_rc* ]] && KEYWORDS="arm hppa ppc64" DESCRIPTION="Samba Suite Version 4" HOMEPAGE="http://www.samba.org/"