summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2011-10-31 16:02:11 +0000
committerVictor Ostorga <vostorga@gentoo.org>2011-10-31 16:02:11 +0000
commit5cf5cefd1733b9752d5280d9b0036bc22bb570cd (patch)
tree39d9286d715af7e2207c3642460a418ce6973444 /sys-libs/tevent
parentalpha/ia64/s390/sh/sparc stable wrt #378039 (diff)
downloadgentoo-2-5cf5cefd1733b9752d5280d9b0036bc22bb570cd.tar.gz
gentoo-2-5cf5cefd1733b9752d5280d9b0036bc22bb570cd.tar.bz2
gentoo-2-5cf5cefd1733b9752d5280d9b0036bc22bb570cd.zip
Fixing file collision with sys-libs/talloc, bug #384873
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'sys-libs/tevent')
-rw-r--r--sys-libs/tevent/ChangeLog5
-rw-r--r--sys-libs/tevent/tevent-0.9.14.ebuild10
2 files changed, 10 insertions, 5 deletions
diff --git a/sys-libs/tevent/ChangeLog b/sys-libs/tevent/ChangeLog
index 80af22857aff..ffbca7056066 100644
--- a/sys-libs/tevent/ChangeLog
+++ b/sys-libs/tevent/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/tevent
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.8 2011/09/27 20:27:52 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.9 2011/10/31 16:02:11 vostorga Exp $
+
+ 31 Oct 2011; Víctor Ostorga <vostorga@gentoo.org> tevent-0.9.14.ebuild:
+ Fixing file collision with sys-libs/talloc, bug #384873
*tevent-0.9.14 (27 Sep 2011)
diff --git a/sys-libs/tevent/tevent-0.9.14.ebuild b/sys-libs/tevent/tevent-0.9.14.ebuild
index 1fc7d9d10cb5..ff67e5ca6de5 100644
--- a/sys-libs/tevent/tevent-0.9.14.ebuild
+++ b/sys-libs/tevent/tevent-0.9.14.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/sys-libs/tevent/tevent-0.9.14.ebuild,v 1.1 2011/09/27 20:27:52 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.14.ebuild,v 1.2 2011/10/31 16:02:11 vostorga Exp $
EAPI=3
PYTHON_DEPEND="2"
@@ -16,9 +16,11 @@ SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
-DEPEND=">=sys-libs/talloc-2.0.5
- >=dev-lang/python-2.4.2"
-RDEPEND="${DEPEND}"
+RDEPEND=">=dev-lang/python-2.4.2
+ >=sys-libs/talloc-2.0.6[python]"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
WAF_BINARY="${S}/buildtools/bin/waf"