commit: a4d6576e4e3e8eb8d4ffaf8455087927b1f7b70b Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sun Jul 17 18:42:55 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sun Jul 17 18:43:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4d6576e
dev-libs/mimetic: resolve autotools QA warnings Package-Manager: portage-2.3.0 dev-libs/mimetic/mimetic-0.9.8.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-libs/mimetic/mimetic-0.9.8.ebuild b/dev-libs/mimetic/mimetic-0.9.8.ebuild index a6f3fe1..5c0f5f6 100644 --- a/dev-libs/mimetic/mimetic-0.9.8.ebuild +++ b/dev-libs/mimetic/mimetic-0.9.8.ebuild @@ -4,6 +4,8 @@ EAPI=6 +inherit autotools + DESCRIPTION="C++ MIME library designed to be easy to use and integrate, fast and efficient." HOMEPAGE="http://www.codesink.org/mimetic_mime_library.html" SRC_URI="http://www.codesink.org/download/${P}.tar.gz" @@ -19,6 +21,9 @@ src_prepare() { default sed -i -e "s|../doxygen.css|doxygen.css|" doc/header.html || die + + mv configure.in configure.ac || die + eautoreconf } src_configure() {
