diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2014-08-28 14:14:21 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2014-08-28 14:14:21 +0000 |
commit | fd36711c77c0bc27a1a2250d56ce4fc72c53b605 (patch) | |
tree | 2d14c3af830a683985188b80c7b12b623cb37ef2 /net-mail/notmuch | |
parent | Security bumps (bug #521344). (diff) | |
download | gentoo-2-fd36711c77c0bc27a1a2250d56ce4fc72c53b605.tar.gz gentoo-2-fd36711c77c0bc27a1a2250d56ce4fc72c53b605.tar.bz2 gentoo-2-fd36711c77c0bc27a1a2250d56ce4fc72c53b605.zip |
src_prepare() doesn't have 'default'.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
Diffstat (limited to 'net-mail/notmuch')
-rw-r--r-- | net-mail/notmuch/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.18.1.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog index 7e1bb0048396..09c375d56239 100644 --- a/net-mail/notmuch/ChangeLog +++ b/net-mail/notmuch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/notmuch # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.101 2014/08/28 14:07:54 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.102 2014/08/28 14:14:21 aidecoe Exp $ + + 28 Aug 2014; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.18.1.ebuild: + src_prepare() doesn't have 'default'. 28 Aug 2014; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.18.1.ebuild: Moved check for /etc/mutt/notmuch-mutt.rc to pkg_preinst(). Now it should diff --git a/net-mail/notmuch/notmuch-0.18.1.ebuild b/net-mail/notmuch/notmuch-0.18.1.ebuild index 4efd660ed80c..536507e870a1 100644 --- a/net-mail/notmuch/notmuch-0.18.1.ebuild +++ b/net-mail/notmuch/notmuch-0.18.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 1.6 2014/08/28 14:07:54 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 1.7 2014/08/28 14:14:21 aidecoe Exp $ EAPI=5 @@ -88,7 +88,6 @@ pkg_setup() { src_prepare() { [[ "${MY_PATCHES[@]}" ]] && epatch "${MY_PATCHES[@]}" - default bindings python distutils-r1_src_prepare bindings python mv README README-python || die mv contrib/notmuch-mutt/README contrib/notmuch-mutt/README-mutt || die |