diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2014-06-30 09:11:55 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2014-06-30 09:11:55 +0200 |
commit | 2030187b4b6a76f7427a004ecb93e0dc3d8110fe (patch) | |
tree | 4028c618f87076542b22d8ed0e58dd3ac8abd213 | |
parent | f1baac3d991a700fdc7a4f6c07a974f4b1c210e4 (diff) | |
parent | 9544a247ba2c021d658b4ad1c2f3515e8003cae5 (diff) | |
download | overlay-2030187b4b6a76f7427a004ecb93e0dc3d8110fe.tar.gz overlay-2030187b4b6a76f7427a004ecb93e0dc3d8110fe.tar.bz2 overlay-2030187b4b6a76f7427a004ecb93e0dc3d8110fe.zip |
Merge branch 'master' of git://git.necoro.eu/gentoo/overlay
Diffstat (limited to '')
-rw-r--r-- | net-news/feed2imap/feed2imap-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-news/feed2imap/feed2imap-9999.ebuild b/net-news/feed2imap/feed2imap-9999.ebuild index 742d4e3..a7794a8 100644 --- a/net-news/feed2imap/feed2imap-9999.ebuild +++ b/net-news/feed2imap/feed2imap-9999.ebuild @@ -3,7 +3,7 @@ # $Header: $ EAPI=5 -USE_RUBY="ruby18" +USE_RUBY="ruby19" EGIT_REPO_URI="git://github.com/Necoro/feed2imap.git" EGIT_BRANCH="groups" @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-ruby/ruby-feedparser - dev-ruby/rubymail" + dev-ruby/mail" all_ruby_unpack() { git-2_src_unpack |