Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc/
Date: Sat, 03 Oct 2020 09:13:15
Message-Id: 1601716006.78c058828760d896ff6a2f2881ba7e07cbca7886.ulm@gentoo
1 commit: 78c058828760d896ff6a2f2881ba7e07cbca7886
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 08:56:43 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 09:06:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c05882
7
8 net-misc/tigervnc: [QA] Don't inherit eutils.
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild b/net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild
17 index 90aaa196a7d..7e15237fd3f 100644
18 --- a/net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild
19 +++ b/net-misc/tigervnc/tigervnc-1.11.0-r1.ebuild
20 @@ -3,7 +3,8 @@
21
22 EAPI=7
23 CMAKE_IN_SOURCE_BUILD=1
24 -inherit autotools cmake eutils flag-o-matic java-pkg-opt-2 systemd xdg
25 +
26 +inherit autotools cmake flag-o-matic java-pkg-opt-2 systemd xdg
27
28 XSERVER_VERSION="1.20.0"