summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-02-28 16:50:47 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-02-28 16:50:47 +0000
commit564f888042ed28472c3770ad7fe450d1725d611e (patch)
tree110d610f13dcb7c18ce50fecc21547cb52ec8ed9 /net-irc/nikibot
parentVersion bump. Added dependency to linux-headers as new versions (>=2.6.18) (diff)
downloadgentoo-2-564f888042ed28472c3770ad7fe450d1725d611e.tar.gz
gentoo-2-564f888042ed28472c3770ad7fe450d1725d611e.tar.bz2
gentoo-2-564f888042ed28472c3770ad7fe450d1725d611e.zip
Make the dep on lua strictly on 5.0 version, it doesn't work with 5.1
(Portage version: 2.1.2-r12)
Diffstat (limited to 'net-irc/nikibot')
-rw-r--r--net-irc/nikibot/ChangeLog7
-rw-r--r--net-irc/nikibot/nikibot-0.8.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/nikibot/ChangeLog b/net-irc/nikibot/ChangeLog
index b8ce10786551..4907cc4bf9c9 100644
--- a/net-irc/nikibot/ChangeLog
+++ b/net-irc/nikibot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/nikibot
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/nikibot/ChangeLog,v 1.3 2006/10/15 15:36:57 exg Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/nikibot/ChangeLog,v 1.4 2007/02/28 16:50:47 armin76 Exp $
+
+ 28 Feb 2007; Raúl Porcel <armin76@gentoo.org> nikibot-0.8.ebuild:
+ Make the dep on lua strictly on 5.0 version, it doesn't work with 5.1
15 Oct 2006; Emanuele Giaquinta <exg@gentoo.org> nikibot-0.8.ebuild:
Bootstrap with eautoreconf to be able to actually build it.
diff --git a/net-irc/nikibot/nikibot-0.8.ebuild b/net-irc/nikibot/nikibot-0.8.ebuild
index 507b2ad5586b..5b26419f667a 100644
--- a/net-irc/nikibot/nikibot-0.8.ebuild
+++ b/net-irc/nikibot/nikibot-0.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/nikibot/nikibot-0.8.ebuild,v 1.3 2006/10/15 15:36:57 exg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/nikibot/nikibot-0.8.ebuild,v 1.4 2007/02/28 16:50:47 armin76 Exp $
inherit autotools
@@ -14,7 +14,7 @@ IUSE=""
KEYWORDS="~x86"
-RDEPEND=">=dev-lang/lua-5.0"
+RDEPEND="=dev-lang/lua-5.0*"
DEPEND="${RDEPEND}"
src_unpack() {