zmedico 07/09/08 18:36:47
Modified: ChangeLog python-2.4.4-r4.ebuild
python-2.4.4-r5.ebuild
Log:
Add build? ( !dev-python/pycrypto ) to RDEPEND in order to enforce correct merge order for a stage building issue similar to bug #88777.
(Portage version: 2.2_pre7763)
Revision Changes Path
1.269 dev-lang/python/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.269&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.269&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?r1=1.268&r2=1.269
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -r1.268 -r1.269
--- ChangeLog 7 Sep 2007 18:21:09 -0000 1.268
+++ ChangeLog 8 Sep 2007 18:36:47 -0000 1.269
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/python
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.268 2007/09/07 18:21:09 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.269 2007/09/08 18:36:47 zmedico Exp $
+
+ 08 Sep 2007; Zac Medico <zmedico@g.o>
+ python-2.4.4-r4.ebuild, python-2.4.4-r5.ebuild:
+ Add build? ( !dev-python/pycrypto ) to RDEPEND in order to enforce
+ correct merge order for a stage building issue similar to bug #88777.
07 Sep 2007; Ali Polatel <hawking@g.o>
-files/python-2.4.3-db4.patch, -files/python-2.4.3-gentoo_obsd.patch,
1.21 dev-lang/python/python-2.4.4-r4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild?r1=1.20&r2=1.21
Index: python-2.4.4-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- python-2.4.4-r4.ebuild 4 Sep 2007 21:07:12 -0000 1.20
+++ python-2.4.4-r4.ebuild 8 Sep 2007 18:36:47 -0000 1.21
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild,v 1.20 2007/09/04 21:07:12 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild,v 1.21 2007/09/08 18:36:47 zmedico Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -48,7 +48,7 @@
# NOTE: changed RDEPEND to PDEPEND to resolve bug 88777. - kloeri
# NOTE: added blocker to enforce correct merge order for bug 88777. - zmedico
-RDEPEND="${DEPEND} build? ( !dev-python/python-fchksum )"
+RDEPEND="${DEPEND} build? ( !dev-python/python-fchksum !dev-python/pycrypto )"
PDEPEND="${DEPEND} !build? ( dev-python/python-fchksum ) app-admin/python-updater"
PROVIDE="virtual/python"
1.4 dev-lang/python/python-2.4.4-r5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r5.ebuild?r1=1.3&r2=1.4
Index: python-2.4.4-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-2.4.4-r5.ebuild 4 Sep 2007 21:07:12 -0000 1.3
+++ python-2.4.4-r5.ebuild 8 Sep 2007 18:36:47 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r5.ebuild,v 1.3 2007/09/04 21:07:12 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r5.ebuild,v 1.4 2007/09/08 18:36:47 zmedico Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -48,7 +48,7 @@
# NOTE: changed RDEPEND to PDEPEND to resolve bug 88777. - kloeri
# NOTE: added blocker to enforce correct merge order for bug 88777. - zmedico
-RDEPEND="${DEPEND} build? ( !dev-python/python-fchksum )"
+RDEPEND="${DEPEND} build? ( !dev-python/python-fchksum !dev-python/pycrypto )"
PDEPEND="${DEPEND} !build? ( dev-python/python-fchksum ) app-admin/python-updater"
PROVIDE="virtual/python"
--
gentoo-commits@g.o mailing list
|