diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-25 13:39:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-25 13:39:41 +0000 |
commit | 9f022a9c5dd9d7dce9bb42e9e9429f3b1a7e1b97 (patch) | |
tree | f4deb29b91e4a1644d5115650871bac349ec43aa /net-mail | |
parent | Stable for x86, wrt bug #543450 (diff) | |
download | gentoo-2-9f022a9c5dd9d7dce9bb42e9e9429f3b1a7e1b97.tar.gz gentoo-2-9f022a9c5dd9d7dce9bb42e9e9429f3b1a7e1b97.tar.bz2 gentoo-2-9f022a9c5dd9d7dce9bb42e9e9429f3b1a7e1b97.zip |
Stable for x86, wrt bug #543890
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.19-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog index 238f8c046374..555f794eada6 100644 --- a/net-mail/notmuch/ChangeLog +++ b/net-mail/notmuch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/notmuch # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.112 2015/03/24 17:22:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.113 2015/03/25 13:39:41 ago Exp $ + + 25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> notmuch-0.19-r1.ebuild: + Stable for x86, wrt bug #543890 24 Mar 2015; Agostino Sarubbo <ago@gentoo.org> notmuch-0.19-r1.ebuild: Stable for amd64, wrt bug #543890 diff --git a/net-mail/notmuch/notmuch-0.19-r1.ebuild b/net-mail/notmuch/notmuch-0.19-r1.ebuild index e2226251ba98..5a6204f62486 100644 --- a/net-mail/notmuch/notmuch-0.19-r1.ebuild +++ b/net-mail/notmuch/notmuch-0.19-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.19-r1.ebuild,v 1.2 2015/03/24 17:22:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.19-r1.ebuild,v 1.3 2015/03/25 13:39:41 ago Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" REQUIRED_USE=" nmbug? ( python ) python? ( ${PYTHON_REQUIRED_USE} ) |