summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-04-19 14:42:43 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-04-19 14:42:43 +0000
commit37947525c3ea46c565a85881910b7fdaa1b4fbb7 (patch)
treebc32cccb64661f59d179b59ede65f33e8fb3a814 /net-irc
parentBump to add icedtea6-bin and icedtea:6 as alternatives. (diff)
downloadgentoo-2-37947525c3ea46c565a85881910b7fdaa1b4fbb7.tar.gz
gentoo-2-37947525c3ea46c565a85881910b7fdaa1b4fbb7.tar.bz2
gentoo-2-37947525c3ea46c565a85881910b7fdaa1b4fbb7.zip
Depend only on python2.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/weechat/ChangeLog6
-rw-r--r--net-irc/weechat/weechat-0.3.1.1-r1.ebuild8
2 files changed, 10 insertions, 4 deletions
diff --git a/net-irc/weechat/ChangeLog b/net-irc/weechat/ChangeLog
index 52da63b795b7..aaa4d354f9f6 100644
--- a/net-irc/weechat/ChangeLog
+++ b/net-irc/weechat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/weechat
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.70 2010/03/12 12:52:19 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.71 2010/04/19 14:42:43 scarabeus Exp $
+
+ 19 Apr 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ weechat-0.3.1.1-r1.ebuild:
+ Depend only on python2.
*weechat-0.3.1.1-r1 (12 Mar 2010)
diff --git a/net-irc/weechat/weechat-0.3.1.1-r1.ebuild b/net-irc/weechat/weechat-0.3.1.1-r1.ebuild
index cd43af2292a4..0c94576bef87 100644
--- a/net-irc/weechat/weechat-0.3.1.1-r1.ebuild
+++ b/net-irc/weechat/weechat-0.3.1.1-r1.ebuild
@@ -1,9 +1,12 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.3.1.1-r1.ebuild,v 1.1 2010/03/12 12:52:19 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.3.1.1-r1.ebuild,v 1.2 2010/04/19 14:42:43 scarabeus Exp $
EAPI=2
-inherit cmake-utils multilib
+
+PYTHON_DEPEND="python? 2"
+
+inherit python cmake-utils multilib
DESCRIPTION="Portable and multi-interface IRC client."
HOMEPAGE="http://weechat.org/"
@@ -26,7 +29,6 @@ RDEPEND="
lua? ( dev-lang/lua[deprecated] )
ncurses? ( sys-libs/ncurses )
perl? ( dev-lang/perl )
- python? ( virtual/python )
ruby? ( dev-lang/ruby )
ssl? ( net-libs/gnutls )
spell? ( app-text/aspell )