diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:42:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:58 +0100 |
commit | fd85ed273174a1699100e1adb5d1756125476dca (patch) | |
tree | c3392b1c21dcc7ea836c062d183d09088b784988 /dev-cpp | |
parent | dev-cpp/antlr-cpp: use BDEPEND for app-arch/unzip (diff) | |
download | gentoo-fd85ed273174a1699100e1adb5d1756125476dca.tar.gz gentoo-fd85ed273174a1699100e1adb5d1756125476dca.tar.bz2 gentoo-fd85ed273174a1699100e1adb5d1756125476dca.zip |
dev-cpp/muParser: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/muParser/muParser-2.2.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/muParser/muParser-2.2.6.1.ebuild b/dev-cpp/muParser/muParser-2.2.6.1.ebuild index 9f4fe65c7235..2d5b4f14f274 100644 --- a/dev-cpp/muParser/muParser-2.2.6.1.ebuild +++ b/dev-cpp/muParser/muParser-2.2.6.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="Library for parsing mathematical expressions" HOMEPAGE="http://muparser.beltoforion.de/" |