From d74ba8ff231506fbc2b037c8dbbe1e24b1c80778 Mon Sep 17 00:00:00 2001 From: Reinis Danne Date: Fri, 14 Feb 2014 20:03:38 +0200 Subject: sci-chemistry/openbabel: Fix DOCS --- sci-chemistry/openbabel/ChangeLog | 3 +++ sci-chemistry/openbabel/openbabel-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/openbabel/ChangeLog b/sci-chemistry/openbabel/ChangeLog index 08338ff92..1d2437ca9 100644 --- a/sci-chemistry/openbabel/ChangeLog +++ b/sci-chemistry/openbabel/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 14 Feb 2014; Reinis Danne openbabel-9999.ebuild: + DOCS has to be string for globs to work. Remove ChangeLog from DOCS. + 06 Jan 2014; Justin Lecher openbabel-9999.ebuild, metadata.xml: Switch from git-2 to git-r3 diff --git a/sci-chemistry/openbabel/openbabel-9999.ebuild b/sci-chemistry/openbabel/openbabel-9999.ebuild index 21eb5713a..e4077c4fb 100644 --- a/sci-chemistry/openbabel/openbabel-9999.ebuild +++ b/sci-chemistry/openbabel/openbabel-9999.ebuild @@ -34,7 +34,7 @@ PDEPEND=" python? ( sci-chemistry/openbabel-python ) ruby? ( sci-chemistry/openbabel-ruby )" -DOCS=( AUTHORS ChangeLog NEWS README.md THANKS doc/*.inc doc/README* doc/*.mol2 ) +DOCS="AUTHORS NEWS README.md THANKS doc/*.inc doc/README* doc/*.mol2" pkg_setup() { if use openmp; then -- cgit v1.2.3