aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Price <sprice623@aol.com>2023-08-24 12:39:15 -0400
committerSeth Price <sprice623@aol.com>2023-08-24 12:39:15 -0400
commit4114ebaee8ba41090cc4aa857028a576d256f128 (patch)
treeb67940083854ced687cc872e5150da6780ed70ae /dev-lang
parentdev-lang/cc65: do not call toolchain directly (diff)
downloadguru-4114ebaee8ba41090cc4aa857028a576d256f128.tar.gz
guru-4114ebaee8ba41090cc4aa857028a576d256f128.tar.bz2
guru-4114ebaee8ba41090cc4aa857028a576d256f128.zip
dev-lang/cc65: inherit toolchain-funcs
Signed-off-by: Seth Price <sprice623@aol.com>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/cc65/cc65-9999-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/cc65/cc65-9999-r1.ebuild b/dev-lang/cc65/cc65-9999-r1.ebuild
index 184c42aa0..dc3fbf25f 100644
--- a/dev-lang/cc65/cc65-9999-r1.ebuild
+++ b/dev-lang/cc65/cc65-9999-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit git-r3
+inherit git-r3 toolchain-funcs
DESCRIPTION="Cross-development package for 65(C)02 systems"
HOMEPAGE="https://cc65.github.io/"