diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-04-29 07:26:56 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-04-29 07:26:56 +0000 |
commit | 83c9a87ee7278938f7437df38f14a5fa9b7fad5e (patch) | |
tree | 03a6d015090fdf83e5662e69fffbda480e8a79de /net-mail | |
parent | Mask gherkin until the associated cucumber is ready as well. (diff) | |
download | gentoo-2-83c9a87ee7278938f7437df38f14a5fa9b7fad5e.tar.gz gentoo-2-83c9a87ee7278938f7437df38f14a5fa9b7fad5e.tar.bz2 gentoo-2-83c9a87ee7278938f7437df38f14a5fa9b7fad5e.zip |
marked x86 per bug 413349
(Portage version: 2.2.0_alpha101/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-r3.ebuild | 4 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.11.1-r3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog index a2041a9990d9..99d3251ad728 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.48 2012/04/24 17:04:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.49 2012/04/29 07:26:56 jdhore Exp $ + + 29 Apr 2012; Jeff Horelick <jdhore@gentoo.org> notmuch-0.10.2-r3.ebuild, + notmuch-0.11.1-r3.ebuild: + marked x86 per bug 413349 24 Apr 2012; Agostino Sarubbo <ago@gentoo.org> notmuch-0.12.ebuild: Stable for amd64, wrt bug #413323 diff --git a/net-mail/notmuch/notmuch-0.10.2-r3.ebuild b/net-mail/notmuch/notmuch-0.10.2-r3.ebuild index add5446394ed..0a0b5041172d 100644 --- a/net-mail/notmuch/notmuch-0.10.2-r3.ebuild +++ b/net-mail/notmuch/notmuch-0.10.2-r3.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-r3.ebuild,v 1.4 2012/04/24 12:39:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.10.2-r3.ebuild,v 1.5 2012/04/29 07:26:56 jdhore 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 python test vim zsh-completion" diff --git a/net-mail/notmuch/notmuch-0.11.1-r3.ebuild b/net-mail/notmuch/notmuch-0.11.1-r3.ebuild index bb5c903ec6d2..a3f7ac12eea5 100644 --- a/net-mail/notmuch/notmuch-0.11.1-r3.ebuild +++ b/net-mail/notmuch/notmuch-0.11.1-r3.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.11.1-r3.ebuild,v 1.4 2012/04/24 12:39:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.11.1-r3.ebuild,v 1.5 2012/04/29 07:26:56 jdhore 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 python test vim zsh-completion" |