idella4 14/05/21 01:51:04 Modified: tweepy-2.1.ebuild Log: fix typo (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/tweepy/tweepy-2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tweepy/tweepy-2.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tweepy/tweepy-2.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tweepy/tweepy-2.1.ebuild?r1=1.1&r2=1.2 Index: tweepy-2.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/tweepy/tweepy-2.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tweepy-2.1.ebuild 21 May 2014 01:47:59 -0000 1.1 +++ tweepy-2.1.ebuild 21 May 2014 01:51:04 -0000 1.2 @@ -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/dev-python/tweepy/tweepy-2.1.ebuild,v 1.1 2014/05/21 01:47:59 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/tweepy/tweepy-2.1.ebuild,v 1.2 2014/05/21 01:51:04 idella4 Exp $ EAPI=5 @@ -20,7 +20,7 @@ RESTRICT="test" #fails all python_prepare_all() { - # Required to avoid fgile collisions at install + # Required to avoid file collisions at install sed -e s":find_packages():find_packages(exclude=['tests','tests.*']):" -i setup.py || die distutils-r1_python_prepare_all }
