diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-03-03 14:28:02 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-03-03 14:28:02 +0000 |
commit | 911250d0f4cc96da0cd1a2d80b7ec33ce7c00b13 (patch) | |
tree | e02b3df1665ff4f7dafb22c8ad5095ced2a64982 /dev-ml/ocaml-safepass/ocaml-safepass-1.2.ebuild | |
parent | Combine ChangeLog entries (same committer, same day, same issue), with permis... (diff) | |
download | gentoo-2-911250d0f4cc96da0cd1a2d80b7ec33ce7c00b13.tar.gz gentoo-2-911250d0f4cc96da0cd1a2d80b7ec33ce7c00b13.tar.bz2 gentoo-2-911250d0f4cc96da0cd1a2d80b7ec33ce7c00b13.zip |
eapi5 and define subslot
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/ocaml-safepass/ocaml-safepass-1.2.ebuild')
-rw-r--r-- | dev-ml/ocaml-safepass/ocaml-safepass-1.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-ml/ocaml-safepass/ocaml-safepass-1.2.ebuild b/dev-ml/ocaml-safepass/ocaml-safepass-1.2.ebuild index c7190009826d..56e1575f693b 100644 --- a/dev-ml/ocaml-safepass/ocaml-safepass-1.2.ebuild +++ b/dev-ml/ocaml-safepass/ocaml-safepass-1.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-safepass/ocaml-safepass-1.2.ebuild,v 1.1 2012/10/10 12:04:18 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-safepass/ocaml-safepass-1.2.ebuild,v 1.2 2013/03/03 14:28:02 aballier Exp $ -EAPI=4 +EAPI=5 OASIS_BUILD_DOCS=1 @@ -13,7 +13,7 @@ HOMEPAGE="http://ocaml-safepass.forge.ocamlcore.org/" SRC_URI="http://forge.ocamlcore.org/frs/download.php/1035/${P}.tgz" LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" |