diff options
author | Markus Meier <maekke@gentoo.org> | 2011-10-15 23:07:33 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-10-15 23:07:33 +0000 |
commit | e9e11773bfa700e4e2211f82bde057e108b74d0e (patch) | |
tree | b6fd756ae3ff0c0f206a463c1f7da78d4397eb7e /app-emulation/fuse | |
parent | arm stable, bug #386061 (diff) | |
download | historical-e9e11773bfa700e4e2211f82bde057e108b74d0e.tar.gz historical-e9e11773bfa700e4e2211f82bde057e108b74d0e.tar.bz2 historical-e9e11773bfa700e4e2211f82bde057e108b74d0e.zip |
x86 stable, bug #385791
Package-Manager: portage-2.1.10.25/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/fuse')
-rw-r--r-- | app-emulation/fuse/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/fuse/fuse-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/fuse/ChangeLog b/app-emulation/fuse/ChangeLog index 5629a7865f81..0ff0cfa3845f 100644 --- a/app-emulation/fuse/ChangeLog +++ b/app-emulation/fuse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/fuse # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/ChangeLog,v 1.36 2011/10/15 14:20:34 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/ChangeLog,v 1.37 2011/10/15 23:07:33 maekke Exp $ + + 15 Oct 2011; Markus Meier <maekke@gentoo.org> fuse-1.0.0.ebuild: + x86 stable, bug #385791 15 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> fuse-1.0.0.ebuild: ppc stable wrt #385791 diff --git a/app-emulation/fuse/fuse-1.0.0.ebuild b/app-emulation/fuse/fuse-1.0.0.ebuild index c0ae5a456f87..24b05215f90b 100644 --- a/app-emulation/fuse/fuse-1.0.0.ebuild +++ b/app-emulation/fuse/fuse-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/fuse-1.0.0.ebuild,v 1.4 2011/10/15 14:20:34 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/fuse-1.0.0.ebuild,v 1.5 2011/10/15 23:07:33 maekke Exp $ EAPI=4 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="alsa ao fbcon gpm gtk joystick memlimit png sdl svga X xml" # This build is heavily use dependent. Fuse user interface use flags are, in |