diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-08-28 13:25:39 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-08-28 13:26:47 +0300 |
commit | 8261bf48d8819a257662a509a0fc0a6cc42722e5 (patch) | |
tree | 6fce2b65d399c48fd07b5f04b8c4ef48679939ff /app-text/xdvik | |
parent | media-sound/ecasound: removed obsolete 2.9.1-r1 (diff) | |
download | gentoo-8261bf48d8819a257662a509a0fc0a6cc42722e5.tar.gz gentoo-8261bf48d8819a257662a509a0fc0a6cc42722e5.tar.bz2 gentoo-8261bf48d8819a257662a509a0fc0a6cc42722e5.zip |
app-text/xdvik: fix inherit
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-text/xdvik')
-rw-r--r-- | app-text/xdvik/xdvik-22.87.03-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/xdvik/xdvik-22.87.03-r2.ebuild b/app-text/xdvik/xdvik-22.87.03-r2.ebuild index 49accc94ae42..3763c227f7bf 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/" |