diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-06-28 23:05:03 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-06-28 23:05:03 +0200 |
commit | 37afc75bdf85078452e57c743d7ed4d637362ec3 (patch) | |
tree | bc1bce2eda7f6c05c9d855420414beba14cada00 /dev-ml | |
parent | dev-ml/num: add 1.5 (diff) | |
download | gentoo-37afc75bdf85078452e57c743d7ed4d637362ec3.tar.gz gentoo-37afc75bdf85078452e57c743d7ed4d637362ec3.tar.bz2 gentoo-37afc75bdf85078452e57c743d7ed4d637362ec3.zip |
dev-ml/num: update EAPI 7 -> 8
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/num/num-1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/num/num-1.5.ebuild b/dev-ml/num/num-1.5.ebuild index 5b8ad18e290c..baaacdcf8f0e 100644 --- a/dev-ml/num/num-1.5.ebuild +++ b/dev-ml/num/num-1.5.ebuild @@ -1,7 +1,7 @@ # Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 # Not using dune for now, bug #775119 inherit findlib |