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 AA52B1382C5 for ; Tue, 13 Mar 2018 12:49:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAB44E08CD; Tue, 13 Mar 2018 12:49:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 859AAE08CD for ; Tue, 13 Mar 2018 12:49:41 +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 55309335C0A for ; Tue, 13 Mar 2018 12:49:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11F5478 for ; Tue, 13 Mar 2018 12:49:39 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1520945375.f69f53a6355a24e3a5169fb8b0fa918ad584ce1b.polynomial-c@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: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f69f53a6355a24e3a5169fb8b0fa918ad584ce1b X-VCS-Branch: master Date: Tue, 13 Mar 2018 12:49:39 +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: 4f7912c7-0164-4526-8cf5-fb0f6bce67e4 X-Archives-Hash: 587d909c9b449ae2bbc0ee71424d23af commit: f69f53a6355a24e3a5169fb8b0fa918ad584ce1b Author: Lars Wendler gentoo org> AuthorDate: Tue Mar 13 12:49:19 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Mar 13 12:49:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69f53a6 net-fs/samba: Dropped most KEYWORDS from deprecated version. Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-fs/samba/samba-4.2.14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-fs/samba/samba-4.2.14.ebuild b/net-fs/samba/samba-4.2.14.ebuild index 67fef98bf87..8fa65156a53 100644 --- a/net-fs/samba/samba-4.2.14.ebuild +++ b/net-fs/samba/samba-4.2.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -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.2.12.tar.xz" [[ ${PV} = *_rc* ]] || \ -KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc ~x86" +KEYWORDS="arm hppa" DESCRIPTION="Samba Suite Version 4" HOMEPAGE="https://www.samba.org/"