summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2013-05-16 09:58:05 +0000
committerMarien Zwart <marienz@gentoo.org>2013-05-16 09:58:05 +0000
commitc3ed3bd4f7f288d79cbd73e9e803866be11c1457 (patch)
tree7ef5b8480aeadf6e2e46635990c06baa7f964c09
parentsci-chemistry/pymol-plugins-dynamics: New addition on authors request (diff)
downloadgentoo-2-c3ed3bd4f7f288d79cbd73e9e803866be11c1457.tar.gz
gentoo-2-c3ed3bd4f7f288d79cbd73e9e803866be11c1457.tar.bz2
gentoo-2-c3ed3bd4f7f288d79cbd73e9e803866be11c1457.zip
Fix DOCS to work with distutils-r1.
(Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key 847D4F15C49E26F6!)
-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() {