diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2008-10-12 16:51:37 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2008-10-12 16:51:37 +0000 |
commit | c51c3c54dc4a05a8927fee60b01471930de55734 (patch) | |
tree | 5b783f1cf53e80bdae8e0eb4698773542c28f683 /app-emulation/qemulator | |
parent | bump (diff) | |
download | gentoo-2-c51c3c54dc4a05a8927fee60b01471930de55734.tar.gz gentoo-2-c51c3c54dc4a05a8927fee60b01471930de55734.tar.bz2 gentoo-2-c51c3c54dc4a05a8927fee60b01471930de55734.zip |
minor dep fixes
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'app-emulation/qemulator')
-rw-r--r-- | app-emulation/qemulator/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/qemulator/qemulator-0.5.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-emulation/qemulator/ChangeLog b/app-emulation/qemulator/ChangeLog index e64a7dd6e438..4a065c4955e0 100644 --- a/app-emulation/qemulator/ChangeLog +++ b/app-emulation/qemulator/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/qemulator -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemulator/ChangeLog,v 1.1 2007/09/25 21:24:58 swegener Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemulator/ChangeLog,v 1.2 2008/10/12 16:51:37 lu_zero Exp $ + + 12 Oct 2008; Luca Barbato <lu_zero@gentoo.org> qemulator-0.5.ebuild: + fix dep and minor retouches 25 Sep 2007; Sven Wegener <swegener@gentoo.org> ChangeLog: Add missing ChangeLog. diff --git a/app-emulation/qemulator/qemulator-0.5.ebuild b/app-emulation/qemulator/qemulator-0.5.ebuild index 92b14aef9a54..d44f55f03188 100644 --- a/app-emulation/qemulator/qemulator-0.5.ebuild +++ b/app-emulation/qemulator/qemulator-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemulator/qemulator-0.5.ebuild,v 1.1 2007/09/18 08:14:31 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemulator/qemulator-0.5.ebuild,v 1.2 2008/10/12 16:51:37 lu_zero Exp $ inherit eutils python @@ -18,11 +18,11 @@ IUSE="" DEPEND="" RDEPEND=">=dev-python/pygtk-2.8.6 - >=app-emulation/qemu-0.8.1" + >=app-emulation/qemu-softmmu-0.8.1" S=${WORKDIR}/${MY_P} -src_unpack(){ +src_unpack() { unpack ${A} cd ${S} #for good directory |