removed unsupported configure options

This commit is contained in:
Volker Wegert 2022-12-02 23:11:23 +01:00
parent def68ee5d0
commit 57a58550fa
No known key found for this signature in database
GPG key ID: 1BCEC13D2F171EC4
2 changed files with 4 additions and 10 deletions

View file

@ -12,7 +12,7 @@ SRC_URI="https://github.com/libyal/libmapidb/releases/download/${PV}/${PN}-exper
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="nls debug"
IUSE="nls"
DEPEND="
nls? (
@ -35,10 +35,7 @@ src_configure() {
econf \
$(use_enable nls) \
$(use_with nls libiconv-prefix) \
$(use_with nls libintl-prefix) \
$(use_enable debug verbose-output ) \
$(use_enable debug debug-output ) \
$(use_with nls libintl-prefix)
}
src_install() {

View file

@ -12,7 +12,7 @@ SRC_URI="https://github.com/libyal/libmapidb/releases/download/${PV}/${PN}-exper
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="nls debug"
IUSE="nls"
DEPEND="
nls? (
@ -35,10 +35,7 @@ src_configure() {
econf \
$(use_enable nls) \
$(use_with nls libiconv-prefix) \
$(use_with nls libintl-prefix) \
$(use_enable debug verbose-output ) \
$(use_enable debug debug-output ) \
$(use_with nls libintl-prefix)
}
src_install() {