commit: c0f525dc844fb4eb5a3843e7f62299fa61bff497 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 26 00:59:19 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 26 01:36:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f525dc
app-i18n/scim-pinyin: fix invalid configure option Closes: https://bugs.gentoo.org/829113 Signed-off-by: Sam James <sam <AT> gentoo.org> app-i18n/scim-pinyin/scim-pinyin-0.5.92.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-i18n/scim-pinyin/scim-pinyin-0.5.92.ebuild b/app-i18n/scim-pinyin/scim-pinyin-0.5.92.ebuild index 48730fbcfdc4..574f8d11c874 100644 --- a/app-i18n/scim-pinyin/scim-pinyin-0.5.92.ebuild +++ b/app-i18n/scim-pinyin/scim-pinyin-0.5.92.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,7 +34,6 @@ src_configure() { econf \ --disable-skim-support \ --disable-static \ - --without-arts \ $(use_enable nls) }
