public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liblzw/
Date: Fri, 19 Feb 2021 02:07:31 +0000 (UTC)	[thread overview]
Message-ID: <1613700425.eba7ca231b8c24a4cb9f4ffae3ad4b9497401db8.vapier@gentoo> (raw)

commit:     eba7ca231b8c24a4cb9f4ffae3ad4b9497401db8
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 02:04:25 2021 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 02:07:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba7ca23

dev-libs/liblzw: fix thinko: static->static-libs

Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>

 dev-libs/liblzw/liblzw-0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/liblzw/liblzw-0.3.ebuild b/dev-libs/liblzw/liblzw-0.3.ebuild
index ffb0f9291ca..2526a247640 100644
--- a/dev-libs/liblzw/liblzw-0.3.ebuild
+++ b/dev-libs/liblzw/liblzw-0.3.ebuild
@@ -10,10 +10,10 @@ SRC_URI="https://github.com/vapier/liblzw/releases/download/v${PV}/${P}.tar.xz"
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~m68k ~s390 ~x86"
-IUSE="static"
+IUSE="static-libs"
 
 src_configure() {
-	econf --disable-werror $(use_enable static)
+	econf --disable-werror $(use_enable static{-libs,})
 }
 
 src_install() {


             reply	other threads:[~2021-02-19  2:07 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-19  2:07 Mike Frysinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10 13:21 [gentoo-commits] repo/gentoo:master commit in: dev-libs/liblzw/ Petr Vaněk
2024-09-10 13:21 Petr Vaněk
2024-06-05  5:27 Joonas Niilola
2024-06-05  5:27 Joonas Niilola
2021-02-15 15:33 Mike Frysinger
2019-09-14 16:30 Tim Harder
2019-09-14  4:14 Mike Frysinger
2019-02-16  6:12 Mikle Kolyada
2019-02-16  6:12 Mikle Kolyada
2019-02-16  6:12 Mikle Kolyada
2019-02-16  6:12 Mikle Kolyada
2019-02-16  6:12 Mikle Kolyada
2019-02-16  6:12 Mikle Kolyada
2019-02-02 19:18 Sergei Trofimovich
2019-02-02 19:09 Sergei Trofimovich
2018-09-30 13:24 Michał Górny
2017-12-21  9:07 Michael Palimaka

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=1613700425.eba7ca231b8c24a4cb9f4ffae3ad4b9497401db8.vapier@gentoo \
    --to=vapier@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