diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-13 20:53:34 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-13 20:54:52 +0100 |
commit | c9b2da62b84e429ce8d7212a67277daba3d83b5d (patch) | |
tree | 3b6a8a5eb3913fed965ac3bd3c59e55aedf1610c /net-print | |
parent | app-misc/mc: stable 4.8.20-r1 for sparc, bug #644450 (diff) | |
download | gentoo-c9b2da62b84e429ce8d7212a67277daba3d83b5d.tar.gz gentoo-c9b2da62b84e429ce8d7212a67277daba3d83b5d.tar.bz2 gentoo-c9b2da62b84e429ce8d7212a67277daba3d83b5d.zip |
net-print/kyocera-1x2x-mfp-driver: [QA] IUSE default for +l10n_en.
Otherwise REQUIRED_USE will fail with default (empty) L10N.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/kyocera-1x2x-mfp-driver/kyocera-1x2x-mfp-driver-1.1203-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-print/kyocera-1x2x-mfp-driver/kyocera-1x2x-mfp-driver-1.1203-r1.ebuild b/net-print/kyocera-1x2x-mfp-driver/kyocera-1x2x-mfp-driver-1.1203-r1.ebuild index a235beae8bdc..a575ee6097e4 100644 --- a/net-print/kyocera-1x2x-mfp-driver/kyocera-1x2x-mfp-driver-1.1203-r1.ebuild +++ b/net-print/kyocera-1x2x-mfp-driver/kyocera-1x2x-mfp-driver-1.1203-r1.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=6 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="-* ~amd64" IUSE_L10N=(en ar cs de el es fr he hu it ko pl pt ro ru th tr vi zh-CN zh-TW) -IUSE="+rastertokpsl-fix ${IUSE_L10N[@]/#/l10n_}" +IUSE="+rastertokpsl-fix +${IUSE_L10N[@]/#/l10n_}" REQUIRED_USE="|| ( ${IUSE_L10N[@]/#/l10n_} )" RDEPEND="net-print/cups" |