diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 11:06:36 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 11:06:53 +0100 |
commit | 429fb9f828068e68b7558101010c3f2de1f315c0 (patch) | |
tree | 426b1c1935d3565321eff7acfbe973e3f0c23c07 /sci-libs/libccd | |
parent | eclass/portability.eclass: Discriminate on CBUILD:-CHOST for getting the bmak... (diff) | |
download | gentoo-429fb9f828068e68b7558101010c3f2de1f315c0.tar.gz gentoo-429fb9f828068e68b7558101010c3f2de1f315c0.tar.bz2 gentoo-429fb9f828068e68b7558101010c3f2de1f315c0.zip |
sci-libs/libccd: README has been renamed to README.md in git; bug #574906 by Alessandro Barbieri
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'sci-libs/libccd')
-rw-r--r-- | sci-libs/libccd/libccd-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/libccd/libccd-9999.ebuild b/sci-libs/libccd/libccd-9999.ebuild index 18bb1fe2045b..5f3f8c21165c 100644 --- a/sci-libs/libccd/libccd-9999.ebuild +++ b/sci-libs/libccd/libccd-9999.ebuild @@ -29,7 +29,7 @@ IUSE="double doc" RDEPEND="" DEPEND="${RDEPEND} doc? ( dev-python/sphinx )" -DOCS=( README ) +DOCS=( README.md ) src_configure() { local mycmakeargs=( |