diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 21:16:43 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 23:00:36 +0100 |
commit | 091111c28298082b66d2387ff58c92ff1915331f (patch) | |
tree | fc10d781f90c6200124d9488690ddb32c678018c /app-admin/system-config-printer | |
parent | x86/package.use.mask: app-editors/neovim[remote] (diff) | |
download | gentoo-091111c28298082b66d2387ff58c92ff1915331f.tar.gz gentoo-091111c28298082b66d2387ff58c92ff1915331f.tar.bz2 gentoo-091111c28298082b66d2387ff58c92ff1915331f.zip |
app-admin/system-config-printer: Remove linguas_* from IUSE.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-admin/system-config-printer')
-rw-r--r-- | app-admin/system-config-printer/system-config-printer-1.4.8.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/app-admin/system-config-printer/system-config-printer-1.4.8.ebuild b/app-admin/system-config-printer/system-config-printer-1.4.8.ebuild index 5ed82d665477..4dc7fcecc7ff 100644 --- a/app-admin/system-config-printer/system-config-printer-1.4.8.ebuild +++ b/app-admin/system-config-printer/system-config-printer-1.4.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -58,13 +58,6 @@ DEPEND="${RDEPEND} doc? ( dev-python/epydoc[${PYTHON_USEDEP}] ) " -APP_LINGUAS="ar as bg bn_IN bn br bs ca cs cy da de el en_GB es et fa fi fr gu -he hi hr hu hy id is it ja ka kn ko lo lv mai mk ml mr ms nb nl nn or pa pl -pt_BR pt ro ru si sk sl sr@latin sr sv ta te th tr uk vi zh_CN zh_TW" -for X in ${APP_LINGUAS}; do - IUSE="${IUSE} linguas_${X}" -done - # Bug 471472 MAKEOPTS+=" -j1" |