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 0D1E713933E for ; Thu, 15 Jul 2021 21:33:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E855FE0CC7; Thu, 15 Jul 2021 21:33:49 +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 CD4D5E0C83 for ; Thu, 15 Jul 2021 21:33:49 +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 C4096342D45 for ; Thu, 15 Jul 2021 21:33:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 416637F3 for ; Thu, 15 Jul 2021 21:33:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1626384795.b6628d554c0137b88b14e7e593d4623f11f3feba.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/x2goserver/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/x2goserver/x2goserver-4.1.0.3-r1.ebuild X-VCS-Directories: net-misc/x2goserver/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b6628d554c0137b88b14e7e593d4623f11f3feba X-VCS-Branch: master Date: Thu, 15 Jul 2021 21:33:45 +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: 89c7bd86-0fcb-492a-8cd4-d6cd13b69eba X-Archives-Hash: 093c2c2d65ec1cbf4fd5692b58582f07 commit: b6628d554c0137b88b14e7e593d4623f11f3feba Author: Sam James gentoo org> AuthorDate: Thu Jul 15 21:33:15 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 15 21:33:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6628d55 net-misc/x2goserver: Stabilize 4.1.0.3-r1 x86, #802333 Signed-off-by: Sam James gentoo.org> net-misc/x2goserver/x2goserver-4.1.0.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/x2goserver/x2goserver-4.1.0.3-r1.ebuild b/net-misc/x2goserver/x2goserver-4.1.0.3-r1.ebuild index 7e6f6226496..7c604f3d53b 100644 --- a/net-misc/x2goserver/x2goserver-4.1.0.3-r1.ebuild +++ b/net-misc/x2goserver/x2goserver-4.1.0.3-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="+fuse postgres +sqlite" REQUIRED_USE="|| ( postgres sqlite )"