diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-09-27 16:15:19 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-09-27 16:15:19 +0000 |
commit | 7da5ecd4536eedc4908ae1cf3c795733e4b21617 (patch) | |
tree | 72fdb6c9ef75f2eeb681bd9fe372ed6cfb8dc14e /eclass | |
parent | New package, dependency of net-misc/flexget. (diff) | |
download | gentoo-2-7da5ecd4536eedc4908ae1cf3c795733e4b21617.tar.gz gentoo-2-7da5ecd4536eedc4908ae1cf3c795733e4b21617.tar.bz2 gentoo-2-7da5ecd4536eedc4908ae1cf3c795733e4b21617.zip |
Fix typo (#523856 by Kent Fredric)
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/gnome-python-common-r1.eclass | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 48fb2a7d7874..87c466fb054e 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1376 2014/09/26 17:56:29 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1377 2014/09/27 16:15:19 pacho Exp $ + + 27 Sep 2014; Pacho Ramos <pacho@gentoo.org> gnome-python-common-r1.eclass: + Fix typo (#523856 by Kent Fredric) 26 Sep 2014; Brian Evans <grknight@gentoo.org> mysql-multilib.eclass: Fix up invalid general IUSE with underscores diff --git a/eclass/gnome-python-common-r1.eclass b/eclass/gnome-python-common-r1.eclass index 11796023d351..fe89a6a362d8 100644 --- a/eclass/gnome-python-common-r1.eclass +++ b/eclass/gnome-python-common-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common-r1.eclass,v 1.1 2014/05/26 17:20:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common-r1.eclass,v 1.2 2014/09/27 16:15:19 pacho Exp $ # @ECLASS: gnome-python-common-r1 # @MAINTAINER: @@ -61,7 +61,7 @@ RDEPEND="~dev-python/${GNOME_ORG_MODULE}-base-${PV} DEPEND="${RDEPEND} virtual/pkgconfig" -REQUIRED_USE=${PYTHON_REQUIRED_SUE} +REQUIRED_USE=${PYTHON_REQUIRED_USE} gnome-python-common-r1_src_prepare() { gnome2_src_prepare |