diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2010-07-15 20:22:16 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2010-07-15 20:22:16 +0000 |
commit | d2fa51d970f13345c9556b6e1dab6916041da304 (patch) | |
tree | 8557a98b774ea67106c1c5d0ed91f4df83fdebf3 /app-editors/bluefish | |
parent | x86 stable, bug #326013 (diff) | |
download | gentoo-2-d2fa51d970f13345c9556b6e1dab6916041da304.tar.gz gentoo-2-d2fa51d970f13345c9556b6e1dab6916041da304.tar.bz2 gentoo-2-d2fa51d970f13345c9556b6e1dab6916041da304.zip |
Fix Bug #311171 - Take two.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-editors/bluefish')
-rw-r--r-- | app-editors/bluefish/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-2.0.1.ebuild | 11 |
2 files changed, 13 insertions, 3 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index 200b5e257cba..8666e427f211 100644 --- a/app-editors/bluefish/ChangeLog +++ b/app-editors/bluefish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/bluefish # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.71 2010/07/15 17:22:49 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.72 2010/07/15 20:22:16 billie Exp $ + + 15 Jul 2010; Daniel Pielmeier <billie@gentoo.org> bluefish-2.0.1.ebuild: + Fix Bug #311171 - Take two. *bluefish-2.0.1 (15 Jul 2010) diff --git a/app-editors/bluefish/bluefish-2.0.1.ebuild b/app-editors/bluefish/bluefish-2.0.1.ebuild index b58b760d9758..374df28007cb 100644 --- a/app-editors/bluefish/bluefish-2.0.1.ebuild +++ b/app-editors/bluefish/bluefish-2.0.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2.0.1.ebuild,v 1.1 2010/07/15 17:22:49 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2.0.1.ebuild,v 1.2 2010/07/15 20:22:16 billie Exp $ EAPI=2 -PYTHON_DEPEND=2 +PYTHON_DEPEND="python? 2" inherit autotools eutils fdo-mime python @@ -33,6 +33,13 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} +pkg_setup() { + if use python ; then + python_set_active_version 2 + python_pkg_setup + fi +} + src_prepare () { # Fixes automagic installation of charmap plugin # Upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=570990 |