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 EBF7D1396D1 for ; Wed, 4 Oct 2017 15:10:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A4712BC004; Wed, 4 Oct 2017 15:10:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 14CB72BC004 for ; Wed, 4 Oct 2017 15:10:11 +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 EFC73341785 for ; Wed, 4 Oct 2017 15:10:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFA7C909B for ; Wed, 4 Oct 2017 15:10:04 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1507129140.8e0c528695dd39edb05807837f872b12185c9acb.axs@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.7.0.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 8e0c528695dd39edb05807837f872b12185c9acb X-VCS-Branch: master Date: Wed, 4 Oct 2017 15:10:04 +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: e3ea7015-9319-411c-ab75-85d9c7fee62b X-Archives-Hash: 0565f5e8a9a466187ad5d50a80bcdf14 commit: 8e0c528695dd39edb05807837f872b12185c9acb Author: Ian Stakenvicius gentoo org> AuthorDate: Wed Oct 4 14:57:17 2017 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Wed Oct 4 14:59:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0c5286 net-fs/samba: drop hppa for samba-4.7.0 due to missing keywords on deps Repoman reports: dependency.bad [fatal] 2 net-fs/samba/samba-4.7.0.ebuild: DEPEND: ~hppa(default/linux/hppa/13.0) ['dev-util/lttng-ust', '>=net-dns/resolv_wrapper-1.1.4'] net-fs/samba/samba-4.7.0.ebuild: RDEPEND: ~hppa(default/linux/hppa/13.0) ['dev-util/lttng-ust'] Package-Manager: Portage-2.3.8, Repoman-2.3.1 net-fs/samba/samba-4.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/samba/samba-4.7.0.ebuild b/net-fs/samba/samba-4.7.0.ebuild index 691821725b8..38286265176 100644 --- a/net-fs/samba/samba-4.7.0.ebuild +++ b/net-fs/samba/samba-4.7.0.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 ~x86" DESCRIPTION="Samba Suite Version 4" HOMEPAGE="http://www.samba.org/"