diff options
author | 2015-06-06 19:40:03 +0000 | |
---|---|---|
committer | 2015-06-06 19:40:03 +0000 | |
commit | 6606c08e8d705942e624732c86e1ccb09089489b (patch) | |
tree | 27bc5c9032342bf6fd0e9afa2144b5094930073a /dev-lua | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-6606c08e8d705942e624732c86e1ccb09089489b.tar.gz gentoo-2-6606c08e8d705942e624732c86e1ccb09089489b.tar.bz2 gentoo-2-6606c08e8d705942e624732c86e1ccb09089489b.zip |
Add SLOT operators
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/lua-cjson/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-lua/lua-cjson/ChangeLog b/dev-lua/lua-cjson/ChangeLog index 2f7082380d78..f5243f7d5bd4 100644 --- a/dev-lua/lua-cjson/ChangeLog +++ b/dev-lua/lua-cjson/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lua/lua-cjson # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-cjson/ChangeLog,v 1.4 2015/06/06 19:39:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-cjson/ChangeLog,v 1.5 2015/06/06 19:40:03 jlec Exp $ + + 06 Jun 2015; Justin Lecher <jlec@gentoo.org> lua-cjson-2.1.0.ebuild: + Add SLOT operators 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: Add github to remote-id in metadata.xml diff --git a/dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild b/dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild index 3003e75c5b96..5eb3cf94519f 100644 --- a/dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild +++ b/dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild,v 1.2 2013/05/09 04:45:24 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild,v 1.3 2015/06/06 19:40:03 jlec Exp $ EAPI=5 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc test" -RDEPEND=">=dev-lang/lua-5.1" +RDEPEND=">=dev-lang/lua-5.1:0" DEPEND="${RDEPEND} test? ( dev-lang/perl )" |