commit: d42e72c324286f41f7db8c48bcb69c2a93a625c8
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 06:25:20 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> 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-3"
+ >=dev-ruby/mime-types-1.16:* <dev-ruby/mime-types-3:*"
all_ruby_prepare() {
rm Gemfile || die