commit:     40f779503260e9e625ed064c2220c19beae24d82
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 08:49:08 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 08:49:08 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=40f77950

dev-lang/terra: Add missing SLOT operator

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-lang/terra/terra-2015.03.12.ebuild | 10 ++++++----
 1 file 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}"
 

Reply via email to