diff options
author | 2010-08-06 19:06:01 +0000 | |
---|---|---|
committer | 2010-08-06 19:06:01 +0000 | |
commit | b5e6c24cd9f5f6351b9677e1ad6abb88a34a11cc (patch) | |
tree | aa666a686c2fcb41231d9dfa544a3752d9766dfb /net-irc/rbot | |
parent | Migrate changes from Gentoo Prefix overlay. Keywords, EAPI3, use ED. Approval... (diff) | |
download | gentoo-2-b5e6c24cd9f5f6351b9677e1ad6abb88a34a11cc.tar.gz gentoo-2-b5e6c24cd9f5f6351b9677e1ad6abb88a34a11cc.tar.bz2 gentoo-2-b5e6c24cd9f5f6351b9677e1ad6abb88a34a11cc.zip |
Enable Rakefile tracing
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/rbot')
-rw-r--r-- | net-irc/rbot/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/rbot/rbot-0.9.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/rbot/ChangeLog b/net-irc/rbot/ChangeLog index 1ae9d18411b5..c3616df101ed 100644 --- a/net-irc/rbot/ChangeLog +++ b/net-irc/rbot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/rbot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.44 2010/08/06 17:36:35 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.45 2010/08/06 19:06:01 a3li Exp $ + + 06 Aug 2010; Alex Legler <a3li@gentoo.org> rbot-0.9.15.ebuild: + Enable Rakefile tracing 06 Aug 2010; Alex Legler <a3li@gentoo.org> rbot-0.9.10-r1.ebuild, rbot-0.9.14.ebuild, rbot-9999-r10.ebuild: diff --git a/net-irc/rbot/rbot-0.9.15.ebuild b/net-irc/rbot/rbot-0.9.15.ebuild index d985f267abd0..bba46e053017 100644 --- a/net-irc/rbot/rbot-0.9.15.ebuild +++ b/net-irc/rbot/rbot-0.9.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.15.ebuild,v 1.1 2010/07/28 07:58:09 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.15.ebuild,v 1.2 2010/08/06 19:06:01 a3li Exp $ EAPI="2" # ruby19 needs ruby-gettext on 19 first @@ -144,7 +144,7 @@ all_ruby_compile() { done fi - ruby18 /usr/bin/rake makemo || die "locale generation failed" + ruby18 /usr/bin/rake --trace makemo || die "locale generation failed" fi } |