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 be72d72b1..e8bb2238c 100644 --- a/sci-chemistry/openbabel/ChangeLog +++ b/sci-chemistry/openbabel/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 14 Nov 2013; Reinis Danne <rei4dan@gmail.com> openbabel-9999.ebuild: + Adjust for README -> README.md rename. + *openbabel-9999 (24 Sep 2013) 24 Sep 2013; Reinis Danne <rei4dan@gmail.com> +openbabel-9999.ebuild, diff --git a/sci-chemistry/openbabel/openbabel-9999.ebuild b/sci-chemistry/openbabel/openbabel-9999.ebuild index d57d78d8e..b653f2486 100644 --- a/sci-chemistry/openbabel/openbabel-9999.ebuild +++ b/sci-chemistry/openbabel/openbabel-9999.ebuild @@ -33,7 +33,7 @@ PDEPEND=" python? ( sci-chemistry/openbabel-python ) ruby? ( sci-chemistry/openbabel-ruby )" -DOCS="AUTHORS ChangeLog NEWS README THANKS doc/*.inc doc/README* doc/*.mol2" +DOCS="AUTHORS ChangeLog NEWS README.md THANKS doc/*.inc doc/README* doc/*.mol2" pkg_setup() { if use openmp; then |