diff options
Diffstat (limited to 'app-emulation/qemu-user/qemu-user-1.1.0-r1.ebuild')
-rw-r--r-- | app-emulation/qemu-user/qemu-user-1.1.0-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-emulation/qemu-user/qemu-user-1.1.0-r1.ebuild b/app-emulation/qemu-user/qemu-user-1.1.0-r1.ebuild index 5e46c9d06e43..6bd04835568f 100644 --- a/app-emulation/qemu-user/qemu-user-1.1.0-r1.ebuild +++ b/app-emulation/qemu-user/qemu-user-1.1.0-r1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-1.1.0-r1.ebuild,v 1.1 2012/06/22 13:52:59 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-1.1.0-r1.ebuild,v 1.2 2012/06/25 20:25:45 mr_bones_ Exp $ EAPI=4 - if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="git://git.qemu.org/qemu.git http://git.qemu.org/git/qemu.git" @@ -73,7 +72,6 @@ QA_WX_LOAD=" usr/bin/qemu-static-mipsn32-binfmt " - src_prepare() { cd "${S}" # prevent docs to get automatically installed |