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 53F42139694 for ; Wed, 22 Feb 2017 21:55:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BAF4E0E44; Wed, 22 Feb 2017 21:54:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4AD9DE0E44 for ; Wed, 22 Feb 2017 21:54:42 +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 8A753340889 for ; Wed, 22 Feb 2017 21:54:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5936C5116 for ; Wed, 22 Feb 2017 21:54:35 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1487800466.2c8c10c3c28cb34f6b58229e0c5f8340129aff8a.xmw@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.14.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 2c8c10c3c28cb34f6b58229e0c5f8340129aff8a X-VCS-Branch: master Date: Wed, 22 Feb 2017 21:54:35 +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: 01b1136d-55cd-4ad6-ba71-4cc8cc4ed6ac X-Archives-Hash: f224ecadc146c22cd60f188b632301d8 commit: 2c8c10c3c28cb34f6b58229e0c5f8340129aff8a Author: Michael Weber gentoo org> AuthorDate: Wed Feb 22 21:54:11 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Feb 22 21:54:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8c10c3 net-fs/samba: ppc ppc64 stable (bug 588262). Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-fs/samba/samba-4.2.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/samba/samba-4.2.14.ebuild b/net-fs/samba/samba-4.2.14.ebuild index 076a973626..b654ea9c01 100644 --- a/net-fs/samba/samba-4.2.14.ebuild +++ b/net-fs/samba/samba-4.2.14.ebuild @@ -17,7 +17,7 @@ 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.12.tar.xz" [[ ${PV} = *_rc* ]] || \ -KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc ~x86" DESCRIPTION="Samba Suite Version 4" HOMEPAGE="http://www.samba.org/"