commit: 5764186ea78b00fe972b3ba605be3d8b50f7a1bb Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Jan 23 21:27:49 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jan 23 21:27:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5764186e
media-libs/libdmtx: Drop static-libs, no consumers Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-libs/libdmtx/libdmtx-0.7.5.ebuild | 6 +++--- 1 file 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 7d934c51260..10465027d73 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() {
