app-text/xchm: Update live ebuild

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
This commit is contained in:
Jeroen Roovers
2019-11-25 15:54:51 +01:00
parent a1f4538b70
commit 85d7f9d8bd

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
WX_GTK_VER="3.0-gtk3"
inherit autotools git-r3 wxwidgets xdg-utils
inherit autotools desktop git-r3 wxwidgets xdg-utils
DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files"
HOMEPAGE="https://github.com/rzvncj/xCHM/"
@@ -25,7 +25,6 @@ DEPEND="
"
src_prepare() {
setup-wxwidgets
default
eautoreconf
}