dev-python/celery: Fix indentions in init file

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-08-20 11:03:25 +02:00
parent ccfedbf2fd
commit 58cc77beec
2 changed files with 18 additions and 18 deletions

View File

@@ -6,7 +6,7 @@
<remote-id type="pypi">celery</remote-id>
</upstream>
<use>
<flag name='redis'>Enables redis support</flag>
<flag name="redis">Enables redis support</flag>
<flag name="sqs">Enables Amazon SQS transport module for celery</flag>
<flag name="zeromq">Enable logging and deployment via ZeroMQ</flag>
<flag name="yaml">Enable support of yaml as a configuration file format</flag>