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 7406B158017 for ; Tue, 21 Sep 2021 06:37:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1F70E0948; Tue, 21 Sep 2021 06:37:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A811EE0948 for ; Tue, 21 Sep 2021 06:37:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBC6F342FF1 for ; Tue, 21 Sep 2021 06:37:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55ACD104 for ; Tue, 21 Sep 2021 06:37:54 +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: <1632206261.9f52a3d2f0360374bbaaff92fe11562828bf1fc2.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/aiksaurus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/aiksaurus/aiksaurus-1.2.1-r2.ebuild X-VCS-Directories: app-text/aiksaurus/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 9f52a3d2f0360374bbaaff92fe11562828bf1fc2 X-VCS-Branch: master Date: Tue, 21 Sep 2021 06:37:54 +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: a899f9e6-3a5f-4473-aff9-27db725d9cd9 X-Archives-Hash: 6cab664f97318d0cf212150abc9c9cf2 commit: 9f52a3d2f0360374bbaaff92fe11562828bf1fc2 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Sep 21 06:37:41 2021 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Sep 21 06:37:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f52a3d2 app-text/aiksaurus: x86 stable wrt bug #814080 Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> app-text/aiksaurus/aiksaurus-1.2.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/aiksaurus/aiksaurus-1.2.1-r2.ebuild b/app-text/aiksaurus/aiksaurus-1.2.1-r2.ebuild index a6c0098d8f6..8535af56fa7 100644 --- a/app-text/aiksaurus/aiksaurus-1.2.1-r2.ebuild +++ b/app-text/aiksaurus/aiksaurus-1.2.1-r2.ebuild @@ -13,7 +13,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="gtk" RDEPEND="gtk? ( x11-libs/gtk+:2 )"