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 58BFB138334 for ; Thu, 28 Nov 2019 10:58:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A77BCE096D; Thu, 28 Nov 2019 10:58:51 +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 8F224E096D for ; Thu, 28 Nov 2019 10:58:51 +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 B3EF834D51F for ; Thu, 28 Nov 2019 10:58:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D7538C4 for ; Thu, 28 Nov 2019 10:58:49 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1574938719.c82dae3a2c5ea4b6617c23d4cd152f17eea67100.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/rbldnsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/rbldnsd/rbldnsd-0.998b.ebuild X-VCS-Directories: net-dns/rbldnsd/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: c82dae3a2c5ea4b6617c23d4cd152f17eea67100 X-VCS-Branch: master Date: Thu, 28 Nov 2019 10:58:49 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 984cb8f4-aafa-4ec0-924c-5050407939c3 X-Archives-Hash: 88918d3826abc40f25d8b327652f76c3 commit: c82dae3a2c5ea4b6617c23d4cd152f17eea67100 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Nov 28 10:58:39 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Nov 28 10:58:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c82dae3a net-dns/rbldnsd: sparc stable wrt bug #700878 Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo gentoo.org> net-dns/rbldnsd/rbldnsd-0.998b.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/rbldnsd/rbldnsd-0.998b.ebuild b/net-dns/rbldnsd/rbldnsd-0.998b.ebuild index 7216b76248a..f07bb946596 100644 --- a/net-dns/rbldnsd/rbldnsd-0.998b.ebuild +++ b/net-dns/rbldnsd/rbldnsd-0.998b.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/spamhaus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 hppa ~sparc x86" +KEYWORDS="amd64 hppa sparc x86" IUSE="ipv6 test zlib" RDEPEND="zlib? ( sys-libs/zlib )"