summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-26 00:59:19 +0000
committerSam James <sam@gentoo.org>2022-03-26 01:36:58 +0000
commitc0f525dc844fb4eb5a3843e7f62299fa61bff497 (patch)
treea17a7ee0be553fce6e5ef368f06157b76f9b02b2 /app-i18n
parentdev-libs/libevdev: Version bump to 1.12.1 (diff)
downloadgentoo-c0f525dc844fb4eb5a3843e7f62299fa61bff497.tar.gz
gentoo-c0f525dc844fb4eb5a3843e7f62299fa61bff497.tar.bz2
gentoo-c0f525dc844fb4eb5a3843e7f62299fa61bff497.zip
app-i18n/scim-pinyin: fix invalid configure option
Closes: https://bugs.gentoo.org/829113 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/scim-pinyin/scim-pinyin-0.5.92.ebuild3
1 files changed, 1 insertions, 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)
}