commit: 9e1004cea230d6dbbb686787ccd35ff2419560dd Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Dec 28 11:08:24 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Dec 28 11:08:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1004ce
net-im/vacuum: Properly disable adiummessagestyle Closes: https://bugs.gentoo.org/752096 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild | 1 + net-im/vacuum/vacuum-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild b/net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild index 7da48efb53a..85da7fd6fcb 100644 --- a/net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild +++ b/net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild @@ -88,6 +88,7 @@ src_configure() { -DLANGS="$(l10n_get_locales)" -DINSTALL_DOCS=OFF -DFORCE_BUNDLED_MINIZIP=OFF + -DPLUGIN_adiummessagestyle=OFF -DPLUGIN_statistics=OFF -DPLUGIN_spellchecker=$(usex spell) ) diff --git a/net-im/vacuum/vacuum-9999.ebuild b/net-im/vacuum/vacuum-9999.ebuild index a5e9347a9ba..0e61fe56e22 100644 --- a/net-im/vacuum/vacuum-9999.ebuild +++ b/net-im/vacuum/vacuum-9999.ebuild @@ -80,6 +80,7 @@ src_configure() { -DLANGS="$(l10n_get_locales)" -DINSTALL_DOCS=OFF -DFORCE_BUNDLED_MINIZIP=OFF + -DPLUGIN_adiummessagestyle=OFF -DPLUGIN_statistics=OFF -DPLUGIN_spellchecker=$(usex spell) )
