summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-23 22:27:49 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-23 22:27:49 +0100
commit5764186ea78b00fe972b3ba605be3d8b50f7a1bb (patch)
tree6190467a2e6cbf4265be3a67689138ba60476acf /media-libs/libdmtx/libdmtx-0.7.5.ebuild
parentmedia-libs/gavl: EAPI-7++, autotools-multilib-- (diff)
downloadgentoo-5764186ea78b00fe972b3ba605be3d8b50f7a1bb.tar.gz
gentoo-5764186ea78b00fe972b3ba605be3d8b50f7a1bb.tar.bz2
gentoo-5764186ea78b00fe972b3ba605be3d8b50f7a1bb.zip
media-libs/libdmtx: Drop static-libs, no consumers
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/libdmtx/libdmtx-0.7.5.ebuild')
-rw-r--r--media-libs/libdmtx/libdmtx-0.7.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/libdmtx/libdmtx-0.7.5.ebuild b/media-libs/libdmtx/libdmtx-0.7.5.ebuild
index 7d934c512600..10465027d737 100644
--- a/media-libs/libdmtx/libdmtx-0.7.5.ebuild
+++ b/media-libs/libdmtx/libdmtx-0.7.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/dmtx/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="static-libs"
+IUSE=""
src_prepare() {
#bug 663346
@@ -24,7 +24,7 @@ src_prepare() {
src_configure() {
econf \
- $(use_enable static-libs static)
+ --disable-static
}
src_install() {