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 AF3C9138334 for ; Mon, 18 Nov 2019 11:07:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8CC4E0828; Mon, 18 Nov 2019 11:07:13 +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 C020EE0828 for ; Mon, 18 Nov 2019 11:07:13 +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 B28F334CF5F for ; Mon, 18 Nov 2019 11:07:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 028D226C for ; Mon, 18 Nov 2019 11:07:11 +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: <1574075228.b21bbf09d029e5733432eb491cc393ace64d5777.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/psgml/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/psgml/psgml-1.4.1.ebuild X-VCS-Directories: app-emacs/psgml/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: b21bbf09d029e5733432eb491cc393ace64d5777 X-VCS-Branch: master Date: Mon, 18 Nov 2019 11:07:11 +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: 31b6abd5-6f46-4848-a811-ccd3cd8ef9f7 X-Archives-Hash: f08361040e047cd281743a450cd4e8e8 commit: b21bbf09d029e5733432eb491cc393ace64d5777 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Nov 18 11:07:08 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Nov 18 11:07:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b21bbf09 app-emacs/psgml: amd64/ppc/x86 stable, (ALLARCHES policy) wrt bug #700158 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Agostino Sarubbo gentoo.org> app-emacs/psgml/psgml-1.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/psgml/psgml-1.4.1.ebuild b/app-emacs/psgml/psgml-1.4.1.ebuild index 465c0edee1d..86642ee8530 100644 --- a/app-emacs/psgml/psgml-1.4.1.ebuild +++ b/app-emacs/psgml/psgml-1.4.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" LICENSE="GPL-2+ Texinfo-manual" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" RDEPEND="app-text/openjade"