summaryrefslogtreecommitdiff
path: root/dev-ruby/mail
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-03-24 07:25:20 +0100
committerHans de Graaff <graaff@gentoo.org>2016-03-24 07:25:20 +0100
commitd42e72c324286f41f7db8c48bcb69c2a93a625c8 (patch)
tree7cce56f7d18b64ab9556870d73c08445ffb3456c /dev-ruby/mail
parentea8b5e536fcc577fe5e849874d45c7d40be79e64 (diff)
downloadgentoo-d42e72c324286f41f7db8c48bcb69c2a93a625c8.tar.gz
gentoo-d42e72c324286f41f7db8c48bcb69c2a93a625c8.tar.xz
dev-ruby/mail: fix slot warnings
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/mail')
-rw-r--r--dev-ruby/mail/mail-2.5.4.ebuild4
-rw-r--r--dev-ruby/mail/mail-2.6.4.ebuild2
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 82811745956..8feee75ace0 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 f2151082501..1ae66610f82 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