diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-04-26 15:21:40 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-04-26 15:21:40 +0000 |
commit | b09ab48cbfb6487d9a2bfcf79519ab1a425bab4a (patch) | |
tree | e6d84223a3afb98f34ad396c0001656531abf8c7 /dev-python/celery | |
parent | version bump, fixes bugs #498662, #399217, #400905 and #484874 (diff) | |
download | gentoo-2-b09ab48cbfb6487d9a2bfcf79519ab1a425bab4a.tar.gz gentoo-2-b09ab48cbfb6487d9a2bfcf79519ab1a425bab4a.tar.bz2 gentoo-2-b09ab48cbfb6487d9a2bfcf79519ab1a425bab4a.zip |
take out white space
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/celery')
-rw-r--r-- | dev-python/celery/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/celery/celery-3.1.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/celery/ChangeLog b/dev-python/celery/ChangeLog index c0e707e75f18..fdcac8efaf7a 100644 --- a/dev-python/celery/ChangeLog +++ b/dev-python/celery/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/celery # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/ChangeLog,v 1.31 2014/04/26 09:15:26 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/ChangeLog,v 1.32 2014/04/26 15:21:40 idella4 Exp $ + + 26 Apr 2014; Ian Delaney <idella4@gentoo.org> celery-3.1.10.ebuild: + take out white space 26 Apr 2014; Ian Delaney <idella4@gentoo.org> +files/celery-3.1.10-test.patch, celery-3.1.10.ebuild: diff --git a/dev-python/celery/celery-3.1.10.ebuild b/dev-python/celery/celery-3.1.10.ebuild index 1dddaf5fbdf5..ee0789869fc7 100644 --- a/dev-python/celery/celery-3.1.10.ebuild +++ b/dev-python/celery/celery-3.1.10.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.10.ebuild,v 1.2 2014/04/26 09:15:26 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/celery-3.1.10.ebuild,v 1.3 2014/04/26 15:21:40 idella4 Exp $ EAPI=5 @@ -45,7 +45,7 @@ DEPEND="${RDEPEND} dev-python/jinja[${PYTHON_USEDEP}] dev-python/sqlalchemy[${PYTHON_USEDEP}] )" -PATCHES=( "${FILESDIR}"/celery-docs.patch +PATCHES=( "${FILESDIR}"/celery-docs.patch "${FILESDIR}"/${P}-test.patch) python_compile_all() { |