commit:     eb88d19b9dadafd4e5ce98b3188008ad457ab7da
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 08:08:20 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 08:22:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb88d19b

sci-libs/libh2oxx: Remove static-libs

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-libs/libh2oxx/libh2oxx-0.2-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sci-libs/libh2oxx/libh2oxx-0.2-r1.ebuild 
b/sci-libs/libh2oxx/libh2oxx-0.2-r1.ebuild
index 7dcb50db90f..041756e0f45 100644
--- a/sci-libs/libh2oxx/libh2oxx-0.2-r1.ebuild
+++ b/sci-libs/libh2oxx/libh2oxx-0.2-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/mgorny/libh2oxx/releases/download/${P}/${P}.tar.bz2";
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug static-libs"
+IUSE="debug"
 
 RDEPEND=">=sci-libs/libh2o-0.2:0="
 DEPEND="${RDEPEND}"
@@ -18,7 +18,6 @@ DEPEND="${RDEPEND}"
 src_configure() {
        local myconf=(
                $(use_enable debug)
-               $(use_enable static-libs static)
        )
 
        econf "${myconf[@]}"

Reply via email to