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 7A9F3138334 for ; Sat, 6 Oct 2018 23:27:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 375E2E0A8F; Sat, 6 Oct 2018 23:27:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FC35E0A8F for ; Sat, 6 Oct 2018 23:27:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58C74335C7D for ; Sat, 6 Oct 2018 23:27:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 277F942E for ; Sat, 6 Oct 2018 23:27:06 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1538868413.0c604d32407dcda3d102af43c2f620e830a4b14d.mattst88@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.7.10.ebuild net-fs/samba/samba-4.8.5.ebuild net-fs/samba/samba-4.9.0.ebuild net-fs/samba/samba-4.9.1.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0c604d32407dcda3d102af43c2f620e830a4b14d X-VCS-Branch: master Date: Sat, 6 Oct 2018 23:27:06 +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: 1c73f915-3f6a-4c38-a82e-5122380e2849 X-Archives-Hash: e94338a596dfdf953f0f386bfb7f3191 commit: 0c604d32407dcda3d102af43c2f620e830a4b14d Author: Matt Turner gentoo org> AuthorDate: Sat Oct 6 23:26:13 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Oct 6 23:26:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c604d32 net-fs/samba: added ~ppc64, bug 664314 Signed-off-by: Matt Turner gentoo.org> net-fs/samba/samba-4.7.10.ebuild | 2 +- net-fs/samba/samba-4.8.5.ebuild | 2 +- net-fs/samba/samba-4.9.0.ebuild | 2 +- net-fs/samba/samba-4.9.1.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-fs/samba/samba-4.7.10.ebuild b/net-fs/samba/samba-4.7.10.ebuild index 984d65d6f45..7d60b913219 100644 --- a/net-fs/samba/samba-4.7.10.ebuild +++ b/net-fs/samba/samba-4.7.10.ebuild @@ -15,7 +15,7 @@ SRC_PATH="stable" SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz" [[ ${PV} = *_rc* ]] || \ -KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" DESCRIPTION="Samba Suite Version 4" HOMEPAGE="https://www.samba.org/" diff --git a/net-fs/samba/samba-4.8.5.ebuild b/net-fs/samba/samba-4.8.5.ebuild index 3311b02466a..0fe80b5fd00 100644 --- a/net-fs/samba/samba-4.8.5.ebuild +++ b/net-fs/samba/samba-4.8.5.ebuild @@ -15,7 +15,7 @@ SRC_PATH="stable" SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz" [[ ${PV} = *_rc* ]] || \ -KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" DESCRIPTION="Samba Suite Version 4" HOMEPAGE="https://www.samba.org/" diff --git a/net-fs/samba/samba-4.9.0.ebuild b/net-fs/samba/samba-4.9.0.ebuild index 8e89e34a80c..c95e2c0c1bd 100644 --- a/net-fs/samba/samba-4.9.0.ebuild +++ b/net-fs/samba/samba-4.9.0.ebuild @@ -15,7 +15,7 @@ SRC_PATH="stable" SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz" [[ ${PV} = *_rc* ]] || \ -KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" DESCRIPTION="Samba Suite Version 4" HOMEPAGE="https://www.samba.org/" diff --git a/net-fs/samba/samba-4.9.1.ebuild b/net-fs/samba/samba-4.9.1.ebuild index f6d0318ef05..89382226c0f 100644 --- a/net-fs/samba/samba-4.9.1.ebuild +++ b/net-fs/samba/samba-4.9.1.ebuild @@ -15,7 +15,7 @@ SRC_PATH="stable" SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz" [[ ${PV} = *_rc* ]] || \ -KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" DESCRIPTION="Samba Suite Version 4" HOMEPAGE="https://www.samba.org/"