diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 08:53:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:21:50 +0100 |
commit | 3e0908e84f7ca0a4b1cdd03a51994534757e6040 (patch) | |
tree | f538d32bc3ada4966cbfd1f3a1038f671bf589cc | |
parent | sci-mathematics/polymake: eutils-- (diff) | |
download | gentoo-3e0908e84f7ca0a4b1cdd03a51994534757e6040.tar.gz gentoo-3e0908e84f7ca0a4b1cdd03a51994534757e6040.tar.bz2 gentoo-3e0908e84f7ca0a4b1cdd03a51994534757e6040.zip |
sci-mathematics/prover9: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sci-mathematics/prover9/prover9-2009.11a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/prover9/prover9-2009.11a.ebuild b/sci-mathematics/prover9/prover9-2009.11a.ebuild index ebcbaab1c1a9..0fa79ab74422 100644 --- a/sci-mathematics/prover9/prover9-2009.11a.ebuild +++ b/sci-mathematics/prover9/prover9-2009.11a.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils toolchain-funcs +inherit toolchain-funcs MY_PN="LADR" typeset -u MY_PV |