diff options
author | Sam James <sam@gentoo.org> | 2021-04-21 00:21:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 02:09:31 +0000 |
commit | 437c7cae1ae47e1a4e222f74b78cbc3e678acae3 (patch) | |
tree | f4b2e28e56571d220aed31a0d03aaf53315e9b45 /dev-ml | |
parent | dev-ml/mtime: port to EAPI 7 (diff) | |
download | gentoo-437c7cae1ae47e1a4e222f74b78cbc3e678acae3.tar.gz gentoo-437c7cae1ae47e1a4e222f74b78cbc3e678acae3.tar.bz2 gentoo-437c7cae1ae47e1a4e222f74b78cbc3e678acae3.zip |
dev-ml/ocaml-augeas: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild b/dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild index 92d39261f54a..ab46abaca844 100644 --- a/dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild +++ b/dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=7 inherit findlib @@ -13,7 +13,6 @@ SRC_URI="https://people.redhat.com/~rjones/augeas/files/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" DEPEND="app-admin/augeas dev-ml/ocaml-autoconf |