mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
removed unsupported configure options
This commit is contained in:
parent
def68ee5d0
commit
57a58550fa
2 changed files with 4 additions and 10 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue