mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
sys-fs/ddrescueview: fix QA issues
- Add RESTRICT (strip) - Update QA flags - Copy note from lazarus Closes: https://bugs.gentoo.org/873394 Closes: https://bugs.gentoo.org/873400 Closes: https://bugs.gentoo.org/873397 Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
@@ -15,12 +15,13 @@ LICENSE="GPL-3+"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="dev-lang/lazarus"
|
||||||
dev-lang/lazarus
|
|
||||||
"
|
|
||||||
|
|
||||||
# I don't know yet how not to strip debug info during lazbuild build
|
# Pascal ignores CFLAGS and does its own stripping. Nothing else can be done about it.
|
||||||
QA_PRESTRIPPED="usr/bin/ddrescueview"
|
QA_FLAGS_IGNORED="usr/bin/ddrescueview"
|
||||||
|
QA_PRESTRIPPED="${QA_FLAGS_IGNORED}"
|
||||||
|
|
||||||
|
RESTRICT="strip"
|
||||||
|
|
||||||
S="${WORKDIR}/${MY_P}"
|
S="${WORKDIR}/${MY_P}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user