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 DB347139694 for ; Sat, 27 May 2017 13:23:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E796FE0DBE; Sat, 27 May 2017 13:23:40 +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 C482CE0DBE for ; Sat, 27 May 2017 13:23:40 +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 E2DBB341693 for ; Sat, 27 May 2017 13:23:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79A55746A for ; Sat, 27 May 2017 13:23:38 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1495891177.3c121ce95d65834c9a0077a7f26cd0f19eeefaa0.klausman@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.5.10.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 3c121ce95d65834c9a0077a7f26cd0f19eeefaa0 X-VCS-Branch: master Date: Sat, 27 May 2017 13:23:38 +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: 72afbc97-7a0f-4b5f-afb9-8baf57c54f02 X-Archives-Hash: 0ffe2dd238dd440a1113a56a7d9cfdef commit: 3c121ce95d65834c9a0077a7f26cd0f19eeefaa0 Author: Tobias Klausmann gentoo org> AuthorDate: Sat May 27 13:19:37 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Sat May 27 13:19:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c121ce9 net-fs/samba-4.5.10-r0: add alpha keyword Gentoo-Bug: 619516 net-fs/samba/samba-4.5.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/samba/samba-4.5.10.ebuild b/net-fs/samba/samba-4.5.10.ebuild index 2b4fa50f332..f98e768b9c2 100644 --- a/net-fs/samba/samba-4.5.10.ebuild +++ b/net-fs/samba/samba-4.5.10.ebuild @@ -16,7 +16,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.5.0_rc1.tar.xz" [[ ${PV} = *_rc* ]] || \ -KEYWORDS="amd64 ppc64 x86" +KEYWORDS="alpha amd64 ppc64 x86" DESCRIPTION="Samba Suite Version 4" HOMEPAGE="http://www.samba.org/"