public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Victor Ostorga (vostorga)" <vostorga@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/talloc: ChangeLog talloc-2.0.5.ebuild
Date: Tue, 15 Mar 2011 20:46:11 +0000 (UTC)	[thread overview]
Message-ID: <20110315204611.0936520054@flycatcher.gentoo.org> (raw)

vostorga    11/03/15 20:46:11

  Modified:             ChangeLog talloc-2.0.5.ebuild
  Log:
  Fixing collision with /usr/lib/libtalloc.so.2 bug #351608 setting python 2.6 as runtime python bug #354587 #357269
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.22                 sys-libs/talloc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	1 Mar 2011 23:03:58 -0000	1.21
+++ ChangeLog	15 Mar 2011 20:46:10 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/talloc
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.21 2011/03/01 23:03:58 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.22 2011/03/15 20:46:10 vostorga Exp $
+
+  15 Mar 2011; Víctor Ostorga <vostorga@gentoo.org> talloc-2.0.5.ebuild:
+  Fixing collision with /usr/lib/libtalloc.so.2 bug #351608 setting python
+  2.6 as runtime python bug #354587 #357269
 
   01 Mar 2011; Jonathan Callen <abcd@gentoo.org> talloc-2.0.5.ebuild:
   Add ~amd64-linux/~x86-linux keywords



1.3                  sys-libs/talloc/talloc-2.0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.0.5.ebuild?r1=1.2&r2=1.3

Index: talloc-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- talloc-2.0.5.ebuild	1 Mar 2011 23:03:58 -0000	1.2
+++ talloc-2.0.5.ebuild	15 Mar 2011 20:46:10 -0000	1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.5.ebuild,v 1.2 2011/03/01 23:03:58 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.5.ebuild,v 1.3 2011/03/15 20:46:10 vostorga Exp $
 
 EAPI=3
-
-inherit waf-utils
+PYTHON_DEPEND="2::2.6"
+inherit waf-utils python
 
 DESCRIPTION="Samba talloc library"
 HOMEPAGE="http://talloc.samba.org/"
@@ -15,12 +15,17 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="compat python"
 
-RDEPEND=""
-DEPEND="${RDEPEND}
-	dev-libs/libxslt"
+RDEPEND="!!<sys-libs/talloc-2.0.5"
+DEPEND="dev-libs/libxslt"
 
 WAF_BINARY="${S}/buildtools/bin/waf"
 
+pkg_setup() {
+	# Make sure the build system will use the right python
+	python_set_active_version 2
+	python_pkg_setup
+}
+
 src_configure() {
 	local extra_opts=""
 






             reply	other threads:[~2011-03-15 20:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-15 20:46 Victor Ostorga (vostorga) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-08-27 10:28 [gentoo-commits] gentoo-x86 commit in sys-libs/talloc: ChangeLog talloc-2.0.5.ebuild Fabian Groffen (grobian)
2011-08-17 16:50 Chi-Thanh Christopher Nguyen (chithanh)
2011-07-07  4:16 Alexis Ballier (aballier)
2011-06-02 17:56 Victor Ostorga (vostorga)
2011-03-16 14:31 Samuli Suominen (ssuominen)
2011-03-01 23:03 Jonathan Callen (abcd)
2011-01-13 18:45 Tomas Chvatal (scarabeus)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110315204611.0936520054@flycatcher.gentoo.org \
    --to=vostorga@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox