Skip to content

Commit

Permalink
sci-libs/libh2oxx: Remove static-libs
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Sep 22, 2020
1 parent 50fca92 commit eb88d19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sci-libs/libh2oxx/libh2oxx-0.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ 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}"

src_configure() {
local myconf=(
$(use_enable debug)
$(use_enable static-libs static)
)

econf "${myconf[@]}"
Expand Down

0 comments on commit eb88d19

Please sign in to comment.