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 5421E138334 for ; Fri, 13 Dec 2019 22:32:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87EBAE081B; Fri, 13 Dec 2019 22:32:24 +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 6EC37E081B for ; Fri, 13 Dec 2019 22:32:24 +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 E7DC234D877 for ; Fri, 13 Dec 2019 22:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E288F8B1 for ; Fri, 13 Dec 2019 22:32:20 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1576276334.4882b48495fa04435ee5a5f641478d8a71bb2504.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/maradns/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/maradns/maradns-2.0.16.ebuild X-VCS-Directories: net-dns/maradns/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: 4882b48495fa04435ee5a5f641478d8a71bb2504 X-VCS-Branch: master Date: Fri, 13 Dec 2019 22:32:20 +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: 84e8c1c9-793f-4859-b35f-d8c6cb8c2d7c X-Archives-Hash: 396bb7f0b56d5f16f5a4e2710d16a0ec commit: 4882b48495fa04435ee5a5f641478d8a71bb2504 Author: Piotr Karbowski gentoo org> AuthorDate: Fri Dec 13 22:31:52 2019 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Fri Dec 13 22:32:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4882b484 net-dns/maradns-2.0.16: amd64 stable (bug 698264) Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Piotr Karbowski gentoo.org> net-dns/maradns/maradns-2.0.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/maradns/maradns-2.0.16.ebuild b/net-dns/maradns/maradns-2.0.16.ebuild index 77bcdaaae0a..17e475eff84 100644 --- a/net-dns/maradns/maradns-2.0.16.ebuild +++ b/net-dns/maradns/maradns-2.0.16.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://www.maradns.org/download/${PV%.*}/${PV}/${P}.tar.bz2" # The GPL-2 covers the init script, bug 426018. LICENSE="BSD-2 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc x86" +KEYWORDS="amd64 ~mips ~ppc x86" IUSE="authonly examples ipv6" REQUIRED_USE="${PYTHON_REQUIRED_USE}"