diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-06-30 21:33:08 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-06-30 21:33:08 +0000 |
commit | 74fb9a08856d68043409a24ffe2ae40e46a8f5d0 (patch) | |
tree | 5ee37cd8f8e45c539ee8c2bd7ee4275be70cf857 /app-editors/gedit-plugins | |
parent | Fix dependencies implied by libgd. (diff) | |
download | gentoo-2-74fb9a08856d68043409a24ffe2ae40e46a8f5d0.tar.gz gentoo-2-74fb9a08856d68043409a24ffe2ae40e46a8f5d0.tar.bz2 gentoo-2-74fb9a08856d68043409a24ffe2ae40e46a8f5d0.zip |
Add missing REQUIRED_USE handling for python.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-editors/gedit-plugins')
-rw-r--r-- | app-editors/gedit-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/gedit-plugins/gedit-plugins-3.8.3.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-editors/gedit-plugins/ChangeLog b/app-editors/gedit-plugins/ChangeLog index a741383c049e..41cdab084904 100644 --- a/app-editors/gedit-plugins/ChangeLog +++ b/app-editors/gedit-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/gedit-plugins # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.33 2013/06/18 18:55:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/ChangeLog,v 1.34 2013/06/30 21:33:08 eva Exp $ + + 30 Jun 2013; Gilles Dartiguelongue <eva@gentoo.org> + gedit-plugins-3.8.3.ebuild: + Add missing REQUIRED_USE handling for python. *gedit-plugins-3.8.3 (18 Jun 2013) diff --git a/app-editors/gedit-plugins/gedit-plugins-3.8.3.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.8.3.ebuild index 3c332f43bb9b..510b167c2cb8 100644 --- a/app-editors/gedit-plugins/gedit-plugins-3.8.3.ebuild +++ b/app-editors/gedit-plugins/gedit-plugins-3.8.3.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/app-editors/gedit-plugins/gedit-plugins-3.8.3.ebuild,v 1.1 2013/06/18 18:55:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.8.3.ebuild,v 1.2 2013/06/30 21:33:08 eva Exp $ EAPI="5" GCONF_DEBUG="no" @@ -23,6 +23,7 @@ REQUIRED_USE=" charmap? ( python ) git? ( python ) terminal? ( python ) + python? ( ${REQUIRED_PYTHON_USE} ) " RDEPEND=" |