diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-11-11 11:32:28 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-11-11 11:32:28 +0000 |
commit | d9be26ebf0807c6d4bc463fcb1f8b2dadc1c3713 (patch) | |
tree | 397126759ae8598c7d2d2c400f53368072996556 /net-mail | |
parent | Keyword ~ppc ~ppc64, bug #525846 (diff) | |
download | gentoo-2-d9be26ebf0807c6d4bc463fcb1f8b2dadc1c3713.tar.gz gentoo-2-d9be26ebf0807c6d4bc463fcb1f8b2dadc1c3713.tar.bz2 gentoo-2-d9be26ebf0807c6d4bc463fcb1f8b2dadc1c3713.zip |
Stable for amd64 wrt bug #516756
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key F253DB15)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.18.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog index a95c23929428..dc98a82cd24e 100644 --- a/net-mail/notmuch/ChangeLog +++ b/net-mail/notmuch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/notmuch # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.105 2014/11/01 17:56:21 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.106 2014/11/11 11:32:28 nimiux Exp $ + + 11 Nov 2014; Chema Alonso <nimiux@gentoo.org> notmuch-0.18.2.ebuild: + Stable for amd64 wrt bug #516756 *notmuch-0.18.2 (01 Nov 2014) diff --git a/net-mail/notmuch/notmuch-0.18.2.ebuild b/net-mail/notmuch/notmuch-0.18.2.ebuild index 4789811d237b..bb3712b04582 100644 --- a/net-mail/notmuch/notmuch-0.18.2.ebuild +++ b/net-mail/notmuch/notmuch-0.18.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild,v 1.1 2014/11/01 17:56:21 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild,v 1.2 2014/11/11 11:32:28 nimiux Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) test? ( crypt emacs python ) |