diff options
Diffstat (limited to 'net-irc/weechat')
-rw-r--r-- | net-irc/weechat/weechat-1.4-r1.ebuild | 1 | ||||
-rw-r--r-- | net-irc/weechat/weechat-1.7-r1.ebuild | 1 | ||||
-rw-r--r-- | net-irc/weechat/weechat-9999.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/net-irc/weechat/weechat-1.4-r1.ebuild b/net-irc/weechat/weechat-1.4-r1.ebuild index 5cce60e1fdec..93fc0cd42d8b 100644 --- a/net-irc/weechat/weechat-1.4-r1.ebuild +++ b/net-irc/weechat/weechat-1.4-r1.ebuild @@ -28,6 +28,7 @@ SCRIPT_LANGS="guile lua +perl +python ruby tcl" LANGS=" cs de es fr hu it ja pl pt_BR ru tr" IUSE="doc nls +ssl test ${LANGS// / linguas_} ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS}" #REQUIRED_USE=" || ( ncurses gtk )" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" dev-libs/libgcrypt:0= diff --git a/net-irc/weechat/weechat-1.7-r1.ebuild b/net-irc/weechat/weechat-1.7-r1.ebuild index 94fa5f17a240..176f7f88d8cf 100644 --- a/net-irc/weechat/weechat-1.7-r1.ebuild +++ b/net-irc/weechat/weechat-1.7-r1.ebuild @@ -26,6 +26,7 @@ PLUGINS="+alias +charset +exec +fifo +logger +relay +scripts +spell +trigger +xf SCRIPT_LANGS="guile lua +perl +python ruby tcl" LANGS=" cs de es fr hu it ja pl pt pt_BR ru tr" IUSE="doc nls +ssl test ${LANGS// / linguas_} ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS}" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" dev-libs/libgcrypt:0= diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index cb29d75b25c9..74643de24b63 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -26,6 +26,7 @@ PLUGINS="+alias +charset +exec +fifo +logger +relay +scripts +spell +trigger +xf SCRIPT_LANGS="guile lua +perl +python ruby tcl" LANGS=" cs de es fr hu it ja pl pt pt_BR ru tr" IUSE="doc nls +ssl test ${LANGS// / linguas_} ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS}" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" dev-libs/libgcrypt:0= |