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 DB0551382C5 for ; Wed, 9 Dec 2020 03:57:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE3C8E0905; Wed, 9 Dec 2020 03:57:40 +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 8B43EE0905 for ; Wed, 9 Dec 2020 03:57:40 +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 465C1340D85 for ; Wed, 9 Dec 2020 03:57:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C120E46C for ; Wed, 9 Dec 2020 03:57:37 +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: <1607486165.e7769cd2a84dbca2536d0c183c7e8c3b1abc95f6.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.8.ebuild X-VCS-Directories: net-dns/valtz/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: e7769cd2a84dbca2536d0c183c7e8c3b1abc95f6 X-VCS-Branch: master Date: Wed, 9 Dec 2020 03:57:37 +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: 9fffd1dd-f8e1-4e9d-8aec-633e3a9a0fad X-Archives-Hash: 59815c5ee5adcce76bc08237a64f2ba2 commit: e7769cd2a84dbca2536d0c183c7e8c3b1abc95f6 Author: Michael Orlitzky gentoo org> AuthorDate: Wed Dec 9 03:56:05 2020 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Dec 9 03:56:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7769cd2 net-dns/valtz: maintainer stabilize v0.8 on amd64 and x86. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Michael Orlitzky gentoo.org> net-dns/valtz/valtz-0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/valtz/valtz-0.8.ebuild b/net-dns/valtz/valtz-0.8.ebuild index b98620fc148..66aaf7aaee8 100644 --- a/net-dns/valtz/valtz-0.8.ebuild +++ b/net-dns/valtz/valtz-0.8.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="http://michael.orlitzky.com/code/valtz.xhtml" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-lang/perl"