diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-03-08 15:24:19 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-03-08 15:24:19 -0500 |
commit | 1c4ffca52770a3be0458bfadfa4c3ab070a795fa (patch) | |
tree | 1b0c583ceee9c84b363051173b4ccb07023dcad4 /app-arch/7-zip | |
parent | 58099cb2448bce01616fdf0ed44d75f433442e1b (diff) | |
download | gentoo-overlay-1c4ffca52770a3be0458bfadfa4c3ab070a795fa.tar.xz gentoo-overlay-1c4ffca52770a3be0458bfadfa4c3ab070a795fa.zip |
app-arch/7-zip: fix inherit
Diffstat (limited to 'app-arch/7-zip')
-rw-r--r-- | app-arch/7-zip/7-zip-21.07-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/7-zip/7-zip-21.07-r1.ebuild b/app-arch/7-zip/7-zip-21.07-r1.ebuild index 6fe8cb5..7154c6c 100644 --- a/app-arch/7-zip/7-zip-21.07-r1.ebuild +++ b/app-arch/7-zip/7-zip-21.07-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit flag-o-matic +inherit toolchain-funcs MY_PV=${PV%%_*} MY_PV=${MY_PV//./} |