commit:     6741bd510fbae56741d05f59445803401456846a
Author:     Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
AuthorDate: Thu Jun 13 19:18:14 2024 +0000
Commit:     Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
CommitDate: Thu Jun 13 19:18:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6741bd51

dev-libs/lzfse: Fix QA issues in ebuild

Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com>

 dev-libs/lzfse/lzfse-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/lzfse/lzfse-9999.ebuild b/dev-libs/lzfse/lzfse-9999.ebuild
index 8332d6e23..184e83ef5 100644
--- a/dev-libs/lzfse/lzfse-9999.ebuild
+++ b/dev-libs/lzfse/lzfse-9999.ebuild
@@ -8,9 +8,10 @@ inherit git-r3
 EGIT_REPO_URI="https://github.com/lzfse/lzfse";
 
 DESCRIPTION="LZFSE compression library and command line tool."
+HOMEPAGE="https://github.com/lzfse/lzfse";
 LICENSE="BSD"
 SLOT="0"
 
 src_install() {
-       emake INSTALL_PREFIX=${ED}/usr install
+       emake INSTALL_PREFIX="${ED}"/usr install
 }

Reply via email to