diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-03-24 07:25:20 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-03-24 07:25:20 +0100 |
commit | d42e72c324286f41f7db8c48bcb69c2a93a625c8 (patch) | |
tree | 7cce56f7d18b64ab9556870d73c08445ffb3456c /dev-ruby/mail | |
parent | dev-ruby/mail: add 2.6.4 (diff) | |
download | gentoo-d42e72c324286f41f7db8c48bcb69c2a93a625c8.tar.gz gentoo-d42e72c324286f41f7db8c48bcb69c2a93a625c8.tar.bz2 gentoo-d42e72c324286f41f7db8c48bcb69c2a93a625c8.zip |
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.ebuild | 4 | ||||
-rw-r--r-- | 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 828117459565..8feee75ace0a 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 f21510825018..1ae66610f826 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 |