diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 18:13:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 18:13:34 +0000 |
commit | 17381e50852114176dfb23c93ffab3130036e518 (patch) | |
tree | 3a3801352b9204044e533a6d7d4b2128f02d981e /sys-fs/fuse | |
parent | Stable for ppc, wrt bug #494346 (diff) | |
download | gentoo-2-17381e50852114176dfb23c93ffab3130036e518.tar.gz gentoo-2-17381e50852114176dfb23c93ffab3130036e518.tar.bz2 gentoo-2-17381e50852114176dfb23c93ffab3130036e518.zip |
Stable for ppc, wrt bug #489102
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", 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.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog index 81d5a67371ee..2b703f4cc651 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.192 2013/12/08 11:00:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.193 2013/12/21 18:13:34 ago Exp $ + + 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> fuse-2.9.3.ebuild: + Stable for ppc, wrt bug #489102 08 Dec 2013; Pacho Ramos <pacho@gentoo.org> fuse-2.9.3.ebuild: x86 stable, bug #489102 diff --git a/sys-fs/fuse/fuse-2.9.3.ebuild b/sys-fs/fuse/fuse-2.9.3.ebuild index d16865113f07..4e5891165e97 100644 --- a/sys-fs/fuse/fuse-2.9.3.ebuild +++ b/sys-fs/fuse/fuse-2.9.3.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.3.ebuild,v 1.6 2013/12/08 11:00:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.3.ebuild,v 1.7 2013/12/21 18:13:34 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 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="examples kernel_linux kernel_FreeBSD static-libs" PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )" |