commit: f5659edf6d98011a6a6cb7409f0ce2405b610688 Author: Dale Showers <gentoo <AT> fictx <DOT> com> AuthorDate: Mon Apr 1 20:21:56 2024 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Mon Apr 1 20:21:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5659edf
net-voip/re: Added static-libs use flag Signed-off-by: Dale Showers <gentoo <AT> fictx.com> net-voip/re/re-3.10.0.ebuild | 11 ++++++++++- net-voip/re/re-3.7.0.ebuild | 11 ++++++++++- net-voip/re/re-3.8.0.ebuild | 11 ++++++++++- net-voip/re/re-3.9.0.ebuild | 11 ++++++++++- 4 files changed, 40 insertions(+), 4 deletions(-) diff --git a/net-voip/re/re-3.10.0.ebuild b/net-voip/re/re-3.10.0.ebuild index dd6abc01ce..67c2e68cf0 100644 --- a/net-voip/re/re-3.10.0.ebuild +++ b/net-voip/re/re-3.10.0.ebuild @@ -11,4 +11,13 @@ SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="~amd64" + +IUSE="static-libs" + +src_configure() { + local mycmakeargs=( + -DLIBRE_BUILD_STATIC=$(usex static-libs ON OFF) + ) + cmake_src_configure +} diff --git a/net-voip/re/re-3.7.0.ebuild b/net-voip/re/re-3.7.0.ebuild index dd6abc01ce..67c2e68cf0 100644 --- a/net-voip/re/re-3.7.0.ebuild +++ b/net-voip/re/re-3.7.0.ebuild @@ -11,4 +11,13 @@ SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="~amd64" + +IUSE="static-libs" + +src_configure() { + local mycmakeargs=( + -DLIBRE_BUILD_STATIC=$(usex static-libs ON OFF) + ) + cmake_src_configure +} diff --git a/net-voip/re/re-3.8.0.ebuild b/net-voip/re/re-3.8.0.ebuild index dd6abc01ce..67c2e68cf0 100644 --- a/net-voip/re/re-3.8.0.ebuild +++ b/net-voip/re/re-3.8.0.ebuild @@ -11,4 +11,13 @@ SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="~amd64" + +IUSE="static-libs" + +src_configure() { + local mycmakeargs=( + -DLIBRE_BUILD_STATIC=$(usex static-libs ON OFF) + ) + cmake_src_configure +} diff --git a/net-voip/re/re-3.9.0.ebuild b/net-voip/re/re-3.9.0.ebuild index dd6abc01ce..67c2e68cf0 100644 --- a/net-voip/re/re-3.9.0.ebuild +++ b/net-voip/re/re-3.9.0.ebuild @@ -11,4 +11,13 @@ SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="~amd64" + +IUSE="static-libs" + +src_configure() { + local mycmakeargs=( + -DLIBRE_BUILD_STATIC=$(usex static-libs ON OFF) + ) + cmake_src_configure +}
