diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-03-10 09:51:04 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-03-10 09:51:04 +0000 |
commit | e3054cc99e0bd7e35a30168c0dc9efb0a61804cc (patch) | |
tree | 04581a4bd268f447214ad87d379e7cc259bbdba0 /dev-tex/hevea | |
parent | remove old (diff) | |
download | gentoo-2-e3054cc99e0bd7e35a30168c0dc9efb0a61804cc.tar.gz gentoo-2-e3054cc99e0bd7e35a30168c0dc9efb0a61804cc.tar.bz2 gentoo-2-e3054cc99e0bd7e35a30168c0dc9efb0a61804cc.zip |
eapi5: slot dep on ocaml
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-tex/hevea')
-rw-r--r-- | dev-tex/hevea/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/hevea/hevea-2.02.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-tex/hevea/ChangeLog b/dev-tex/hevea/ChangeLog index ced1a552a491..790d2ff3ff6f 100644 --- a/dev-tex/hevea/ChangeLog +++ b/dev-tex/hevea/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/hevea # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/hevea/ChangeLog,v 1.36 2013/03/10 09:49:09 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/hevea/ChangeLog,v 1.37 2013/03/10 09:51:04 aballier Exp $ + + 10 Mar 2013; Alexis Ballier <aballier@gentoo.org> hevea-2.02.ebuild: + eapi5: slot dep on ocaml 10 Mar 2013; Alexis Ballier <aballier@gentoo.org> -hevea-1.10-r1.ebuild: remove old diff --git a/dev-tex/hevea/hevea-2.02.ebuild b/dev-tex/hevea/hevea-2.02.ebuild index 8b0e115e42de..7ea7d98feac0 100644 --- a/dev-tex/hevea/hevea-2.02.ebuild +++ b/dev-tex/hevea/hevea-2.02.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-tex/hevea/hevea-2.02.ebuild,v 1.1 2013/02/04 12:54:21 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/hevea/hevea-2.02.ebuild,v 1.2 2013/03/10 09:51:04 aballier Exp $ -EAPI="2" +EAPI=5 inherit eutils multilib @@ -16,7 +16,7 @@ LICENSE="QPL" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]" +DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]" RDEPEND="${DEPEND}" src_compile() { |