diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2013-01-14 22:36:26 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2013-01-14 22:36:26 +0000 |
commit | 156bde2e5e1722c7d5faa2e455b5bf677f740da0 (patch) | |
tree | 325c7b45822a372fe5d6afd29ebf805687b3e1eb /app-emulation/qemu/qemu-9999.ebuild | |
parent | Only install the firmware components if we're building a target that uses the... (diff) | |
download | gentoo-2-156bde2e5e1722c7d5faa2e455b5bf677f740da0.tar.gz gentoo-2-156bde2e5e1722c7d5faa2e455b5bf677f740da0.tar.bz2 gentoo-2-156bde2e5e1722c7d5faa2e455b5bf677f740da0.zip |
Only tell x86 and amd64 users about the qemu-kvm symlink since it only applies to them.
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-emulation/qemu/qemu-9999.ebuild')
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 76d246ab8f39..8f76cb2fd7fb 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.42 2013/01/14 22:24:07 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.43 2013/01/14 22:36:26 cardoe Exp $ EAPI="4" @@ -326,7 +326,7 @@ src_install() { ewarn "The deprecated '/usr/bin/kvm' symlink is no longer installed" ewarn "You should use '/usr/bin/qemu-kvm', you may need to edit" ewarn "your libvirt configs or other wrappers for ${PN}" - else + elif use x86 || use amd64; then elog "You disabled QEMU_SOFTMMU_TARGETS=x86_64, this disables install" elog "of the /usr/bin/qemu-kvm symlink." fi |