summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-10-30 16:44:55 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-10-30 16:44:55 +0000
commitb7273eaa79c56ce7bdcdf801818e2c6ae3b7e9f7 (patch)
tree2e9c760a4070d1c3cf8541847f1138aab69a9b01 /dev-ml
parentversion bump (diff)
downloadgentoo-2-b7273eaa79c56ce7bdcdf801818e2c6ae3b7e9f7.tar.gz
gentoo-2-b7273eaa79c56ce7bdcdf801818e2c6ae3b7e9f7.tar.bz2
gentoo-2-b7273eaa79c56ce7bdcdf801818e2c6ae3b7e9f7.zip
add missing ounit dep, bug #514410 and define subslot
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/iTeML/ChangeLog7
-rw-r--r--dev-ml/iTeML/iTeML-2.0.1.ebuild11
2 files changed, 11 insertions, 7 deletions
diff --git a/dev-ml/iTeML/ChangeLog b/dev-ml/iTeML/ChangeLog
index 36a298ab37de..8fd2d81d85a5 100644
--- a/dev-ml/iTeML/ChangeLog
+++ b/dev-ml/iTeML/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/iTeML
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/iTeML/ChangeLog,v 1.1 2013/07/22 00:52:55 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/iTeML/ChangeLog,v 1.2 2014/10/30 16:44:55 aballier Exp $
+
+ 30 Oct 2014; Alexis Ballier <aballier@gentoo.org> iTeML-2.0.1.ebuild:
+ add missing ounit dep, bug #514410 and define subslot
*iTeML-2.0.1 (22 Jul 2013)
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" )