mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
media-libs/amdvlk-bin: fixed false soname warning
Closes: https://bugs.gentoo.org/924953 Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
@@ -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:"
|
||||
Reference in New Issue
Block a user