From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1004886-garchives=archives.gentoo.org@lists.gentoo.org> 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 BF1131382C5 for <garchives@archives.gentoo.org>; Wed, 21 Feb 2018 18:48:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4164AE093D; Wed, 21 Feb 2018 18:48:35 +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 24D3AE093D for <gentoo-commits@lists.gentoo.org>; Wed, 21 Feb 2018 18:48:35 +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 31DE9335C3E for <gentoo-commits@lists.gentoo.org>; Wed, 21 Feb 2018 18:48:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46630239 for <gentoo-commits@lists.gentoo.org>; Wed, 21 Feb 2018 18:48:31 +0000 (UTC) From: "Jason Zaman" <perfinion@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" <perfinion@gentoo.org> Message-ID: <1519238432.e811e93889cfd8a1b399c64a514f3d78dcfd3e10.perfinion@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.0.1.22.ebuild X-VCS-Directories: net-misc/x2goserver/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: e811e93889cfd8a1b399c64a514f3d78dcfd3e10 X-VCS-Branch: master Date: Wed, 21 Feb 2018 18:48:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d51ffdc1-9636-4b14-a202-9a2083fc9df0 X-Archives-Hash: 1def7f2538bbfa7f34f227980913b541 commit: e811e93889cfd8a1b399c64a514f3d78dcfd3e10 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org> AuthorDate: Wed Feb 21 18:40:32 2018 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Wed Feb 21 18:40:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e811e938 net-misc/x2goserver: amd64 stable Gentoo-bug: 644852 Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-misc/x2goserver/x2goserver-4.0.1.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/x2goserver/x2goserver-4.0.1.22.ebuild b/net-misc/x2goserver/x2goserver-4.0.1.22.ebuild index 356aff263d2..7c027d7422a 100644 --- a/net-misc/x2goserver/x2goserver-4.0.1.22.ebuild +++ b/net-misc/x2goserver/x2goserver-4.0.1.22.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 )"