commit: 25cde59babd28185db8b91454af1183251d0242b Author: Seth Price <sprice623 <AT> aol <DOT> com> AuthorDate: Sun Aug 13 17:31:29 2023 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Sun Aug 13 17:36:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25cde59b
dev-lang/cc65: specify `$PREFIX` at compile .macpack fails to find the $PREFIX/share/cc65 directory when `$PREFIX` is not specified at compile timeānot install time. See <https://github.com/cc65/cc65/issues/1726> for more info. Signed-off-by: Seth Price <sprice623 <AT> aol.com> dev-lang/cc65/{cc65-2.19.ebuild => cc65-2.19-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/cc65/cc65-2.19.ebuild b/dev-lang/cc65/cc65-2.19-r1.ebuild similarity index 93% rename from dev-lang/cc65/cc65-2.19.ebuild rename to dev-lang/cc65/cc65-2.19-r1.ebuild index 887df3f009..6f80345a5c 100644 --- a/dev-lang/cc65/cc65-2.19.ebuild +++ b/dev-lang/cc65/cc65-2.19-r1.ebuild @@ -14,7 +14,7 @@ LICENSE="ZLIB" SLOT="0" src_compile() { - emake + emake PREFIX="${EPREFIX}/usr" } src_install() {
