diff options
Diffstat (limited to 'dev-ml/iTeML/iTeML-2.0.1.ebuild')
-rw-r--r-- | dev-ml/iTeML/iTeML-2.0.1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-ml/iTeML/iTeML-2.0.1.ebuild b/dev-ml/iTeML/iTeML-2.0.1.ebuild index d92bc0547ed9..ccf391c9916f 100644 --- a/dev-ml/iTeML/iTeML-2.0.1.ebuild +++ b/dev-ml/iTeML/iTeML-2.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/iTeML/iTeML-2.0.1.ebuild,v 1.1 2013/07/22 00:52:55 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/iTeML/iTeML-2.0.1.ebuild,v 1.2 2014/10/30 16:44:55 aballier Exp $ EAPI=5 @@ -11,12 +11,13 @@ HOMEPAGE="https://github.com/vincent-hugot/iTeML" SRC_URI="https://github.com/vincent-hugot/iTeML/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" -DEPEND="dev-ml/oasis" -RDEPEND="${DEPEND}" +RDEPEND="dev-ml/ounit:=" +DEPEND="${RDEPEND} + dev-ml/oasis" DOCS=( "${WORKDIR}/${P}/README.md" ) |