diff options
author | 2022-03-10 04:44:00 +0000 | |
---|---|---|
committer | 2022-03-10 21:09:31 +0000 | |
commit | ff9e0676cbb812e205b343af198e48e6dcf68948 (patch) | |
tree | 6cacbbf8d70733bf940d20fd384b5d32298357dc /sci-libs | |
parent | sci-electronics/gerbv: [QA] fix UnusedInherits (autotools) (diff) | |
download | gentoo-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.ebuild | 4 |
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} |