diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-18 08:37:16 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-18 08:37:16 +0000 |
commit | d75db2581a8c60b5557316a94b700443d3b26387 (patch) | |
tree | 5732f28d099112f6a1dbb9df567821f4a4db9436 | |
parent | Version bump to 10.0.41499 and drop 10.0.36281. Resolves bug #544222 and #54... (diff) | |
download | gentoo-2-d75db2581a8c60b5557316a94b700443d3b26387.tar.gz gentoo-2-d75db2581a8c60b5557316a94b700443d3b26387.tar.bz2 gentoo-2-d75db2581a8c60b5557316a94b700443d3b26387.zip |
Stable for amd64, wrt bug #550152
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
-rw-r--r-- | sys-fs/fuse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/fuse/fuse-2.9.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog index d5294ecb1301..81a6b00dfecd 100644 --- a/sys-fs/fuse/ChangeLog +++ b/sys-fs/fuse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/fuse # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.202 2015/06/18 04:17:14 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.203 2015/06/18 08:37:16 ago Exp $ + + 18 Jun 2015; Agostino Sarubbo <ago@gentoo.org> fuse-2.9.4.ebuild: + Stable for amd64, wrt bug #550152 *fuse-2.9.4 (18 Jun 2015) diff --git a/sys-fs/fuse/fuse-2.9.4.ebuild b/sys-fs/fuse/fuse-2.9.4.ebuild index a73e8a636885..5287d8053f8a 100644 --- a/sys-fs/fuse/fuse-2.9.4.ebuild +++ b/sys-fs/fuse/fuse-2.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.4.ebuild,v 1.1 2015/06/18 04:17:14 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.4.ebuild,v 1.2 2015/06/18 08:37:16 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 ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~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 )" |