diff options
author | 2023-10-02 23:11:33 -0600 | |
---|---|---|
committer | 2023-10-23 04:10:34 +0100 | |
commit | 1c729628b49243c4cfbc898c5bf213316b62f78f (patch) | |
tree | 94d3ab9bad7e1ad48b4b3d52939e915b68341e14 /dev-haskell/math-functions | |
parent | dev-haskell/semirings: Revision bump (diff) | |
download | gentoo-1c729628b49243c4cfbc898c5bf213316b62f78f.tar.gz gentoo-1c729628b49243c4cfbc898c5bf213316b62f78f.tar.bz2 gentoo-1c729628b49243c4cfbc898c5bf213316b62f78f.zip |
*/*: Update EAPI to 8 for haskell packages
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/math-functions')
-rw-r--r-- | dev-haskell/math-functions/math-functions-0.3.3.0.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/math-functions/math-functions-0.3.4.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/math-functions/math-functions-0.3.3.0.ebuild b/dev-haskell/math-functions/math-functions-0.3.3.0.ebuild index 114bf12cee3f..26a5949bcd1c 100644 --- a/dev-haskell/math-functions/math-functions-0.3.3.0.ebuild +++ b/dev-haskell/math-functions/math-functions-0.3.3.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 # ebuild generated by hackport 0.6.1.9999 #hackport: flags: +system-erf,+system-expm1 diff --git a/dev-haskell/math-functions/math-functions-0.3.4.2.ebuild b/dev-haskell/math-functions/math-functions-0.3.4.2.ebuild index fc819016d1da..cb3dfe1b5008 100644 --- a/dev-haskell/math-functions/math-functions-0.3.4.2.ebuild +++ b/dev-haskell/math-functions/math-functions-0.3.4.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 # ebuild generated by hackport 0.6.7.9999 #hackport: flags: +system-erf,+system-expm1 |