diff options
Diffstat (limited to 'dev-python/celery/celery-3.1.13.ebuild')
-rw-r--r-- | dev-python/celery/celery-3.1.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/celery/celery-3.1.13.ebuild b/dev-python/celery/celery-3.1.13.ebuild index 522d3cfdfe19..04406edc03d2 100644 --- a/dev-python/celery/celery-3.1.13.ebuild +++ b/dev-python/celery/celery-3.1.13.ebuild @@ -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/celery/celery-3.1.13.ebuild,v 1.1 2014/07/17 04:34:43 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/celery-3.1.13.ebuild,v 1.2 2014/08/10 21:07:56 slyfox Exp $ EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 -DESCRIPTION="Celery is an open source asynchronous task queue/job queue based on distributed message passing." +DESCRIPTION="Celery is an open source asynchronous task queue/job queue based on distributed message passing" HOMEPAGE="http://celeryproject.org/ http://pypi.python.org/pypi/celery" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |