aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-03-26 09:49:08 +0100
committerJustin Lecher <jlec@gentoo.org>2017-03-26 09:49:08 +0100
commit40f779503260e9e625ed064c2220c19beae24d82 (patch)
tree4e4ab108cca61a31ceb40c2d1d930425d6558704 /dev-lang/terra/terra-2015.03.12.ebuild
parentDrop empty comments (diff)
downloadsci-40f779503260e9e625ed064c2220c19beae24d82.tar.gz
sci-40f779503260e9e625ed064c2220c19beae24d82.tar.bz2
sci-40f779503260e9e625ed064c2220c19beae24d82.zip
dev-lang/terra: Add missing SLOT operator
Package-Manager: Portage-2.3.5, Repoman-2.3.2 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-lang/terra/terra-2015.03.12.ebuild')
-rw-r--r--dev-lang/terra/terra-2015.03.12.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-lang/terra/terra-2015.03.12.ebuild b/dev-lang/terra/terra-2015.03.12.ebuild
index 4e0180642..ca3bb80df 100644
--- a/dev-lang/terra/terra-2015.03.12.ebuild
+++ b/dev-lang/terra/terra-2015.03.12.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
DESCRIPTION="A low-level counterpart to Lua"
HOMEPAGE="http://terralang.org/"
#cannot be unbundled easily, because needs to compiled with clang
LUAJIT="LuaJIT-2.0.3.tar.gz"
-SRC_URI="https://github.com/zdevito/terra/archive/release-${PV//./-}.tar.gz -> ${P}.tar.gz
+SRC_URI="
+ https://github.com/zdevito/terra/archive/release-${PV//./-}.tar.gz -> ${P}.tar.gz
http://luajit.org/download/${LUAJIT}"
LICENSE="MIT"
@@ -15,7 +16,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
-DEPEND="sys-devel/clang
+DEPEND="
+ sys-devel/clang:0=
dev-lang/luajit:2"
RDEPEND="${DEPEND}"