From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B4AED59CA3 for ; Sun, 6 Mar 2016 12:59:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8E6921C026; Sun, 6 Mar 2016 12:58:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FD1021C027 for ; Sun, 6 Mar 2016 12:58:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B282340AC7 for ; Sun, 6 Mar 2016 12:58:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60249233D for ; Sun, 6 Mar 2016 12:58:41 +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: <1457269113.d8871e04674887027a94ac66da6a6aa190bbd7de.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.998.ebuild X-VCS-Directories: net-dns/rbldnsd/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: d8871e04674887027a94ac66da6a6aa190bbd7de X-VCS-Branch: master Date: Sun, 6 Mar 2016 12:58:41 +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: f30e2bb5-a3ef-45fb-b89b-1e6fdbfcf124 X-Archives-Hash: da81972527fbaf91fa2ea1c2853f62d3 commit: d8871e04674887027a94ac66da6a6aa190bbd7de Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Mar 6 12:57:36 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Mar 6 12:58:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8871e04 net-dns/rbldnsd: amd64 stable wrt bug #574846 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> net-dns/rbldnsd/rbldnsd-0.998.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/rbldnsd/rbldnsd-0.998.ebuild b/net-dns/rbldnsd/rbldnsd-0.998.ebuild index 63befe9..3292287 100644 --- a/net-dns/rbldnsd/rbldnsd-0.998.ebuild +++ b/net-dns/rbldnsd/rbldnsd-0.998.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://www.corpit.ru/mjt/rbldnsd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~hppa ~sparc ~x86 ~x86-fbsd" IUSE="ipv6 test zlib" REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )"