diff options
Diffstat (limited to 'dev-libs/libmoe/libmoe-1.5.8-r3.ebuild')
-rw-r--r-- | dev-libs/libmoe/libmoe-1.5.8-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libmoe/libmoe-1.5.8-r3.ebuild b/dev-libs/libmoe/libmoe-1.5.8-r3.ebuild index 0a7276fde164..7d1017ce991b 100644 --- a/dev-libs/libmoe/libmoe-1.5.8-r3.ebuild +++ b/dev-libs/libmoe/libmoe-1.5.8-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI="7" inherit toolchain-funcs @@ -17,7 +17,7 @@ IUSE="static-libs" RDEPEND="dev-lang/perl" DEPEND="${RDEPEND}" -HTML_DOCS=( libmoe.shtml ) +HTML_DOCS=( ${PN}.shtml ) PATCHES=( "${FILESDIR}/${PN}-gentoo.patch" "${FILESDIR}/${PN}-gcc-5.patch" # taken from Debian |