diff options
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/openbabel/ChangeLog | 3 | ||||
-rw-r--r-- | sci-chemistry/openbabel/openbabel-9999.ebuild | 2 |
2 files changed, 4 insertions, 1 deletions
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 <rei4dan@gmail.com> openbabel-9999.ebuild: + DOCS has to be string for globs to work. Remove ChangeLog from DOCS. + 06 Jan 2014; Justin Lecher <jlec@gentoo.org> 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 |