diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-07-04 06:00:48 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-07-04 06:00:48 +0000 |
commit | 058da9f472f5a0c338608a7e8f6c437176ce0b3e (patch) | |
tree | 05f42bd3d54fbaa235d18d35588b89ce0fe6bfe4 /net-mail/notmuch | |
parent | marked x86 per bug 424245 (diff) | |
download | gentoo-2-058da9f472f5a0c338608a7e8f6c437176ce0b3e.tar.gz gentoo-2-058da9f472f5a0c338608a7e8f6c437176ce0b3e.tar.bz2 gentoo-2-058da9f472f5a0c338608a7e8f6c437176ce0b3e.zip |
marked x86 per bug 422861
(Portage version: 2.2.0_alpha115/cvs/Linux i686)
Diffstat (limited to 'net-mail/notmuch')
-rw-r--r-- | net-mail/notmuch/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.13.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog index 38b87856a54c..70355ec2aec2 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.58 2012/06/26 12:27:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.59 2012/07/04 06:00:48 jdhore Exp $ + + 04 Jul 2012; Jeff Horelick <jdhore@gentoo.org> notmuch-0.13.1.ebuild: + marked x86 per bug 422861 26 Jun 2012; Agostino Sarubbo <ago@gentoo.org> notmuch-0.13.1.ebuild: Stable for amd64, wrt bug #422861 diff --git a/net-mail/notmuch/notmuch-0.13.1.ebuild b/net-mail/notmuch/notmuch-0.13.1.ebuild index ea17bdff79c6..e4aad9af482e 100644 --- a/net-mail/notmuch/notmuch-0.13.1.ebuild +++ b/net-mail/notmuch/notmuch-0.13.1.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.13.1.ebuild,v 1.2 2012/06/26 12:27:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.13.1.ebuild,v 1.3 2012/07/04 06:00:48 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 mutt python test vim zsh-completion" |