mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
net-misc/gemget: avoid stripping binary at src_compile
Closes: https://bugs.gentoo.org/975486 Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
@@ -16,7 +16,7 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
ego build -o ${PN} -ldflags="-s -w" || die
|
ego build -o ${PN} -ldflags="-w" || die
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
Reference in New Issue
Block a user