diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-07-23 16:42:06 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-07-23 16:42:06 +0000 |
commit | b8ad96c5a1970a8c72734f8c6e5afad22acf00b0 (patch) | |
tree | e3af95aabaee10d387febcff6c5a364089e10c71 /dev-ml/tyxml/tyxml-2.2.0.ebuild | |
parent | remove old (diff) | |
download | historical-b8ad96c5a1970a8c72734f8c6e5afad22acf00b0.tar.gz historical-b8ad96c5a1970a8c72734f8c6e5afad22acf00b0.tar.bz2 historical-b8ad96c5a1970a8c72734f8c6e5afad22acf00b0.zip |
eapi5, define subslot and add slot deps
Package-Manager: portage-2.2.0_alpha188/cvs/Linux x86_64
Manifest-Sign-Key: 0x160F534A
Diffstat (limited to 'dev-ml/tyxml/tyxml-2.2.0.ebuild')
-rw-r--r-- | dev-ml/tyxml/tyxml-2.2.0.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-ml/tyxml/tyxml-2.2.0.ebuild b/dev-ml/tyxml/tyxml-2.2.0.ebuild index 808e7e60866d..54695da1629b 100644 --- a/dev-ml/tyxml/tyxml-2.2.0.ebuild +++ b/dev-ml/tyxml/tyxml-2.2.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/tyxml-2.2.0.ebuild,v 1.1 2013/01/13 19:50:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/tyxml-2.2.0.ebuild,v 1.2 2013/07/23 16:42:00 aballier Exp $ -EAPI=4 +EAPI=5 inherit eutils findlib @@ -11,14 +11,14 @@ HOMEPAGE="http://ocsigen.org/tyxml/" SRC_URI="http://www.ocsigen.org/download/${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="doc ocamlduce +ocamlopt" DEPEND=" - >=dev-lang/ocaml-3.12[ocamlopt?] - dev-ml/ocamlnet - ocamlduce? ( dev-ml/ocamlduce )" + >=dev-lang/ocaml-3.12:=[ocamlopt?] + dev-ml/ocamlnet:= + ocamlduce? ( dev-ml/ocamlduce:= )" RDEPEND="${DEPEND}" src_prepare() { |