summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-22 10:08:20 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-22 10:22:10 +0200
commiteb88d19b9dadafd4e5ce98b3188008ad457ab7da (patch)
tree8c685767e65a9edc18eb043c24daef696fb6fe69 /sci-libs/libh2oxx
parentsci-libs/libh2oxx: Remove live ebuild for dead software (diff)
downloadgentoo-eb88d19b9dadafd4e5ce98b3188008ad457ab7da.tar.gz
gentoo-eb88d19b9dadafd4e5ce98b3188008ad457ab7da.tar.bz2
gentoo-eb88d19b9dadafd4e5ce98b3188008ad457ab7da.zip
sci-libs/libh2oxx: Remove static-libs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/libh2oxx')
-rw-r--r--sci-libs/libh2oxx/libh2oxx-0.2-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-libs/libh2oxx/libh2oxx-0.2-r1.ebuild b/sci-libs/libh2oxx/libh2oxx-0.2-r1.ebuild
index 7dcb50db90ff..041756e0f45f 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[@]}"