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 72D5713835A for ; Sun, 10 May 2020 09:43:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C169E087A; Sun, 10 May 2020 09:42:59 +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 6E276E087A for ; Sun, 10 May 2020 09:42:59 +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 D02D034F1DC for ; Sun, 10 May 2020 09:42:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD75222D for ; Sun, 10 May 2020 09:42:55 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1589103764.19aee8c264b8a273d8fe206212ddaa93f2581b47.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/aee/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/aee/aee-2.2.21.ebuild X-VCS-Directories: app-editors/aee/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 19aee8c264b8a273d8fe206212ddaa93f2581b47 X-VCS-Branch: master Date: Sun, 10 May 2020 09:42:55 +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: 550b2a35-0edb-4c16-b09d-12f8eb70b493 X-Archives-Hash: 741c69001ccadf94dd03b0f90e480ee8 commit: 19aee8c264b8a273d8fe206212ddaa93f2581b47 Author: Akinori Hattori gentoo org> AuthorDate: Sun May 10 09:40:57 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun May 10 09:42:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19aee8c2 app-editors/aee: amd64/x86 stable Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Akinori Hattori gentoo.org> app-editors/aee/aee-2.2.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/aee/aee-2.2.21.ebuild b/app-editors/aee/aee-2.2.21.ebuild index c6c40f9b214..69453af195f 100644 --- a/app-editors/aee/aee-2.2.21.ebuild +++ b/app-editors/aee/aee-2.2.21.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux" +KEYWORDS="amd64 x86 ~amd64-linux" IUSE="X" RDEPEND="X? ( x11-libs/libX11 )"