diff options
author | Reinis Danne <rei4dan@gmail.com> | 2014-02-14 20:03:38 +0200 |
---|---|---|
committer | Reinis Danne <rei4dan@gmail.com> | 2014-02-14 20:03:38 +0200 |
commit | d74ba8ff231506fbc2b037c8dbbe1e24b1c80778 (patch) | |
tree | e1e895ec25a0434a032a975fc0a6f79886270f55 /sci-chemistry/openbabel | |
parent | Fix build v2 (diff) | |
download | sci-d74ba8ff231506fbc2b037c8dbbe1e24b1c80778.tar.gz sci-d74ba8ff231506fbc2b037c8dbbe1e24b1c80778.tar.bz2 sci-d74ba8ff231506fbc2b037c8dbbe1e24b1c80778.zip |
sci-chemistry/openbabel: Fix DOCS
Diffstat (limited to 'sci-chemistry/openbabel')
-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 |