diff options
author | 2019-12-13 23:02:22 +0300 | |
---|---|---|
committer | 2019-12-13 23:02:36 +0300 | |
commit | 6070f28fdc5e874c427bdfede346b1b0796c6aa6 (patch) | |
tree | 343a13a18258cbbe3d17df1c68aae61774554b0c /dev-ml/ocamlweb | |
parent | dev-embedded/u-boot-tools: remove easylogo (diff) | |
download | gentoo-6070f28fdc5e874c427bdfede346b1b0796c6aa6.tar.gz gentoo-6070f28fdc5e874c427bdfede346b1b0796c6aa6.tar.bz2 gentoo-6070f28fdc5e874c427bdfede346b1b0796c6aa6.zip |
dev-ml/ocamlweb: port to EAPI=7
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-ml/ocamlweb')
-rw-r--r-- | dev-ml/ocamlweb/ocamlweb-1.39.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-ml/ocamlweb/ocamlweb-1.39.ebuild b/dev-ml/ocamlweb/ocamlweb-1.39.ebuild index 96baba9aa4c2..b9f6962912af 100644 --- a/dev-ml/ocamlweb/ocamlweb-1.39.ebuild +++ b/dev-ml/ocamlweb/ocamlweb-1.39.ebuild @@ -1,16 +1,14 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit latex-package eutils base +inherit latex-package DESCRIPTION="O'Caml literate programming tool" HOMEPAGE="http://www.lri.fr/~filliatr/ocamlweb/" SRC_URI="http://www.lri.fr/~filliatr/ftp/ocamlweb/${P}.tar.gz" -IUSE="" - LICENSE="LGPL-2" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ppc x86" |