summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/subvertpy')
-rw-r--r--dev-python/subvertpy/ChangeLog5
-rw-r--r--dev-python/subvertpy/subvertpy-0.9.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/subvertpy/ChangeLog b/dev-python/subvertpy/ChangeLog
index 434e8a865228..631ae90a62f3 100644
--- a/dev-python/subvertpy/ChangeLog
+++ b/dev-python/subvertpy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/subvertpy
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.52 2013/05/15 12:02:08 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.53 2013/05/16 09:58:05 marienz Exp $
+
+ 16 May 2013; Marien Zwart <marienz@gentoo.org> subvertpy-0.9.1.ebuild:
+ Fix DOCS to work with distutils-r1.
*subvertpy-0.9.1 (15 May 2013)
diff --git a/dev-python/subvertpy/subvertpy-0.9.1.ebuild b/dev-python/subvertpy/subvertpy-0.9.1.ebuild
index 48897db4911e..1869edc7eacf 100644
--- a/dev-python/subvertpy/subvertpy-0.9.1.ebuild
+++ b/dev-python/subvertpy/subvertpy-0.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.9.1.ebuild,v 1.1 2013/05/15 12:02:08 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.9.1.ebuild,v 1.2 2013/05/16 09:58:05 marienz Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -25,7 +25,7 @@ DEPEND="${RDEPEND}
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
-DOCS="NEWS AUTHORS"
+DOCS=( NEWS AUTHORS )
S=${WORKDIR}
python_test() {