diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-03-08 06:18:13 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-03-08 06:18:13 +0000 |
commit | c12fcab1f65aa9f61671e9099e0cd64bfb712026 (patch) | |
tree | d9880a90305ef4bcad0bc0b8bb1b86b5791bf683 /sys-libs | |
parent | Build fix for #401291 (diff) | |
download | gentoo-2-c12fcab1f65aa9f61671e9099e0cd64bfb712026.tar.gz gentoo-2-c12fcab1f65aa9f61671e9099e0cd64bfb712026.tar.bz2 gentoo-2-c12fcab1f65aa9f61671e9099e0cd64bfb712026.zip |
Python dependency fix
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/tdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/tdb/tdb-1.2.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/tdb/ChangeLog b/sys-libs/tdb/ChangeLog index 437c792c2989..1ff9afb21ce6 100644 --- a/sys-libs/tdb/ChangeLog +++ b/sys-libs/tdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/tdb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.40 2012/03/08 06:14:28 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.41 2012/03/08 06:18:13 patrick Exp $ + + 08 Mar 2012; Patrick Lauer <patrick@gentoo.org> tdb-1.2.9.ebuild: + Python dependency fix 08 Mar 2012; Patrick Lauer <patrick@gentoo.org> tdb-1.2.9.ebuild: Build fix for #401291 diff --git a/sys-libs/tdb/tdb-1.2.9.ebuild b/sys-libs/tdb/tdb-1.2.9.ebuild index 34a5563e5d87..a244054b8864 100644 --- a/sys-libs/tdb/tdb-1.2.9.ebuild +++ b/sys-libs/tdb/tdb-1.2.9.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/sys-libs/tdb/tdb-1.2.9.ebuild,v 1.5 2012/03/08 06:14:28 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.9.ebuild,v 1.6 2012/03/08 06:18:13 patrick Exp $ EAPI=3 PYTHON_DEPEND="python? 2" @@ -18,7 +18,7 @@ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="python" RDEPEND="" -DEPEND="dev-lang/python +DEPEND="|| ( dev-lang/python:2.7 dev-lang/python:2.6 ) app-text/docbook-xml-dtd:4.2" WAF_BINARY="${S}/buildtools/bin/waf" |