diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-09 11:28:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-09 11:28:15 +0000 |
commit | 2c15f3a447dfffffe1a42f3d0918f87b4efbe753 (patch) | |
tree | 6d4a88863baf6fb4f806c0c3d7aecf804aa42dc8 /sys-fs/fuse | |
parent | Stable for ppc, wrt bug #457464 (diff) | |
download | gentoo-2-2c15f3a447dfffffe1a42f3d0918f87b4efbe753.tar.gz gentoo-2-2c15f3a447dfffffe1a42f3d0918f87b4efbe753.tar.bz2 gentoo-2-2c15f3a447dfffffe1a42f3d0918f87b4efbe753.zip |
Stable for ppc, wrt bug #460564
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-fs/fuse')
-rw-r--r-- | sys-fs/fuse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/fuse/fuse-2.9.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog index 00b133771628..d28527a735ee 100644 --- a/sys-fs/fuse/ChangeLog +++ b/sys-fs/fuse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/fuse # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.179 2013/03/09 11:04:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.180 2013/03/09 11:28:15 ago Exp $ + + 09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> fuse-2.9.2.ebuild: + Stable for ppc, wrt bug #460564 09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> fuse-2.9.2.ebuild: Stable for ppc64, wrt bug #460564 diff --git a/sys-fs/fuse/fuse-2.9.2.ebuild b/sys-fs/fuse/fuse-2.9.2.ebuild index 2e5cb162aa07..5e5605b4cb36 100644 --- a/sys-fs/fuse/fuse-2.9.2.ebuild +++ b/sys-fs/fuse/fuse-2.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.2.ebuild,v 1.8 2013/03/09 11:04:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.2.ebuild,v 1.9 2013/03/09 11:28:15 ago Exp $ EAPI=5 inherit eutils libtool linux-info udev toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/fuse/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="kernel_linux kernel_FreeBSD static-libs" PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )" |