Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc/
Date: Sat, 31 Mar 2018 19:01:45
Message-Id: 1522522836.33884dd0a1267b71c83cb2c00c65a22e9e1af6ce.leio@gentoo
1 commit: 33884dd0a1267b71c83cb2c00c65a22e9e1af6ce
2 Author: Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
3 AuthorDate: Sat Mar 31 17:45:31 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 19:00:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33884dd0
7
8 net-misc/tigervnc: keyword ~arm64
9
10 Closes: https://github.com/gentoo/gentoo/pull/7758
11
12 net-misc/tigervnc/tigervnc-1.8.0-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/tigervnc/tigervnc-1.8.0-r2.ebuild b/net-misc/tigervnc/tigervnc-1.8.0-r2.ebuild
16 index 0e9970a9ab5..7c2bb8fa5d0 100644
17 --- a/net-misc/tigervnc/tigervnc-1.8.0-r2.ebuild
18 +++ b/net-misc/tigervnc/tigervnc-1.8.0-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> ${P}.tar.
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
30 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
31 IUSE="+drm gnutls nls java +opengl pam server +xorgmodule xinerama dri3"
32
33 CDEPEND="virtual/jpeg:0