Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/x2goserver/
Date: Fri, 26 Oct 2018 00:52:40
Message-Id: 1540515105.a9511c484174d5da7c15e7c7f3ed3393f56f8ff8.whissi@gentoo
1 commit: a9511c484174d5da7c15e7c7f3ed3393f56f8ff8
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 26 00:35:22 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 26 00:51:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9511c48
7
8 net-misc/x2goserver: x86 stable (bug #669062)
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-misc/x2goserver/x2goserver-4.1.0.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/x2goserver/x2goserver-4.1.0.2.ebuild b/net-misc/x2goserver/x2goserver-4.1.0.2.ebuild
17 index 36e6bdd7c3d..c55cc66218e 100644
18 --- a/net-misc/x2goserver/x2goserver-4.1.0.2.ebuild
19 +++ b/net-misc/x2goserver/x2goserver-4.1.0.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,7 +10,7 @@ SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="~amd64 x86"
32 IUSE="+fuse postgres +sqlite"
33
34 REQUIRED_USE="|| ( postgres sqlite )"