public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/flite/
Date: Thu, 20 Feb 2020 02:55:10 +0000 (UTC)	[thread overview]
Message-ID: <1582167279.e4c33ebe587a88c4a85c0c611cada9df3895c3c0.mattst88@gentoo> (raw)

commit:     e4c33ebe587a88c4a85c0c611cada9df3895c3c0
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 20 02:51:01 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Feb 20 02:54:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c33ebe

app-accessibility/flite: Drop IUSE=static-libs

Broken and unneeded.

Closes: https://bugs.gentoo.org/538712
Closes: https://bugs.gentoo.org/539556
Closes: https://bugs.gentoo.org/635230
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-accessibility/flite/flite-1.4-r4.ebuild | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/app-accessibility/flite/flite-1.4-r4.ebuild b/app-accessibility/flite/flite-1.4-r4.ebuild
index 5e652f73704..9164855c02b 100644
--- a/app-accessibility/flite/flite-1.4-r4.ebuild
+++ b/app-accessibility/flite/flite-1.4-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI=" http://www.speech.cs.cmu.edu/${PN}/packed/${P}/${P}-release.tar.bz2"
 LICENSE="BSD freetts public-domain regexp-UofT BSD-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 sparc x86"
-IUSE="alsa oss static-libs"
+IUSE="alsa oss"
 
 DEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )"
 RDEPEND="${DEPEND}"
@@ -49,12 +49,10 @@ src_prepare() {
 }
 
 multilib_src_configure() {
-	local myconf=()
-	if ! use static-libs; then
-		myconf+=( --enable-shared )
-	fi
-	myconf+=( --with-audio=$(get_audio) )
-
+	local myconf=(
+		--enable-shared
+		--with-audio=$(get_audio)
+	)
 	econf "${myconf[@]}"
 }
 
@@ -65,9 +63,7 @@ multilib_src_compile() {
 multilib_src_install_all() {
 	dodoc ACKNOWLEDGEMENTS README
 
-	if ! use static-libs; then
-		find "${ED}" -name '*.a' ! -name '*.dll.a' -delete || die
-	fi
+	find "${ED}" -name '*.a' ! -name '*.dll.a' -delete || die
 }
 
 pkg_postinst() {


             reply	other threads:[~2020-02-20  2:55 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-20  2:55 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-17 17:41 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/flite/ Arthur Zamarin
2025-05-11 19:10 Sam James
2025-05-11 19:10 Sam James
2025-05-11 19:10 Sam James
2025-05-11 19:10 Sam James
2025-04-10 14:17 Sam James
2024-06-07 16:19 Arthur Zamarin
2024-06-04 18:23 Arthur Zamarin
2024-06-04 18:23 Arthur Zamarin
2024-06-04 18:23 Arthur Zamarin
2023-05-31 18:24 Andreas Sturmlechner
2023-05-31 18:24 Andreas Sturmlechner
2023-04-16  3:39 Sam James
2023-03-22  5:30 Sam James
2022-11-25 14:42 罗百科
2022-05-26  5:30 WANG Xuerui
2021-08-10  8:58 Yixun Lan
2021-04-22 12:23 Sam James
2021-04-22 12:18 Sam James
2021-04-22 12:18 Sam James
2021-04-22 12:13 Sam James
2021-04-22 12:13 Sam James
2021-04-22 12:11 Sam James
2021-04-22 12:08 Sam James
2021-02-28 13:58 罗百科
2020-05-03 21:55 Sergei Trofimovich
2017-06-18 11:56 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1582167279.e4c33ebe587a88c4a85c0c611cada9df3895c3c0.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox