diff options
author | Sam James <sam@gentoo.org> | 2024-05-07 13:41:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-07 13:41:35 +0100 |
commit | 656fb7aac1d118c3814b8d5997943791fbbf34ef (patch) | |
tree | eb9eebae2d396634b301e85f1d998eb46cc56253 | |
parent | wrappers/README: update config.site path (diff) | |
download | crossdev-656fb7aac1d118c3814b8d5997943791fbbf34ef.tar.gz crossdev-656fb7aac1d118c3814b8d5997943791fbbf34ef.tar.bz2 crossdev-656fb7aac1d118c3814b8d5997943791fbbf34ef.zip |
crossdev: fix setting EAPI
Fixes: c012baee91797ddbd87fa26f4cb73c9a58de3c0c
Signed-off-by: Sam James <sam@gentoo.org>
-rwxr-xr-x | crossdev | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1498,7 +1498,7 @@ set_metadata() { if [[ ! -f "${CROSSDEV_OVERLAY}"/profiles/eapi ]] ; then cat <<-EOF > "${CROSSDEV_OVERLAY}"/profiles/eapi || die "could not write ${CROSSDEV_OVERLAY}/profiles/eapi" - ${repo_name} + 8 EOF fi |