From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-922324-garchives=archives.gentoo.org@lists.gentoo.org>
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 48D0D139085
	for <garchives@archives.gentoo.org>; Tue, 10 Jan 2017 09:55:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 801C3E0D1A;
	Tue, 10 Jan 2017 09:55:02 +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 5C0A8E0D1A
	for <gentoo-commits@lists.gentoo.org>; Tue, 10 Jan 2017 09:55:02 +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 DD50D341421
	for <gentoo-commits@lists.gentoo.org>; Tue, 10 Jan 2017 09:55:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D00C82519
	for <gentoo-commits@lists.gentoo.org>; Tue, 10 Jan 2017 09:54:58 +0000 (UTC)
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1484042086.f3151f3dbd68385f2ea0c69493e9f8adc4e951ba.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/djbdns/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-dns/djbdns/djbdns-1.05-r32.ebuild
X-VCS-Directories: net-dns/djbdns/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: f3151f3dbd68385f2ea0c69493e9f8adc4e951ba
X-VCS-Branch: master
Date: Tue, 10 Jan 2017 09:54:58 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: c8d4c31f-0122-4953-af9e-bf9f05aa0998
X-Archives-Hash: 9a94af38ac10de6e37fb617e2097307b

commit:     f3151f3dbd68385f2ea0c69493e9f8adc4e951ba
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 09:54:46 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 09:54:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3151f3d

net-dns/djbdns: Stable for HPPA (bug #404959).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 net-dns/djbdns/djbdns-1.05-r32.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dns/djbdns/djbdns-1.05-r32.ebuild b/net-dns/djbdns/djbdns-1.05-r32.ebuild
index 2c459f4..dcbc3b3 100644
--- a/net-dns/djbdns/djbdns-1.05-r32.ebuild
+++ b/net-dns/djbdns/djbdns-1.05-r32.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SRC_URI="http://cr.yp.to/djbdns/${P}.tar.gz
 
 SLOT="0"
 LICENSE="public-domain"
-KEYWORDS="alpha amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 hppa ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="ipv6 selinux"
 
 DEPEND=""