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 5B9C5138359 for ; Mon, 20 Jul 2020 18:08:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E9E8E0932; Mon, 20 Jul 2020 18:08:16 +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 6221FE0932 for ; Mon, 20 Jul 2020 18:08:16 +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 568A134F11A for ; Mon, 20 Jul 2020 18:08:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77F102D3 for ; Mon, 20 Jul 2020 18:08:09 +0000 (UTC) From: "Keri Harris" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Keri Harris" Message-ID: <1595268455.5ee3351b25432e597bae4f14df92d65d216fc3ea.keri@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gprolog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/gprolog/gprolog-1.4.5.ebuild X-VCS-Directories: dev-lang/gprolog/ X-VCS-Committer: keri X-VCS-Committer-Name: Keri Harris X-VCS-Revision: 5ee3351b25432e597bae4f14df92d65d216fc3ea X-VCS-Branch: master Date: Mon, 20 Jul 2020 18:08: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: 47a384fe-e364-495e-99db-a330047ef1a1 X-Archives-Hash: c1d04f4c56f0f80bbc1003ab4c9f80b2 commit: 5ee3351b25432e597bae4f14df92d65d216fc3ea Author: Keri Harris gentoo org> AuthorDate: Mon Jul 20 18:07:35 2020 +0000 Commit: Keri Harris gentoo org> CommitDate: Mon Jul 20 18:07:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee3351b dev-lang/gprolog: amd64, x86 stable. (Bug #733338) Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Keri Harris gentoo.org> dev-lang/gprolog/gprolog-1.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/gprolog/gprolog-1.4.5.ebuild b/dev-lang/gprolog/gprolog-1.4.5.ebuild index 9ba2832a0da..44407d723f0 100644 --- a/dev-lang/gprolog/gprolog-1.4.5.ebuild +++ b/dev-lang/gprolog/gprolog-1.4.5.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}"/${P} LICENSE="|| ( GPL-2+ LGPL-3+ )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="debug doc examples" DEPEND=""