commit: 9ddbb78b9d61fb694c8e977f7f10e67ec2f985d3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat May 29 19:02:19 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat May 29 19:02:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ddbb78b
dev-ml/integers: ebuild tidying Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-ml/integers/integers-0.4.0.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-ml/integers/integers-0.4.0.ebuild b/dev-ml/integers/integers-0.4.0.ebuild index fb25c4b284b..11bdf517c4d 100644 --- a/dev-ml/integers/integers-0.4.0.ebuild +++ b/dev-ml/integers/integers-0.4.0.ebuild @@ -8,12 +8,9 @@ inherit dune DESCRIPTION="Various signed and unsigned integer types for OCaml" HOMEPAGE="https://github.com/ocamllabs/ocaml-integers" SRC_URI="https://github.com/ocamllabs/ocaml-integers/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/ocaml-${P}" LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="amd64 arm ~arm64 x86" IUSE="+ocamlopt" - -RDEPEND="" -DEPEND="${RDEPEND}" -S="${WORKDIR}/ocaml-${P}"
