mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-scheme/guile-gi: drop useless static-libs USE flag
as QA requested https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0302 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -18,7 +18,6 @@ fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="static-libs"
|
||||
RESTRICT="strip test" # Tests fail
|
||||
|
||||
DEPEND="
|
||||
@@ -43,15 +42,12 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf --enable-introspection=yes $(use_enable static-libs static)
|
||||
econf --disable-static --enable-introspection=yes
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF} || die
|
||||
|
||||
if ! use static-libs ; then
|
||||
find "${ED}" -type f -name '*.la' -delete || die
|
||||
fi
|
||||
find "${ED}" -type f -name '*.la' -delete || die
|
||||
}
|
||||
@@ -18,7 +18,6 @@ fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="static-libs"
|
||||
RESTRICT="strip"
|
||||
|
||||
DEPEND="
|
||||
@@ -43,7 +42,7 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf --enable-introspection=yes $(use_enable static-libs static)
|
||||
econf --disable-static --enable-introspection=yes
|
||||
}
|
||||
|
||||
src_test() {
|
||||
@@ -54,8 +53,5 @@ src_install() {
|
||||
default
|
||||
|
||||
mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF} || die
|
||||
|
||||
if ! use static-libs ; then
|
||||
find "${ED}" -type f -name '*.la' -delete || die
|
||||
fi
|
||||
find "${ED}" -type f -name '*.la' -delete || die
|
||||
}
|
||||
@@ -18,7 +18,6 @@ fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="static-libs"
|
||||
RESTRICT="strip"
|
||||
|
||||
DEPEND="
|
||||
@@ -43,7 +42,7 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf --enable-introspection=yes $(use_enable static-libs static)
|
||||
econf --disable-static --enable-introspection=yes
|
||||
}
|
||||
|
||||
src_test() {
|
||||
@@ -54,8 +53,5 @@ src_install() {
|
||||
default
|
||||
|
||||
mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF} || die
|
||||
|
||||
if ! use static-libs ; then
|
||||
find "${ED}" -type f -name '*.la' -delete || die
|
||||
fi
|
||||
find "${ED}" -type f -name '*.la' -delete || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user