Skip to content

Commit

Permalink
media-libs/amdvlk-bin: fixed false soname warning
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/924953
Signed-off-by: Denis Reva <[email protected]>
  • Loading branch information
RarogCmex committed Aug 8, 2024
1 parent 8afe766 commit 30520de
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,8 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="sys-apps/sed"
QA_PREBUILT="
usr/lib/*
usr/lib64/*
"
# TODO: Found a correct way to disable QA_SONAME for /usr/lib/amdvlk32.so
# I don't know why the current value is not working
QA_SONAME="usr/*"
QA_PREBUILT="*"
QA_SONAME_NO_SYMLINK=".*/amdvlk64.so"

pkg_pretend(){
ewarn "This is extremely old version which supports AMD's legacy GPUs such as:"
Expand Down

0 comments on commit 30520de

Please sign in to comment.