summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-12-28 21:43:33 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2014-12-28 21:43:33 +0000
commitdaf3d821d4496413cae525c903fcac3d7020a1d7 (patch)
tree102dbaa07ff87d77f0cb621d95e4b5661308b708 /x11-misc
parentRemove old; add blockers (diff)
downloadgentoo-2-daf3d821d4496413cae525c903fcac3d7020a1d7.tar.gz
gentoo-2-daf3d821d4496413cae525c903fcac3d7020a1d7.tar.bz2
gentoo-2-daf3d821d4496413cae525c903fcac3d7020a1d7.zip
Drop support of unsupported python2.6. Drop run_in_build_dir which is guaranteed to be included by python-r1.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/mozo/ChangeLog6
-rw-r--r--x11-misc/mozo/mozo-1.8.0.ebuild10
2 files changed, 7 insertions, 9 deletions
diff --git a/x11-misc/mozo/ChangeLog b/x11-misc/mozo/ChangeLog
index db1f331b4cf8..369d85b13ae6 100644
--- a/x11-misc/mozo/ChangeLog
+++ b/x11-misc/mozo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/mozo
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/mozo/ChangeLog,v 1.5 2014/12/28 17:54:11 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/mozo/ChangeLog,v 1.6 2014/12/28 21:43:33 eva Exp $
+
+ 28 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> mozo-1.8.0.ebuild:
+ Drop support of unsupported python2.6. Drop run_in_build_dir which is
+ guaranteed to be included by python-r1.
28 Dec 2014; Mike Gilbert <floppym@gentoo.org> mozo-1.8.0.ebuild:
Drop SUPPORT_PYTHON_ABIS, bug 533836.
diff --git a/x11-misc/mozo/mozo-1.8.0.ebuild b/x11-misc/mozo/mozo-1.8.0.ebuild
index 830f7111e353..d129792953e5 100644
--- a/x11-misc/mozo/mozo-1.8.0.ebuild
+++ b/x11-misc/mozo/mozo-1.8.0.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/mozo/mozo-1.8.0.ebuild,v 1.5 2014/12/28 17:54:11 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/mozo/mozo-1.8.0.ebuild,v 1.6 2014/12/28 21:43:33 eva Exp $
EAPI="5"
GCONF_DEBUG="no"
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="xml"
inherit gnome2 python-r1 versionator
@@ -70,9 +70,3 @@ src_install() {
python_foreach_impl run_in_build_dir installing
}
-
-run_in_build_dir() {
- pushd "${BUILD_DIR}" > /dev/null || die
- "$@"
- popd > /dev/null
-}