diff options
Diffstat (limited to 'app-text/xchm')
-rw-r--r-- | app-text/xchm/xchm-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-text/xchm/xchm-9999.ebuild b/app-text/xchm/xchm-9999.ebuild index b291398e22f6..e47dacf50e3e 100644 --- a/app-text/xchm/xchm-9999.ebuild +++ b/app-text/xchm/xchm-9999.ebuild @@ -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 } |