diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-06 17:09:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-06 17:09:39 +0000 |
commit | 335bd36d4a101e85553e632bb4d6acf022f18dd9 (patch) | |
tree | 48dfe077826cfb5e5977e1fcb47b9ea54d71ee35 /net-mail/notmuch | |
parent | Stable for amd64, wrt bug #441546 (diff) | |
download | gentoo-2-335bd36d4a101e85553e632bb4d6acf022f18dd9.tar.gz gentoo-2-335bd36d4a101e85553e632bb4d6acf022f18dd9.tar.bz2 gentoo-2-335bd36d4a101e85553e632bb4d6acf022f18dd9.zip |
Stable for amd64, wrt bug #441466
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/notmuch')
-rw-r--r-- | net-mail/notmuch/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.14-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog index edfaf23dd61f..413a4fae6632 100644 --- a/net-mail/notmuch/ChangeLog +++ b/net-mail/notmuch/ChangeLog @@ -1,6 +1,9 @@ # 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.63 2012/09/19 17:50:36 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.64 2012/11/06 17:09:39 ago Exp $ + + 06 Nov 2012; <ago@gentoo.org> notmuch-0.14-r1.ebuild: + Stable for amd64, wrt bug #441466 *notmuch-0.14-r1 (19 Sep 2012) diff --git a/net-mail/notmuch/notmuch-0.14-r1.ebuild b/net-mail/notmuch/notmuch-0.14-r1.ebuild index 9a3cfe1f176d..e2c612b5fb2c 100644 --- a/net-mail/notmuch/notmuch-0.14-r1.ebuild +++ b/net-mail/notmuch/notmuch-0.14-r1.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-r1.ebuild,v 1.1 2012/09/19 17:50:36 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.14-r1.ebuild,v 1.2 2012/11/06 17:09:39 ago Exp $ EAPI=4 @@ -16,7 +16,7 @@ SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" REQUIRED_USE="test? ( crypt emacs python )" IUSE="bash-completion crypt debug doc emacs nmbug mutt python test vim zsh-completion" |