diff --git a/sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild b/sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild index 4bb32ac07d..f580f67e43 100644 --- a/sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild +++ b/sys-fs/ddrescueview/ddrescueview-0.4.5.ebuild @@ -15,12 +15,13 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" -BDEPEND=" - dev-lang/lazarus -" +BDEPEND="dev-lang/lazarus" -# I don't know yet how not to strip debug info during lazbuild build -QA_PRESTRIPPED="usr/bin/ddrescueview" +# Pascal ignores CFLAGS and does its own stripping. Nothing else can be done about it. +QA_FLAGS_IGNORED="usr/bin/ddrescueview" +QA_PRESTRIPPED="${QA_FLAGS_IGNORED}" + +RESTRICT="strip" S="${WORKDIR}/${MY_P}"