commit: 53e33ece37bf98ea1088f66e4468c48bad03cda9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Apr 1 01:48:39 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 1 21:17:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e33ece
x11-misc/xnee: fix MissingInherits (virtualx) Signed-off-by: Sam James <sam <AT> gentoo.org> x11-misc/xnee/xnee-3.19-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/xnee/xnee-3.19-r2.ebuild b/x11-misc/xnee/xnee-3.19-r2.ebuild index 0a3540a531d..17cd30ca867 100644 --- a/x11-misc/xnee/xnee-3.19-r2.ebuild +++ b/x11-misc/xnee/xnee-3.19-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools desktop flag-o-matic +inherit autotools desktop flag-o-matic virtualx DESCRIPTION="Program suite to record, replay and distribute user actions" HOMEPAGE="https://xnee.wordpress.com/"
