summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-10 04:44:00 +0000
committerSam James <sam@gentoo.org>2022-03-10 21:09:31 +0000
commitff9e0676cbb812e205b343af198e48e6dcf68948 (patch)
tree6cacbbf8d70733bf940d20fd384b5d32298357dc /sci-libs
parentsci-electronics/gerbv: [QA] fix UnusedInherits (autotools) (diff)
downloadgentoo-ff9e0676cbb812e205b343af198e48e6dcf68948.tar.gz
gentoo-ff9e0676cbb812e205b343af198e48e6dcf68948.tar.bz2
gentoo-ff9e0676cbb812e205b343af198e48e6dcf68948.zip
sci-libs/ipopt: [QA] fix UnusedInherits (autotools)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/ipopt/ipopt-3.12.12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/ipopt/ipopt-3.12.12.ebuild b/sci-libs/ipopt/ipopt-3.12.12.ebuild
index 7aba7e67254c..c546084ce831 100644
--- a/sci-libs/ipopt/ipopt-3.12.12.ebuild
+++ b/sci-libs/ipopt/ipopt-3.12.12.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
FORTRAN_NEEDED="mumps"
-inherit autotools fortran-2 toolchain-funcs
+inherit fortran-2 toolchain-funcs
MY_PN=${PN^}
MY_P=${MY_PN}-${PV}