diff options
author | 2009-03-12 11:53:40 +0000 | |
---|---|---|
committer | 2009-03-12 11:53:40 +0000 | |
commit | 200e1717573bb424ea4fa5454188de46ee658505 (patch) | |
tree | c006e82fa59c58881df6dd2fc257a264db5165d7 /app-emulation/qemu-user | |
parent | Add missing kdepimlibs dep. (diff) | |
download | historical-200e1717573bb424ea4fa5454188de46ee658505.tar.gz historical-200e1717573bb424ea4fa5454188de46ee658505.tar.bz2 historical-200e1717573bb424ea4fa5454188de46ee658505.zip |
Remove binchecks restriction (package installs binaries!).
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/qemu-user')
-rw-r--r-- | app-emulation/qemu-user/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/qemu-user/qemu-user-0.10.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/qemu-user/ChangeLog b/app-emulation/qemu-user/ChangeLog index 13ed46c17aa0..4ccac39874b8 100644 --- a/app-emulation/qemu-user/ChangeLog +++ b/app-emulation/qemu-user/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/qemu-user # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.34 2009/03/10 16:39:27 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.35 2009/03/12 11:50:17 flameeyes Exp $ + + 12 Mar 2009; Diego E. Pettenò <flameeyes@gentoo.org> + qemu-user-0.10.0.ebuild: + Remove binchecks restriction (package installs binaries!). 10 Mar 2009; Luca Barbato <lu_zero@gentoo.org> qemu-user-0.10.0.ebuild: Fix leftover from kvm ebuild import diff --git a/app-emulation/qemu-user/qemu-user-0.10.0.ebuild b/app-emulation/qemu-user/qemu-user-0.10.0.ebuild index 75ec0a7eb8f2..df6a5eeffc44 100644 --- a/app-emulation/qemu-user/qemu-user-0.10.0.ebuild +++ b/app-emulation/qemu-user/qemu-user-0.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-0.10.0.ebuild,v 1.3 2009/03/10 16:39:27 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-0.10.0.ebuild,v 1.4 2009/03/12 11:50:17 flameeyes Exp $ inherit eutils flag-o-matic @@ -16,7 +16,7 @@ LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~ppc64" IUSE="" -RESTRICT="strip test binchecks" +RESTRICT="strip test" DEPEND="app-text/texi2html !<=app-emulation/qemu-0.7.0" |