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 0910B138359 for ; Thu, 23 Jul 2020 04:24:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25D8FE086E; Thu, 23 Jul 2020 04:24:42 +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 96C75E086E for ; Thu, 23 Jul 2020 04:24:41 +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 026F934F041 for ; Thu, 23 Jul 2020 04:24:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72A4F2B3 for ; Thu, 23 Jul 2020 04:24:35 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1595478171.f2d0bf60c44c9de782714f5ff3fbcad8e4c4acc7.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/valtz/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/valtz/valtz-0.7-r3.ebuild X-VCS-Directories: net-dns/valtz/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: f2d0bf60c44c9de782714f5ff3fbcad8e4c4acc7 X-VCS-Branch: master Date: Thu, 23 Jul 2020 04:24:35 +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: d3288cc6-46c4-4e23-8d5b-54d72f520bc9 X-Archives-Hash: 7b07fa18a4ff9dad9d81994623600b8c commit: f2d0bf60c44c9de782714f5ff3fbcad8e4c4acc7 Author: Michael Orlitzky gentoo org> AuthorDate: Thu Jul 23 04:22:19 2020 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Thu Jul 23 04:22:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d0bf60 net-dns/valtz: maintainer stabilize on amd64/x86. This package doesn't change and it's independent of the rest of the tree, so let's just mark it stable once and for all. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Orlitzky gentoo.org> net-dns/valtz/valtz-0.7-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/valtz/valtz-0.7-r3.ebuild b/net-dns/valtz/valtz-0.7-r3.ebuild index 002d679c03a..131ff011aed 100644 --- a/net-dns/valtz/valtz-0.7-r3.ebuild +++ b/net-dns/valtz/valtz-0.7-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ HOMEPAGE="https://x42.com/software/valtz/" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-lang/perl"