diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-06-25 22:54:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-06-25 23:02:06 +0200 |
commit | 353c441268a5d980293fd623248fdedf95674caa (patch) | |
tree | 79c37501c9aa0af183945e3a4224765d60a3cde1 /dev-ml/ocamldsort | |
parent | dev-ml/lablgl: Copy stable keywords over for minor dep change, #586914 (diff) | |
download | gentoo-353c441268a5d980293fd623248fdedf95674caa.tar.gz gentoo-353c441268a5d980293fd623248fdedf95674caa.tar.bz2 gentoo-353c441268a5d980293fd623248fdedf95674caa.zip |
dev-ml/ocamldsort: Move stable kw for minor dep change, #586920
Diffstat (limited to 'dev-ml/ocamldsort')
-rw-r--r-- | dev-ml/ocamldsort/ocamldsort-0.16.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild | 27 |
2 files changed, 1 insertions, 28 deletions
diff --git a/dev-ml/ocamldsort/ocamldsort-0.16.0-r1.ebuild b/dev-ml/ocamldsort/ocamldsort-0.16.0-r1.ebuild index c5716d5b22d7..212ea1b7b0ca 100644 --- a/dev-ml/ocamldsort/ocamldsort-0.16.0-r1.ebuild +++ b/dev-ml/ocamldsort/ocamldsort-0.16.0-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="ftp://quatramaran.ens.fr/pub/ara/ocamldsort/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc x86" IUSE="" DEPEND=">=dev-lang/ocaml-3.12:= diff --git a/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild b/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild deleted file mode 100644 index b1462368049a..000000000000 --- a/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="A dependency sorter for OCaml source files" -HOMEPAGE="http://dimitri.mutu.net/ocaml.html" -SRC_URI="ftp://quatramaran.ens.fr/pub/ara/ocamldsort/${P}.tar.gz" -LICENSE="LGPL-2" - -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -DEPEND=">=dev-lang/ocaml-3.12:= - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" -RDEPEND="${DEPEND}" - -src_compile() { - emake -j1 -} - -src_install() { - emake BINDIR="${ED}/usr/bin" MANDIR="${ED}/usr/share/man" install - dodoc README THANKS Changes -} |