diff options
author | 2008-07-14 20:47:04 +0000 | |
---|---|---|
committer | 2008-07-14 20:47:04 +0000 | |
commit | 7838a1bb5a623c8b5c84993fd080a8f22553e4b7 (patch) | |
tree | 08ce592561fdcd8ca834bff5d35a9bde639c46d7 /net-irc/rbot/rbot-9999-r10.ebuild | |
parent | Bump (diff) | |
download | historical-7838a1bb5a623c8b5c84993fd080a8f22553e4b7.tar.gz historical-7838a1bb5a623c8b5c84993fd080a8f22553e4b7.tar.bz2 historical-7838a1bb5a623c8b5c84993fd080a8f22553e4b7.zip |
Add missing dependency over rake when nls USE flag is enabled. Thanks to Chris Henhawke (bunder) for reporting. Remove rc1 ebuild.
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25-gentoo-r6 x86_64
Diffstat (limited to 'net-irc/rbot/rbot-9999-r10.ebuild')
-rw-r--r-- | net-irc/rbot/rbot-9999-r10.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net-irc/rbot/rbot-9999-r10.ebuild b/net-irc/rbot/rbot-9999-r10.ebuild index 909b72e45292..e8e65a7f426a 100644 --- a/net-irc/rbot/rbot-9999-r10.ebuild +++ b/net-irc/rbot/rbot-9999-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-9999-r10.ebuild,v 1.3 2008/07/14 10:29:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-9999-r10.ebuild,v 1.4 2008/07/14 20:47:04 flameeyes Exp $ inherit ruby eutils @@ -39,7 +39,11 @@ RDEPEND=">=virtual/ruby-1.8 fortune? ( games-misc/fortune-mod ) cal? ( || ( sys-apps/util-linux sys-freebsd/freebsd-ubin ) ) host? ( net-dns/bind-tools )" -DEPEND="nls? ( dev-ruby/ruby-gettext )" +DEPEND=" + nls? ( + dev-ruby/ruby-gettext + dev-ruby/rake + )" if [[ ${PV} == *"9999" ]]; then SRC_URI="" |