summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-06-06 16:05:41 +0000
committerIan Delaney <idella4@gentoo.org>2014-06-06 16:05:41 +0000
commit6de7f623eb0288fc458906bcbe53e66c1ca70460 (patch)
tree855a3cb531154b35d781cd97595545042db2876c /dev-python
parentvanilla-3.2.59 + genpatches-3.2.16 + grsecurity-3.0-3.2.59-201406052202 (diff)
downloadgentoo-2-6de7f623eb0288fc458906bcbe53e66c1ca70460.tar.gz
gentoo-2-6de7f623eb0288fc458906bcbe53e66c1ca70460.tar.bz2
gentoo-2-6de7f623eb0288fc458906bcbe53e66c1ca70460.zip
add slot :4 to dep beautifulsoup, for now
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/django-compressor/ChangeLog5
-rw-r--r--dev-python/django-compressor/django-compressor-1.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/django-compressor/ChangeLog b/dev-python/django-compressor/ChangeLog
index 470977a79706..e583df360670 100644
--- a/dev-python/django-compressor/ChangeLog
+++ b/dev-python/django-compressor/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/django-compressor
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-compressor/ChangeLog,v 1.6 2014/06/06 15:40:37 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-compressor/ChangeLog,v 1.7 2014/06/06 16:05:41 idella4 Exp $
+
+ 06 Jun 2014; Ian Delaney <idella4@gentoo.org> django-compressor-1.4.ebuild:
+ add slot :4 to dep beautifulsoup, for now
*django-compressor-1.4 (06 Jun 2014)
diff --git a/dev-python/django-compressor/django-compressor-1.4.ebuild b/dev-python/django-compressor/django-compressor-1.4.ebuild
index 4f2270e8a996..11b0701fa03b 100644
--- a/dev-python/django-compressor/django-compressor-1.4.ebuild
+++ b/dev-python/django-compressor/django-compressor-1.4.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/django-compressor/django-compressor-1.4.ebuild,v 1.1 2014/06/06 15:40:37 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-compressor/django-compressor-1.4.ebuild,v 1.2 2014/06/06 16:05:41 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3} )
@@ -26,7 +26,7 @@ DEPEND="${RDEPEND}
<dev-python/django-1.6.0[${PYTHON_USEDEP}]
dev-python/django-discover-runner[${PYTHON_USEDEP}]
dev-python/unittest2[${PYTHON_USEDEP}]
- dev-python/beautifulsoup[${PYTHON_USEDEP}]
+ dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
dev-python/html5lib[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]