diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-02-18 14:30:05 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-02-18 14:30:05 +0000 |
commit | ed51ccc7f59c20d5709dd618f5ccc749cf3bb5bf (patch) | |
tree | a7f0723de72874e0dcc7b476b0c6b0607a1bb1e8 /net-mail | |
parent | Drop vim-core dependency in 9999 (diff) | |
download | gentoo-2-ed51ccc7f59c20d5709dd618f5ccc749cf3bb5bf.tar.gz gentoo-2-ed51ccc7f59c20d5709dd618f5ccc749cf3bb5bf.tar.bz2 gentoo-2-ed51ccc7f59c20d5709dd618f5ccc749cf3bb5bf.zip |
Stable for amd64 wrt bug #500556
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog index b98c785faaa0..ad4ff51ecfd4 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.86 2014/02/15 20:15:03 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.87 2014/02/18 14:30:05 nimiux Exp $ + + 18 Feb 2014; Chema Alonso <nimiux@gentoo.org> notmuch-0.17.ebuild: + Stable for amd64 wrt bug #500556 15 Feb 2014; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.17.ebuild: Don't call gcc directly, honor CC and CXX. Fixes bug #500864. diff --git a/net-mail/notmuch/notmuch-0.17.ebuild b/net-mail/notmuch/notmuch-0.17.ebuild index ea5421807641..216bca9541a7 100644 --- a/net-mail/notmuch/notmuch-0.17.ebuild +++ b/net-mail/notmuch/notmuch-0.17.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.17.ebuild,v 1.2 2014/02/15 20:15:03 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v 1.3 2014/02/18 14:30:05 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 ) |