diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-02-29 09:08:04 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-02-29 09:08:04 +0000 |
commit | bd6251c86868782a4bb4b5bfac92e3a5d092f141 (patch) | |
tree | 030ebdc0b77749eab25183d6a0258c2a610fba57 /net-mail | |
parent | fixed paxmark and sandbox errors (diff) | |
download | gentoo-2-bd6251c86868782a4bb4b5bfac92e3a5d092f141.tar.gz gentoo-2-bd6251c86868782a4bb4b5bfac92e3a5d092f141.tar.bz2 gentoo-2-bd6251c86868782a4bb4b5bfac92e3a5d092f141.zip |
net-mail/notmuch: Require 'python' flag for 'test'...
...because tests suite include test for Python bindings.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.10.2-r2.ebuild | 4 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.11.1-r2.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog index c28cbca4cb3a..37fd02d5542a 100644 --- a/net-mail/notmuch/ChangeLog +++ b/net-mail/notmuch/ChangeLog @@ -1,6 +1,11 @@ # 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.30 2012/02/29 08:37:26 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.31 2012/02/29 09:08:04 aidecoe Exp $ + + 29 Feb 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> + notmuch-0.10.2-r2.ebuild, notmuch-0.11.1-r2.ebuild: + Require 'python' flag for 'test', because tests suite include test for Python + bindings. 29 Feb 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> -notmuch-0.10.2.ebuild, -notmuch-0.10.2-r1.ebuild, -notmuch-0.11.1-r1.ebuild: diff --git a/net-mail/notmuch/notmuch-0.10.2-r2.ebuild b/net-mail/notmuch/notmuch-0.10.2-r2.ebuild index 40bbaaa77a12..235d40ebb743 100644 --- a/net-mail/notmuch/notmuch-0.10.2-r2.ebuild +++ b/net-mail/notmuch/notmuch-0.10.2-r2.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.10.2-r2.ebuild,v 1.2 2012/02/29 08:35:13 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.10.2-r2.ebuild,v 1.3 2012/02/29 09:08:04 aidecoe Exp $ EAPI=4 @@ -18,7 +18,7 @@ SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -REQUIRED_USE="test? ( crypt emacs )" +REQUIRED_USE="test? ( crypt emacs python )" IUSE="bash-completion crypt debug doc emacs python test vim zsh-completion" CDEPEND=" diff --git a/net-mail/notmuch/notmuch-0.11.1-r2.ebuild b/net-mail/notmuch/notmuch-0.11.1-r2.ebuild index 25cf22496ffb..3bffdae408f3 100644 --- a/net-mail/notmuch/notmuch-0.11.1-r2.ebuild +++ b/net-mail/notmuch/notmuch-0.11.1-r2.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.11.1-r2.ebuild,v 1.2 2012/02/29 07:36:13 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.11.1-r2.ebuild,v 1.3 2012/02/29 09:08:04 aidecoe Exp $ EAPI=4 @@ -17,7 +17,7 @@ SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -REQUIRED_USE="test? ( crypt emacs )" +REQUIRED_USE="test? ( crypt emacs python )" IUSE="bash-completion crypt debug doc emacs nmbug python test vim zsh-completion" |