diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-06-21 06:47:22 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-06-21 06:47:22 +0000 |
commit | 43cb436752b9b4c9fcd2c2c08afe12b93555676b (patch) | |
tree | 0d4f74b169726b70bb624ca153fed8678558ddc7 /sys-fs | |
parent | Cleanup, bug#546760, bug#548636 (diff) | |
download | gentoo-2-43cb436752b9b4c9fcd2c2c08afe12b93555676b.tar.gz gentoo-2-43cb436752b9b4c9fcd2c2c08afe12b93555676b.tar.bz2 gentoo-2-43cb436752b9b4c9fcd2c2c08afe12b93555676b.zip |
Stable for PPC64 (bug #550152).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-fs')
-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 572cb3b49958..b1ee96477c6f 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.205 2015/06/20 18:49:19 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.206 2015/06/21 06:47:22 jer Exp $ + + 21 Jun 2015; Jeroen Roovers <jer@gentoo.org> fuse-2.9.4.ebuild: + Stable for PPC64 (bug #550152). 20 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> fuse-2.9.4.ebuild: x86 stable wrt bug #550152 diff --git a/sys-fs/fuse/fuse-2.9.4.ebuild b/sys-fs/fuse/fuse-2.9.4.ebuild index 20a18dfe6268..ca8e78973a5b 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.4 2015/06/20 18:49:19 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.4.ebuild,v 1.5 2015/06/21 06:47:22 jer 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 )" |