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 B621D138334 for ; Fri, 26 Oct 2018 00:52:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82C69E08D0; Fri, 26 Oct 2018 00:52:40 +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 59C36E08D0 for ; Fri, 26 Oct 2018 00:52:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F245E335CF5 for ; Fri, 26 Oct 2018 00:52:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4709C45A for ; Fri, 26 Oct 2018 00:52:34 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1540515122.01a08a8e6c9d3f75c05c3bec4fa0fbfdfb0b52c7.whissi@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.8.6.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 01a08a8e6c9d3f75c05c3bec4fa0fbfdfb0b52c7 X-VCS-Branch: master Date: Fri, 26 Oct 2018 00:52:34 +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: 942b3b32-f428-4e72-b082-9d5ecb1095d9 X-Archives-Hash: 6f550dad266204f1866f278eb1d7373d commit: 01a08a8e6c9d3f75c05c3bec4fa0fbfdfb0b52c7 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Oct 26 00:44:15 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Oct 26 00:52:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a08a8e net-fs/samba: x86 stable (bug #664316) Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> net-fs/samba/samba-4.8.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/samba/samba-4.8.6.ebuild b/net-fs/samba/samba-4.8.6.ebuild index 6f178685288..5167caaa89c 100644 --- a/net-fs/samba/samba-4.8.6.ebuild +++ b/net-fs/samba/samba-4.8.6.ebuild @@ -15,7 +15,7 @@ SRC_PATH="stable" SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz" [[ ${PV} = *_rc* ]] || \ -KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86" DESCRIPTION="Samba Suite Version 4" HOMEPAGE="https://www.samba.org/"