From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CAAA259CA6 for ; Thu, 24 Mar 2016 06:27:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2734821C001; Thu, 24 Mar 2016 06:27:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7311621C001 for ; Thu, 24 Mar 2016 06:27:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66C08340C21 for ; Thu, 24 Mar 2016 06:27:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A4CA869 for ; Thu, 24 Mar 2016 06:27:11 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1458800720.d42e72c324286f41f7db8c48bcb69c2a93a625c8.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mail/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mail/mail-2.5.4.ebuild dev-ruby/mail/mail-2.6.4.ebuild X-VCS-Directories: dev-ruby/mail/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: d42e72c324286f41f7db8c48bcb69c2a93a625c8 X-VCS-Branch: master Date: Thu, 24 Mar 2016 06:27:11 +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: bf64cb4d-3610-4b2a-8084-8ad166375326 X-Archives-Hash: ed9ae994756455e0dd87b18ee03ac958 commit: d42e72c324286f41f7db8c48bcb69c2a93a625c8 Author: Hans de Graaff gentoo org> AuthorDate: Thu Mar 24 06:25:20 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Mar 24 06:25:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d42e72c3 dev-ruby/mail: fix slot warnings Package-Manager: portage-2.2.26 dev-ruby/mail/mail-2.5.4.ebuild | 4 ++-- dev-ruby/mail/mail-2.6.4.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/mail/mail-2.5.4.ebuild b/dev-ruby/mail/mail-2.5.4.ebuild index 8281174..8feee75 100644 --- a/dev-ruby/mail/mail-2.5.4.ebuild +++ b/dev-ruby/mail/mail-2.5.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -27,7 +27,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-m IUSE="" ruby_add_rdepend " - >=dev-ruby/mime-types-1.16 + >=dev-ruby/mime-types-1.16i:0 >=dev-ruby/treetop-1.4.8" all_ruby_prepare() { diff --git a/dev-ruby/mail/mail-2.6.4.ebuild b/dev-ruby/mail/mail-2.6.4.ebuild index f215108..1ae6661 100644 --- a/dev-ruby/mail/mail-2.6.4.ebuild +++ b/dev-ruby/mail/mail-2.6.4.ebuild @@ -26,7 +26,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-m IUSE="" ruby_add_rdepend " - >=dev-ruby/mime-types-1.16 =dev-ruby/mime-types-1.16:*