diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-08-27 13:35:19 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-08-27 13:35:19 +0000 |
commit | 719ccfcdbc3c0c8f21a2336b32dc84b42854df8c (patch) | |
tree | 0d90a2f0bd7751d763cddb23027cf034d0624f59 /net-mail/notmuch | |
parent | Stable for x86, wrt bug #432744 (diff) | |
download | gentoo-2-719ccfcdbc3c0c8f21a2336b32dc84b42854df8c.tar.gz gentoo-2-719ccfcdbc3c0c8f21a2336b32dc84b42854df8c.tar.bz2 gentoo-2-719ccfcdbc3c0c8f21a2336b32dc84b42854df8c.zip |
Path of nmbug has changed inside upstream's archive. Fixed that in the
ebuild.
(Portage version: 2.1.11.10/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/notmuch')
-rw-r--r-- | net-mail/notmuch/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.14.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog index abcfd99056ec..3624e3488472 100644 --- a/net-mail/notmuch/ChangeLog +++ b/net-mail/notmuch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/notmuch # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.60 2012/08/26 11:38:15 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.61 2012/08/27 13:35:19 aidecoe Exp $ + + 27 Aug 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.14.ebuild: + Path of nmbug has changed inside upstream's archive. Fixed that in the + ebuild. *notmuch-0.14 (26 Aug 2012) diff --git a/net-mail/notmuch/notmuch-0.14.ebuild b/net-mail/notmuch/notmuch-0.14.ebuild index 1dce4b25030e..aa8ec6d893ab 100644 --- a/net-mail/notmuch/notmuch-0.14.ebuild +++ b/net-mail/notmuch/notmuch-0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.14.ebuild,v 1.1 2012/08/26 11:38:15 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.14.ebuild,v 1.2 2012/08/27 13:35:19 aidecoe Exp $ EAPI=4 @@ -122,7 +122,7 @@ src_install() { fi if use nmbug; then - dobin contrib/nmbug + dobin contrib/nmbug/nmbug fi if use mutt; then |