Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xdvik/
Date: Fri, 28 Aug 2020 10:26:52
Message-Id: 1598610407.8261bf48d8819a257662a509a0fc0a6cc42722e5.zlogene@gentoo
1 commit: 8261bf48d8819a257662a509a0fc0a6cc42722e5
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 10:25:39 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 10:26:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8261bf48
7
8 app-text/xdvik: fix inherit
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-text/xdvik/xdvik-22.87.03-r2.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/app-text/xdvik/xdvik-22.87.03-r2.ebuild b/app-text/xdvik/xdvik-22.87.03-r2.ebuild
17 index 49accc94ae4..3763c227f7b 100644
18 --- a/app-text/xdvik/xdvik-22.87.03-r2.ebuild
19 +++ b/app-text/xdvik/xdvik-22.87.03-r2.ebuild
20 @@ -2,7 +2,8 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -inherit autotools elisp-common eutils flag-o-matic multilib toolchain-funcs xdg-utils
25 +
26 +inherit autotools desktop elisp-common flag-o-matic toolchain-funcs xdg-utils
27
28 DESCRIPTION="DVI previewer for X Window System"
29 HOMEPAGE="http://xdvi.sourceforge.net/"