From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B54F138334 for ; Sun, 26 Aug 2018 17:28:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 770D9E087F; Sun, 26 Aug 2018 17:28:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49EF0E087F for ; Sun, 26 Aug 2018 17:28:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF47E335CBF for ; Sun, 26 Aug 2018 17:28:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 036CC3AD for ; Sun, 26 Aug 2018 17:28:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1535303889.fd2441aa4aa26d5c25ddf664ec421905b0f8f92e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/weechat/weechat-2.0.1.ebuild net-irc/weechat/weechat-2.1.ebuild X-VCS-Directories: net-irc/weechat/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fd2441aa4aa26d5c25ddf664ec421905b0f8f92e X-VCS-Branch: master Date: Sun, 26 Aug 2018 17:28:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f8c3afb7-8957-4eb2-af1f-ceae7bbc1fb4 X-Archives-Hash: 1bcff2639b9bb0d4b55199f82312cdde commit: fd2441aa4aa26d5c25ddf664ec421905b0f8f92e Author: Michał Górny gentoo org> AuthorDate: Sun Aug 26 17:18:09 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 26 17:18:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2441aa net-irc/weechat: Remove support for non-existent deps net-irc/weechat/weechat-2.0.1.ebuild | 2 +- net-irc/weechat/weechat-2.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/weechat/weechat-2.0.1.ebuild b/net-irc/weechat/weechat-2.0.1.ebuild index 7aa8c2cf35a..1d1eec8e568 100644 --- a/net-irc/weechat/weechat-2.0.1.ebuild +++ b/net-irc/weechat/weechat-2.0.1.ebuild @@ -40,7 +40,7 @@ RDEPEND=" perl? ( dev-lang/perl:= ) php? ( >=dev-lang/php-7.0:* ) python? ( ${PYTHON_DEPS} ) - ruby? ( || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 ) ) + ruby? ( || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 ) ) ssl? ( net-libs/gnutls ) spell? ( app-text/aspell ) tcl? ( >=dev-lang/tcl-8.4.15:0= ) diff --git a/net-irc/weechat/weechat-2.1.ebuild b/net-irc/weechat/weechat-2.1.ebuild index 0c7c645e9a4..b975945b683 100644 --- a/net-irc/weechat/weechat-2.1.ebuild +++ b/net-irc/weechat/weechat-2.1.ebuild @@ -40,7 +40,7 @@ RDEPEND=" perl? ( dev-lang/perl:= ) php? ( >=dev-lang/php-7.0:* ) python? ( ${PYTHON_DEPS} ) - ruby? ( || ( dev-lang/ruby:2.5 dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 ) ) + ruby? ( || ( dev-lang/ruby:2.5 dev-lang/ruby:2.4 dev-lang/ruby:2.3 ) ) ssl? ( net-libs/gnutls ) spell? ( app-text/aspell ) tcl? ( >=dev-lang/tcl-8.4.15:0= )