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 91AFC139694 for ; Sat, 29 Apr 2017 15:02:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71605E0CCC; Sat, 29 Apr 2017 15:02:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4F372E0CCC for ; Sat, 29 Apr 2017 15:02:32 +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 8AD713416A4 for ; Sat, 29 Apr 2017 15:02:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10272745A for ; Sat, 29 Apr 2017 15:02:21 +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: <1493478131.f5e3a644313690ec2a2277ba6db96eca2a4e3cf2.ago@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.09-r2.ebuild X-VCS-Directories: net-dns/maradns/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: f5e3a644313690ec2a2277ba6db96eca2a4e3cf2 X-VCS-Branch: master Date: Sat, 29 Apr 2017 15:02:21 +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: b8ed79e2-185f-4811-9f55-feb59e5f7658 X-Archives-Hash: 92774a6e927789eadae01aaa52ce5c0c commit: f5e3a644313690ec2a2277ba6db96eca2a4e3cf2 Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Apr 29 15:02:11 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Apr 29 15:02:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e3a644 net-dns/maradns: ppc stable wrt bug #616798 Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo gentoo.org> net-dns/maradns/maradns-2.0.09-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/maradns/maradns-2.0.09-r2.ebuild b/net-dns/maradns/maradns-2.0.09-r2.ebuild index 54bf81298d2..2124be1f395 100644 --- a/net-dns/maradns/maradns-2.0.09-r2.ebuild +++ b/net-dns/maradns/maradns-2.0.09-r2.ebuild @@ -14,7 +14,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" DEPEND=""