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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C83A21581D8 for ; Wed, 4 Dec 2024 09:15:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04589E08CA; Wed, 4 Dec 2024 09:15:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD46CE08CA for ; Wed, 4 Dec 2024 09:15:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32578335D2B for ; Wed, 4 Dec 2024 09:15:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67F7E2191 for ; Wed, 4 Dec 2024 09:15:48 +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: <1733303597.7a019d3c974ae7e9b3e80d7bdf165920d0ed92b0.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.6.ebuild X-VCS-Directories: net-misc/x2goserver/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7a019d3c974ae7e9b3e80d7bdf165920d0ed92b0 X-VCS-Branch: master Date: Wed, 4 Dec 2024 09:15:48 +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: d87463d6-b7dc-42d0-8788-f03a8692990b X-Archives-Hash: 880649cfa2e78c36d47ca0afaac227ca commit: 7a019d3c974ae7e9b3e80d7bdf165920d0ed92b0 Author: Sam James gentoo org> AuthorDate: Wed Dec 4 09:13:17 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 4 09:13:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a019d3c net-misc/x2goserver: Stabilize 4.1.0.6 amd64, #945687 Signed-off-by: Sam James gentoo.org> net-misc/x2goserver/x2goserver-4.1.0.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/x2goserver/x2goserver-4.1.0.6.ebuild b/net-misc/x2goserver/x2goserver-4.1.0.6.ebuild index 9d7bbf319cdd..cf944df4d8d9 100644 --- a/net-misc/x2goserver/x2goserver-4.1.0.6.ebuild +++ b/net-misc/x2goserver/x2goserver-4.1.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,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 )"