diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-10-15 14:20:34 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-10-15 14:20:34 +0000 |
commit | b2252096914d1c08fd9a794c8454fad662f3e177 (patch) | |
tree | 355041413bd5408d250dd7d015be624158f5afe1 /app-emulation | |
parent | ppc stable wrt #385791 (diff) | |
download | gentoo-2-b2252096914d1c08fd9a794c8454fad662f3e177.tar.gz gentoo-2-b2252096914d1c08fd9a794c8454fad662f3e177.tar.bz2 gentoo-2-b2252096914d1c08fd9a794c8454fad662f3e177.zip |
ppc stable wrt #385791
(Portage version: 2.2.0_alpha63/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-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 7e42a6cb99f0..5629a7865f81 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.35 2011/10/06 19:50:44 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/ChangeLog,v 1.36 2011/10/15 14:20:34 xarthisius Exp $ + + 15 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> fuse-1.0.0.ebuild: + ppc stable wrt #385791 06 Oct 2011; Steve Dibb <beandog@gentoo.org> fuse-1.0.0.ebuild: amd64 stable, bug 385791 diff --git a/app-emulation/fuse/fuse-1.0.0.ebuild b/app-emulation/fuse/fuse-1.0.0.ebuild index 0aad53bcc20b..c0ae5a456f87 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.3 2011/10/06 19:50:44 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/fuse-1.0.0.ebuild,v 1.4 2011/10/15 14:20:34 xarthisius 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 |