diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-05-30 01:37:31 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-05-30 01:37:31 +0000 |
commit | 98e10b36598f7d351d5412f1d8550e93901d59a5 (patch) | |
tree | fff8d2d0d85d8224d0aa0e6c2d70a1bffffe8910 /app-emulation/fuse | |
parent | Forgot ChangeLog entry. Manually edit and fix. (diff) | |
download | gentoo-2-98e10b36598f7d351d5412f1d8550e93901d59a5.tar.gz gentoo-2-98e10b36598f7d351d5412f1d8550e93901d59a5.tar.bz2 gentoo-2-98e10b36598f7d351d5412f1d8550e93901d59a5.zip |
changed ebuild to explicitly require libspectrum-0.2.2*. Thanks to Jouni Rinne for reporting in bug #222335
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-emulation/fuse')
-rw-r--r-- | app-emulation/fuse/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/fuse/fuse-0.7.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/fuse/ChangeLog b/app-emulation/fuse/ChangeLog index b97776d2db72..f168b632351b 100644 --- a/app-emulation/fuse/ChangeLog +++ b/app-emulation/fuse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/fuse -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/ChangeLog,v 1.21 2008/05/30 01:26:13 darkside Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/ChangeLog,v 1.22 2008/05/30 01:37:31 darkside Exp $ + + 30 May 2008; Jeremy Olexa <darkside@gentoo.org> fuse-0.7.0.ebuild: + changed ebuild to explicitly require libspectrum-0.2.2*. Thanks to Jouni + Rinne for reporting in bug #222335 29 May 2008; Jeremy Olexa <darkside@gentoo.org>; +fuse-0.9.0.ebuild: version bump app-emulation/fuse to 0.9.0. Thanks to José Manuel Ferrer Ortiz diff --git a/app-emulation/fuse/fuse-0.7.0.ebuild b/app-emulation/fuse/fuse-0.7.0.ebuild index b2b41bfa4dab..b9e6f10008e6 100644 --- a/app-emulation/fuse/fuse-0.7.0.ebuild +++ b/app-emulation/fuse/fuse-0.7.0.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/fuse/fuse-0.7.0.ebuild,v 1.9 2007/07/22 10:18:28 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/fuse-0.7.0.ebuild,v 1.10 2008/05/30 01:37:31 darkside Exp $ inherit eutils @@ -19,7 +19,7 @@ IUSE="gtk sdl svga fbcon libdsk xml png" RDEPEND="dev-lang/perl xml? ( dev-libs/libxml2 ) png? ( media-libs/libpng ) - >=app-emulation/libspectrum-0.2.2 + ~app-emulation/libspectrum-0.2.2 || ( gtk? ( >=x11-libs/gtk+-2 ) sdl? ( media-libs/libsdl ) |