summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2014-09-18 19:47:19 +0000
committerAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2014-09-18 19:47:19 +0000
commit789e34984fd9c45f82b336c68f332df3b92fdfd9 (patch)
treea0b4de425878d502ba93c5177f0b054ee0fec397 /net-mail
parentFix configuring without libnl (bug #523154 by Stuart Shelton). (diff)
downloadgentoo-2-789e34984fd9c45f82b336c68f332df3b92fdfd9.tar.gz
gentoo-2-789e34984fd9c45f82b336c68f332df3b92fdfd9.tar.bz2
gentoo-2-789e34984fd9c45f82b336c68f332df3b92fdfd9.zip
Block gdb-7.8 because it breaks atomicity tests.
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/notmuch/ChangeLog6
-rw-r--r--net-mail/notmuch/notmuch-0.16-r1.ebuild4
-rw-r--r--net-mail/notmuch/notmuch-0.17.ebuild4
-rw-r--r--net-mail/notmuch/notmuch-0.18.1.ebuild4
4 files changed, 11 insertions, 7 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog
index a16957dd7793..3fa92f44dedc 100644
--- a/net-mail/notmuch/ChangeLog
+++ b/net-mail/notmuch/ChangeLog
@@ -1,6 +1,10 @@
# 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.103 2014/09/01 07:55:36 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.104 2014/09/18 19:47:19 aidecoe Exp $
+
+ 18 Sep 2014; Amadeusz Żołnowski <aidecoe@gentoo.org>
+ notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild, notmuch-0.18.1.ebuild:
+ Block gdb-7.8 because it breaks atomicity tests.
01 Sep 2014; Amadeusz Żołnowski <aidecoe@gentoo.org>
notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild:
diff --git a/net-mail/notmuch/notmuch-0.16-r1.ebuild b/net-mail/notmuch/notmuch-0.16-r1.ebuild
index 42fae4db3ead..37ddea5b54e1 100644
--- a/net-mail/notmuch/notmuch-0.16-r1.ebuild
+++ b/net-mail/notmuch/notmuch-0.16-r1.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.16-r1.ebuild,v 1.8 2014/09/01 07:55:36 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v 1.9 2014/09/18 19:47:19 aidecoe Exp $
EAPI=5
@@ -37,7 +37,7 @@ DEPEND="${CDEPEND}
virtual/pkgconfig
doc? ( python? ( dev-python/sphinx[${PYTHON_USEDEP}] ) )
test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2]
- >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb )
+ >=app-editors/emacs-vcs-23[libxml2] ) <sys-devel/gdb-7.8 )
"
RDEPEND="${CDEPEND}
crypt? ( app-crypt/gnupg )
diff --git a/net-mail/notmuch/notmuch-0.17.ebuild b/net-mail/notmuch/notmuch-0.17.ebuild
index 1867d21491bc..ae15b39aa2cd 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.8 2014/09/01 07:55:36 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v 1.9 2014/09/18 19:47:19 aidecoe Exp $
EAPI=5
@@ -37,7 +37,7 @@ DEPEND="${CDEPEND}
virtual/pkgconfig
doc? ( python? ( dev-python/sphinx[${PYTHON_USEDEP}] ) )
test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2]
- >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb )
+ >=app-editors/emacs-vcs-23[libxml2] ) <sys-devel/gdb-7.8 )
"
RDEPEND="${CDEPEND}
crypt? ( app-crypt/gnupg )
diff --git a/net-mail/notmuch/notmuch-0.18.1.ebuild b/net-mail/notmuch/notmuch-0.18.1.ebuild
index 536507e870a1..20447c7cff44 100644
--- a/net-mail/notmuch/notmuch-0.18.1.ebuild
+++ b/net-mail/notmuch/notmuch-0.18.1.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.1.ebuild,v 1.7 2014/08/28 14:14:21 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 1.8 2014/09/18 19:47:19 aidecoe Exp $
EAPI=5
@@ -39,7 +39,7 @@ DEPEND="${CDEPEND}
virtual/pkgconfig
doc? ( python? ( dev-python/sphinx[${PYTHON_USEDEP}] ) )
test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2]
- >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb )
+ >=app-editors/emacs-vcs-23[libxml2] ) <sys-devel/gdb-7.8 )
"
RDEPEND="${CDEPEND}
crypt? ( app-crypt/gnupg )