mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-print/dymo-cups-drivers: QA fix USE underscore
Fixes: https://bugs.gentoo.org/695130 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P}.5"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="test usb_modeswitch"
|
||||
IUSE="test usb-modeswitch"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86"
|
||||
RDEPEND=">=net-print/cups-2.3.0"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( dev-util/cppunit )
|
||||
usb_modeswitch? ( sys-apps/usb_modeswitch )"
|
||||
usb-modeswitch? ( sys-apps/usb_modeswitch )"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-1.2.0-cxxflags.patch
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
<description>Occasional access to Dymo LabelWriter 450 Turbo</description>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="usb_modeswitch">Include usb_modeswitch for some hardware (bug #601242)</flag>
|
||||
<flag name="usb-modeswitch">Include usb_modeswitch for some hardware (bug #601242)</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user