commit:     15ac00fe48d4d797992202afdf3e88ff8147b6cb
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 29 22:17:47 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 22:17:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ac00fe

dev-libs/libtomfloat: a few QA fixes

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild 
b/dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild
index be4077cf256..48b02dfaa7a 100644
--- a/dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild
+++ b/dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="library for floating point number manipulation"
-HOMEPAGE="http://www.libtom.net/";
+HOMEPAGE="https://www.libtom.net/";
 
SRC_URI="https://github.com/libtom/libtomfloat/releases/download/${PV}/ltf-${PV}.tar.bz2";
 
 LICENSE="WTFPL-2"
@@ -22,12 +22,13 @@ src_prepare() {
                -e 's:\<ar\>:$(AR):' \
                -e 's:\<ranlib\>:$(RANLIB):' \
                -e "/^LIBPATH/s:/lib:/$(get_libdir):" \
-               makefile || die
+               makefile || die "Fixing makefile failed"
        tc-export AR CC RANLIB
 }
 
 src_install() {
        default
        dodoc changes.txt float.pdf WARNING
-       docinto demos ; dodoc demos/ex1.c
+       docinto demos
+       dodoc demos/ex1.c
 }

Reply via email to