Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 447226 - app-emulation/qemu - "use python &" -> "use python &&"
Summary: app-emulation/qemu - "use python &" -> "use python &&"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-14 12:23 UTC by Alexander Tsoy
Modified: 2013-01-12 03:39 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Tsoy 2012-12-14 12:23:28 UTC
There is a typo in all qemu ebuilds. Reported by Alphat-PC in bug 447116
Should be "use python && ..."

$ grep 'use python & ' /usr/portage/app-emulation/qemu/*.ebuild
/usr/portage/app-emulation/qemu/qemu-1.1.1-r1.ebuild:	use python & dobin scripts/kvm/kvm_stat
/usr/portage/app-emulation/qemu/qemu-1.1.2-r1.ebuild:	use python & dobin scripts/kvm/kvm_stat
/usr/portage/app-emulation/qemu/qemu-1.1.2-r2.ebuild:	use python & dobin scripts/kvm/kvm_stat
/usr/portage/app-emulation/qemu/qemu-1.1.2-r3.ebuild:	use python & dobin scripts/kvm/kvm_stat
/usr/portage/app-emulation/qemu/qemu-1.2.0.ebuild:	use python & dobin scripts/kvm/kvm_stat
/usr/portage/app-emulation/qemu/qemu-1.2.1.ebuild:	use python & dobin scripts/kvm/kvm_stat
/usr/portage/app-emulation/qemu/qemu-9999.ebuild:	use python & dobin scripts/kvm/kvm_stat

Reproducible: Always
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2013-01-12 03:39:00 UTC
This is fixed in the tree already.