diff options
author | Sam James <sam@gentoo.org> | 2021-04-21 00:19:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 02:09:30 +0000 |
commit | 33fc1de731399a2fe6af3d35cb3c78d29b89be49 (patch) | |
tree | 6c90aeac2f83ca94d9aef3441890eaa933fbb309 /dev-ml | |
parent | dev-ml/merlin-extend: port to EAPI 7 (diff) | |
download | gentoo-33fc1de731399a2fe6af3d35cb3c78d29b89be49.tar.gz gentoo-33fc1de731399a2fe6af3d35cb3c78d29b89be49.tar.bz2 gentoo-33fc1de731399a2fe6af3d35cb3c78d29b89be49.zip |
dev-ml/mtime: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/mtime/mtime-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/mtime/mtime-1.1.0.ebuild b/dev-ml/mtime/mtime-1.1.0.ebuild index 0b7d7e6ae9a2..a6d491ea6add 100644 --- a/dev-ml/mtime/mtime-1.1.0.ebuild +++ b/dev-ml/mtime/mtime-1.1.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=7 inherit opam |