commit: 437c7cae1ae47e1a4e222f74b78cbc3e678acae3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 21 00:21:48 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 21 02:09:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437c7cae
dev-ml/ocaml-augeas: port to EAPI 7 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild | 5 ++--- 1 file 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 92d39261f54..ab46abaca84 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
