diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-08 08:50:37 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-08 08:50:37 +0000 |
commit | 607dda94cc731f09bee42c0cc83e9e5b1a8e7f89 (patch) | |
tree | c7f8518a56b4401c815fadd3884d7afd2d3fa36e /net-mail | |
parent | x86 stable wrt bug #399559 (diff) | |
download | gentoo-2-607dda94cc731f09bee42c0cc83e9e5b1a8e7f89.tar.gz gentoo-2-607dda94cc731f09bee42c0cc83e9e5b1a8e7f89.tar.bz2 gentoo-2-607dda94cc731f09bee42c0cc83e9e5b1a8e7f89.zip |
x86 stable wrt bug #405417
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.10.2-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog index 6903a98301ec..bce0009df812 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.33 2012/03/02 15:06:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.34 2012/03/08 08:50:37 phajdan.jr Exp $ + + 08 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> + notmuch-0.10.2-r2.ebuild: + x86 stable wrt bug #405417 02 Mar 2012; Agostino Sarubbo <ago@gentoo.org> notmuch-0.10.2-r2.ebuild: Stable for amd64, wrt bug #405417 diff --git a/net-mail/notmuch/notmuch-0.10.2-r2.ebuild b/net-mail/notmuch/notmuch-0.10.2-r2.ebuild index 33d810be6b86..56d1687792ef 100644 --- a/net-mail/notmuch/notmuch-0.10.2-r2.ebuild +++ b/net-mail/notmuch/notmuch-0.10.2-r2.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.10.2-r2.ebuild,v 1.5 2012/03/02 15:06:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.10.2-r2.ebuild,v 1.6 2012/03/08 08:50:37 phajdan.jr Exp $ EAPI=4 @@ -17,7 +17,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 python test vim zsh-completion" |