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 22037138337 for ; Sat, 1 Sep 2018 23:13:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA87DE07D4; Sat, 1 Sep 2018 23:13:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A121EE07D4 for ; Sat, 1 Sep 2018 23:13:09 +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 CF9FC335C8D for ; Sat, 1 Sep 2018 23:13:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B323B3B8 for ; Sat, 1 Sep 2018 23:13:05 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1535843469.2ae22932e946e81b3713cdd19aef74cc6e856b88.slyfox@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.6.16.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 2ae22932e946e81b3713cdd19aef74cc6e856b88 X-VCS-Branch: master Date: Sat, 1 Sep 2018 23:13:05 +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: 90d9db75-e7d3-470c-a5ae-b71de0ab2949 X-Archives-Hash: 46fe50bd38d62b479c3f481db88cf942 commit: 2ae22932e946e81b3713cdd19aef74cc6e856b88 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Sep 1 23:11:09 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 1 23:11:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae22932 net-fs/samba: keyworded 4.6.16 for ia64, bug #664314 Package-Manager: Portage-2.3.48, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64" net-fs/samba/samba-4.6.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/samba/samba-4.6.16.ebuild b/net-fs/samba/samba-4.6.16.ebuild index f45ae5e7a91..22d7555d3ce 100644 --- a/net-fs/samba/samba-4.6.16.ebuild +++ b/net-fs/samba/samba-4.6.16.ebuild @@ -16,7 +16,7 @@ SRC_PATH="stable" SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz https://dev.gentoo.org/~axs/samba-4.6.7-disable-python-patches.tar.xz" [[ ${PV} = *_rc* ]] || \ -KEYWORDS="~amd64 ~arm64 ~hppa ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~x86" DESCRIPTION="Samba Suite Version 4" HOMEPAGE="https://www.samba.org/"