commit: 8261bf48d8819a257662a509a0fc0a6cc42722e5 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Fri Aug 28 10:25:39 2020 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Fri Aug 28 10:26:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8261bf48
app-text/xdvik: fix inherit Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> app-text/xdvik/xdvik-22.87.03-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-text/xdvik/xdvik-22.87.03-r2.ebuild b/app-text/xdvik/xdvik-22.87.03-r2.ebuild index 49accc94ae4..3763c227f7b 100644 --- a/app-text/xdvik/xdvik-22.87.03-r2.ebuild +++ b/app-text/xdvik/xdvik-22.87.03-r2.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools elisp-common eutils flag-o-matic multilib toolchain-funcs xdg-utils + +inherit autotools desktop elisp-common flag-o-matic toolchain-funcs xdg-utils DESCRIPTION="DVI previewer for X Window System" HOMEPAGE="http://xdvi.sourceforge.net/"
