diff options
-rw-r--r-- | app-text/notmuch/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/notmuch/notmuch-0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/notmuch/ChangeLog b/app-text/notmuch/ChangeLog index 88185044f196..c28cf14e824f 100644 --- a/app-text/notmuch/ChangeLog +++ b/app-text/notmuch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/notmuch # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/notmuch/ChangeLog,v 1.3 2011/10/24 18:43:09 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/notmuch/ChangeLog,v 1.4 2011/10/24 22:04:52 aidecoe Exp $ + + 24 Oct 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.9.ebuild: + ~amd64 keyword. Notmuch works fine in terminal, Vim and Emacs. 24 Oct 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> +files/0.9-emacsetcdir.patch, +files/50notmuch-gentoo.el, notmuch-0.9.ebuild: diff --git a/app-text/notmuch/notmuch-0.9.ebuild b/app-text/notmuch/notmuch-0.9.ebuild index 9d9fe751ca9c..13bbb80a8789 100644 --- a/app-text/notmuch/notmuch-0.9.ebuild +++ b/app-text/notmuch/notmuch-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/notmuch/notmuch-0.9.ebuild,v 1.3 2011/10/24 18:43:09 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/notmuch/notmuch-0.9.ebuild,v 1.4 2011/10/24 22:04:52 aidecoe Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/releases/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64" IUSE="bash-completion debug emacs vim zsh-completion" DEPEND=" |