jlec 15/02/28 20:45:48 Modified: django-1.4.19.ebuild ChangeLog Log: Fix typo, #541704 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 dev-python/django/django-1.4.19.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.4.19.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.4.19.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.4.19.ebuild?r1=1.1&r2=1.2 Index: django-1.4.19.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/django/django-1.4.19.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- django-1.4.19.ebuild 28 Feb 2015 18:08:42 -0000 1.1 +++ django-1.4.19.ebuild 28 Feb 2015 20:45:48 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.4.19.ebuild,v 1.1 2015/02/28 18:08:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.4.19.ebuild,v 1.2 2015/02/28 20:45:48 jlec Exp $ EAPI=5 @@ -77,7 +77,7 @@ optfeature "MySQL backend support in python 2.7 only" dev-python/mysql-python optfeature "MySQL backend support in python 2.7 - 3.4" dev-python/mysql-connector-python optfeature "PostgreSQL backend support" dev-python/psycopg:2 - optfeature "Memcached support" python-memcached + optfeature "Memcached support" dev-python/python-memcached optfeature "ImageField Support" virtual/python-imaging echo "" } 1.154 dev-python/django/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/ChangeLog?rev=1.154&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/ChangeLog?rev=1.154&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/ChangeLog?r1=1.153&r2=1.154 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v retrieving revision 1.153 retrieving revision 1.154 diff -u -r1.153 -r1.154 --- ChangeLog 28 Feb 2015 20:44:17 -0000 1.153 +++ ChangeLog 28 Feb 2015 20:45:48 -0000 1.154 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/django # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.153 2015/02/28 20:44:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.154 2015/02/28 20:45:48 jlec Exp $ + + 28 Feb 2015; Justin Lecher <[email protected]> django-1.4.19.ebuild: + Fix typo, #541704 28 Feb 2015; Justin Lecher <[email protected]> django-1.6.10.ebuild: Fix typo, #541704
