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 BE836138334 for ; Sun, 8 Sep 2019 10:42:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28995E08F5; Sun, 8 Sep 2019 10:42:14 +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 09AC9E08F5 for ; Sun, 8 Sep 2019 10:42:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 13DD434AE91 for ; Sun, 8 Sep 2019 10:42:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 052FA7E9 for ; Sun, 8 Sep 2019 10:42:09 +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: <1567939289.3bfc5ed1462435633bab2abee9702bb7e71dad17.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/deb2targz/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/deb2targz/deb2targz-1-r3.ebuild X-VCS-Directories: app-arch/deb2targz/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 3bfc5ed1462435633bab2abee9702bb7e71dad17 X-VCS-Branch: master Date: Sun, 8 Sep 2019 10:42:09 +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: 0654c9ac-6fc0-4cad-864f-5d07b3cdd7ef X-Archives-Hash: 3e3301cf28d1f3407fe892b36f8c228f commit: 3bfc5ed1462435633bab2abee9702bb7e71dad17 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Sep 8 10:41:29 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Sep 8 10:41:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bfc5ed1 app-arch/deb2targz: amd64 stable wrt bug #688958 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> app-arch/deb2targz/deb2targz-1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/deb2targz/deb2targz-1-r3.ebuild b/app-arch/deb2targz/deb2targz-1-r3.ebuild index 3a448ce5246..d8a69ee6a1a 100644 --- a/app-arch/deb2targz/deb2targz-1-r3.ebuild +++ b/app-arch/deb2targz/deb2targz-1-r3.ebuild @@ -9,7 +9,7 @@ SRC_URI="http://www.miketaylor.org.uk/tech/deb/${PN}" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" RDEPEND="dev-lang/perl"