Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xnee/
Date: Thu, 01 Apr 2021 21:17:33
Message-Id: 1617311826.53e33ece37bf98ea1088f66e4468c48bad03cda9.sam@gentoo
1 commit: 53e33ece37bf98ea1088f66e4468c48bad03cda9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 1 01:48:39 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 1 21:17:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e33ece
7
8 x11-misc/xnee: fix MissingInherits (virtualx)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-misc/xnee/xnee-3.19-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-misc/xnee/xnee-3.19-r2.ebuild b/x11-misc/xnee/xnee-3.19-r2.ebuild
16 index 0a3540a531d..17cd30ca867 100644
17 --- a/x11-misc/xnee/xnee-3.19-r2.ebuild
18 +++ b/x11-misc/xnee/xnee-3.19-r2.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -inherit autotools desktop flag-o-matic
27 +inherit autotools desktop flag-o-matic virtualx
28
29 DESCRIPTION="Program suite to record, replay and distribute user actions"
30 HOMEPAGE="https://xnee.wordpress.com/"