commit: 04457bebb3311f457698568266414deedc191a90
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Fri Mar 26 07:46:19 2021 +0000
Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Fri Mar 26 07:46:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04457beb
www-apps/code-server-bin: detailed QA_PREBUILT and QA_PRESTRIPPED
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
www-apps/code-server-bin/code-server-bin-3.9.2.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/www-apps/code-server-bin/code-server-bin-3.9.2.ebuild
b/www-apps/code-server-bin/code-server-bin-3.9.2.ebuild
index aaaf253e2..64862a827 100644
--- a/www-apps/code-server-bin/code-server-bin-3.9.2.ebuild
+++ b/www-apps/code-server-bin/code-server-bin-3.9.2.ebuild
@@ -41,8 +41,13 @@ PATCHES=( "${FILESDIR}/${PN}-node.patch" )
DOCS=( "README.md" "ThirdPartyNotices.txt" )
-QA_PREBUILT="*"
-QA_PRESTRIPPED="${QA_PREBUILT}"
+QA_PREBUILT="
+ /usr/lib/code-server/lib/coder-cloud-agent
+ /usr/lib/code-server/lib/vscode/node_modules/*
+"
+QA_PRESTRIPPED="
+ /usr/lib/code-server/lib/coder-cloud-agent
+"
src_prepare() {
default