diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-09-29 08:04:20 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-09-29 08:04:20 +0000 |
commit | 670f7e91d0845d42f5fc7dbee8c2fff78fd55c70 (patch) | |
tree | b6fa1a38d3cf50754fa957dcf87db4ef1204a439 /dev-lang/lua | |
parent | version bump and link the libs with g++ (diff) | |
download | gentoo-2-670f7e91d0845d42f5fc7dbee8c2fff78fd55c70.tar.gz gentoo-2-670f7e91d0845d42f5fc7dbee8c2fff78fd55c70.tar.bz2 gentoo-2-670f7e91d0845d42f5fc7dbee8c2fff78fd55c70.zip |
Depend on app-emacs/lua-mode with USE=emacs, fixes bug 263249.
(Portage version: 2.2_rc42/cvs/Linux i686)
Diffstat (limited to 'dev-lang/lua')
-rw-r--r-- | dev-lang/lua/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/lua/lua-5.1.4-r2.ebuild | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-lang/lua/ChangeLog b/dev-lang/lua/ChangeLog index 8ec8a49daf34..0278ecadb82d 100644 --- a/dev-lang/lua/ChangeLog +++ b/dev-lang/lua/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/lua -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/ChangeLog,v 1.134 2009/07/10 22:50:21 mabi Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/ChangeLog,v 1.135 2009/09/29 08:04:20 ulm Exp $ + + 29 Sep 2009; Ulrich Mueller <ulm@gentoo.org> lua-5.1.4-r2.ebuild: + Depend on app-emacs/lua-mode with USE=emacs, fixes bug 263249. Explicitly + assign RDEPEND to make RepoMan happy. *lua-5.1.4-r2 (10 Jul 2009) diff --git a/dev-lang/lua/lua-5.1.4-r2.ebuild b/dev-lang/lua/lua-5.1.4-r2.ebuild index 851970f50703..e1ce3e941df4 100644 --- a/dev-lang/lua/lua-5.1.4-r2.ebuild +++ b/dev-lang/lua/lua-5.1.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-5.1.4-r2.ebuild,v 1.1 2009/07/10 22:50:21 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-5.1.4-r2.ebuild,v 1.2 2009/09/29 08:04:20 ulm Exp $ EAPI="1" @@ -13,9 +13,11 @@ SRC_URI="http://www.lua.org/ftp/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="+deprecated readline static" +IUSE="+deprecated emacs readline static" DEPEND="readline? ( sys-libs/readline )" +RDEPEND="${DEPEND}" +PDEPEND="emacs? ( app-emacs/lua-mode )" src_unpack() { local PATCH_PV=$(get_version_component_range 1-2) |