diff options
author | 2013-07-06 18:44:09 +0000 | |
---|---|---|
committer | 2013-07-06 18:44:09 +0000 | |
commit | 285e0cda5716809bb41005510bceb27a31153d07 (patch) | |
tree | cf10578d24cd1024e1b032d7a37dabc571cdf83f | |
parent | Drop sparc-fbsd keyword, as emacs itself doesn't have it any more. (diff) | |
download | gentoo-2-285e0cda5716809bb41005510bceb27a31153d07.tar.gz gentoo-2-285e0cda5716809bb41005510bceb27a31153d07.tar.bz2 gentoo-2-285e0cda5716809bb41005510bceb27a31153d07.zip |
Move uclibc test removal after everything else, bug 475972.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-2.7.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index a3c7f9b6f6b8..64ac9df30e47 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.675 2013/07/06 17:08:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.676 2013/07/06 18:44:09 floppym Exp $ + + 06 Jul 2013; Mike Gilbert <floppym@gentoo.org> python-2.7.5.ebuild: + Move uclibc test removal after everything else, bug 475972. 06 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-3.2.5-r1.ebuild: Stable for alpha, wrt bug #469988 diff --git a/dev-lang/python/python-2.7.5.ebuild b/dev-lang/python/python-2.7.5.ebuild index 6fd94b3c424e..8aa73a60326a 100644 --- a/dev-lang/python/python-2.7.5.ebuild +++ b/dev-lang/python/python-2.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.5.ebuild,v 1.8 2013/07/04 13:29:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.5.ebuild,v 1.9 2013/07/06 18:44:09 floppym Exp $ EAPI="4" WANT_AUTOMAKE="none" @@ -320,10 +320,10 @@ src_install() { if use build; then rm -fr "${ED}usr/bin/idle${SLOT}" "${libdir}/"{bsddb,dbhash.py,idlelib,lib-tk,sqlite3,test} else - use elibc_uclibc && rm -fr "${libdir}/"{bsddb/test,test} use berkdb || rm -r "${libdir}/"{bsddb,dbhash.py,test/test_bsddb*} || die use sqlite || rm -r "${libdir}/"{sqlite3,test/test_sqlite*} || die use tk || rm -r "${ED}usr/bin/idle${SLOT}" "${libdir}/"{idlelib,lib-tk} || die + use elibc_uclibc && rm -fr "${libdir}/"{bsddb/test,test} fi use threads || rm -r "${libdir}/multiprocessing" || die |