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 BA1BF138334 for ; Sat, 1 Sep 2018 23:13:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0088E07D3; Sat, 1 Sep 2018 23:13:09 +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 8A026E07D3 for ; Sat, 1 Sep 2018 23:13: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 320C2335C9A for ; Sat, 1 Sep 2018 23:13:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA3643C2 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: <1535843487.de5a5e29a3a32430ddf5a2e1e45875ef3182c461.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.8.4.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: de5a5e29a3a32430ddf5a2e1e45875ef3182c461 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: 347bf6e0-c987-4df1-a911-ab33aacb33a3 X-Archives-Hash: db9a8c24c7fc9c3169be0acee2280800 commit: de5a5e29a3a32430ddf5a2e1e45875ef3182c461 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Sep 1 23:11:27 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 1 23:11:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5a5e29 net-fs/samba: keyworded 4.8.4 for ia64, bug #664314 Package-Manager: Portage-2.3.48, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64" net-fs/samba/samba-4.8.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/samba/samba-4.8.4.ebuild b/net-fs/samba/samba-4.8.4.ebuild index daf5ec1860e..920ad4de52b 100644 --- a/net-fs/samba/samba-4.8.4.ebuild +++ b/net-fs/samba/samba-4.8.4.ebuild @@ -15,7 +15,7 @@ SRC_PATH="stable" SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz" [[ ${PV} = *_rc* ]] || \ -KEYWORDS="~amd64 ~arm64 ~hppa ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~x86" DESCRIPTION="Samba Suite Version 4" HOMEPAGE="https://www.samba.org/"