diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-22 10:08:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-22 10:22:12 +0200 |
commit | 413a641b4bf2af7d87611d34a58ef3edbbc5c078 (patch) | |
tree | f1221aa9c3c7b7b9c58b84c49d1f19c636e954ce /sci-libs | |
parent | sci-libs/libh2o: Remove live ebuild for dead software (diff) | |
download | gentoo-413a641b4bf2af7d87611d34a58ef3edbbc5c078.tar.gz gentoo-413a641b4bf2af7d87611d34a58ef3edbbc5c078.tar.bz2 gentoo-413a641b4bf2af7d87611d34a58ef3edbbc5c078.zip |
sci-libs/libh2o: Remove static-libs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libh2o/libh2o-0.2.1-r1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sci-libs/libh2o/libh2o-0.2.1-r1.ebuild b/sci-libs/libh2o/libh2o-0.2.1-r1.ebuild index a0f2cde582cf..9ef03933234f 100644 --- a/sci-libs/libh2o/libh2o-0.2.1-r1.ebuild +++ b/sci-libs/libh2o/libh2o-0.2.1-r1.ebuild @@ -18,7 +18,6 @@ BDEPEND="virtual/pkgconfig" src_configure() { local myconf=( $(use_enable debug) - $(use_enable static-libs static) ) econf "${myconf[@]}" |