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