diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-01-20 22:33:50 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-01-20 22:33:50 +0000 |
commit | a8b2662f03a7cb137715cce68124c4f2c5764cac (patch) | |
tree | 6ea789f07106885a0cff1d46fae68639e97bc1e8 /app-editors/gedit | |
parent | remove old ebuild (diff) | |
download | gentoo-2-a8b2662f03a7cb137715cce68124c4f2c5764cac.tar.gz gentoo-2-a8b2662f03a7cb137715cce68124c4f2c5764cac.tar.bz2 gentoo-2-a8b2662f03a7cb137715cce68124c4f2c5764cac.zip |
Needs python2 for compiling ok.
(Portage version: 2.1.9.34/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/gedit')
-rw-r--r-- | app-editors/gedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/gedit/gedit-2.30.4.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-editors/gedit/ChangeLog b/app-editors/gedit/ChangeLog index 396517f9b2d6..9668f9720183 100644 --- a/app-editors/gedit/ChangeLog +++ b/app-editors/gedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/gedit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.321 2011/01/19 21:19:46 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.322 2011/01/20 22:33:50 pacho Exp $ + + 20 Jan 2011; Pacho Ramos <pacho@gentoo.org> gedit-2.30.4.ebuild: + Needs python2 for compiling ok. 19 Jan 2011; Markos Chandras <hwoarang@gentoo.org> gedit-2.30.4.ebuild: Stable on amd64 wrt bug #348987 diff --git a/app-editors/gedit/gedit-2.30.4.ebuild b/app-editors/gedit/gedit-2.30.4.ebuild index db214b772ce9..d6c5b78e88d8 100644 --- a/app-editors/gedit/gedit-2.30.4.ebuild +++ b/app-editors/gedit/gedit-2.30.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild,v 1.4 2011/01/19 21:19:46 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild,v 1.5 2011/01/20 22:33:50 pacho Exp $ GCONF_DEBUG="no" PYTHON_DEPEND="python? 2:2.5" @@ -54,6 +54,7 @@ pkg_setup() { --disable-updater $(use_enable python) $(use_enable spell)" + use python && python_set_active_version 2 } src_unpack() { |