diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-06-01 07:18:42 +0100 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-06-01 07:25:28 +0100 |
commit | 3247f5002cd9eaebaf830bbbac6ec386a2b27305 (patch) | |
tree | 8a333cf228d623d3d2dc2524767adeb4d0722b40 /net-mail/notmuch/notmuch-0.22.ebuild | |
parent | app-emulation/wine: Version bump to 1.9.11. (diff) | |
download | gentoo-3247f5002cd9eaebaf830bbbac6ec386a2b27305.tar.gz gentoo-3247f5002cd9eaebaf830bbbac6ec386a2b27305.tar.bz2 gentoo-3247f5002cd9eaebaf830bbbac6ec386a2b27305.zip |
net-mail/notmuch: Apply changes in dependencies only in new rev
Revert changes in notmuch-0.22.ebuild in commit
9cdfbeb940dabdd1d2088752b761e12c605e6efa and reapply changes to
newly bumped notmuch-0.22-r1.ebuild only. Changes in dependencies are
not so trivial, so better have a backup option for users.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'net-mail/notmuch/notmuch-0.22.ebuild')
-rw-r--r-- | net-mail/notmuch/notmuch-0.22.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-mail/notmuch/notmuch-0.22.ebuild b/net-mail/notmuch/notmuch-0.22.ebuild index 9357a32bed7c..1cf92ced966a 100644 --- a/net-mail/notmuch/notmuch-0.22.ebuild +++ b/net-mail/notmuch/notmuch-0.22.ebuild @@ -29,13 +29,11 @@ IUSE="crypt debug doc emacs mutt nmbug python test" CDEPEND=" >=app-shells/bash-completion-1.9 >=dev-libs/glib-2.22:2 - >=dev-libs/gmime-2.6.20-r2:2.6 + >=dev-libs/gmime-2.6.20:2.6 >=dev-libs/xapian-1.2.7-r2:= dev-python/sphinx[${PYTHON_USEDEP}] >=sys-libs/zlib-1.2.5.2 sys-libs/talloc - crypt? ( >=dev-libs/gmime-2.6.20-r2:2.6[smime] ) - !crypt? ( >=dev-libs/gmime-2.6.20-r2:2.6[-smime] ) debug? ( dev-util/valgrind ) emacs? ( >=virtual/emacs-23 ) python? ( ${PYTHON_DEPS} ) @@ -44,12 +42,10 @@ DEPEND="${CDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen ) test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2] - >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb - crypt? ( dev-libs/openssl ) ) + >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb ) " RDEPEND="${CDEPEND} crypt? ( app-crypt/gnupg ) - !crypt? ( !app-crypt/gnupg ) nmbug? ( dev-vcs/git ) mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools dev-perl/String-ShellQuote dev-perl/Term-ReadLine-Gnu |