diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-10-12 17:39:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-10-12 17:39:39 +0000 |
commit | 6081ea28b3bdb773920dbaa0c6282ea38dae5e50 (patch) | |
tree | c63b77457e9770869d32e7ada574c3f8359e0c0d | |
parent | Fix paths in xtoys script wrt bug #404899 (diff) | |
download | gentoo-2-6081ea28b3bdb773920dbaa0c6282ea38dae5e50.tar.gz gentoo-2-6081ea28b3bdb773920dbaa0c6282ea38dae5e50.tar.bz2 gentoo-2-6081ea28b3bdb773920dbaa0c6282ea38dae5e50.zip |
Stable for amd64, wrt bug #437568
(Portage version: 2.1.11.9/cvs/Linux x86_64)
-rw-r--r-- | sys-fs/fuse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/fuse/fuse-2.9.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog index 95bb57112b9e..a00bb162acd6 100644 --- a/sys-fs/fuse/ChangeLog +++ b/sys-fs/fuse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/fuse # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.164 2012/10/11 08:19:00 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.165 2012/10/12 17:39:39 ago Exp $ + + 12 Oct 2012; Agostino Sarubbo <ago@gentoo.org> fuse-2.9.1-r1.ebuild: + Stable for amd64, wrt bug #437568 11 Oct 2012; Anthony G. Basile <blueness@gentoo.org> fuse-2.9.1-r1.ebuild: stable ppc64, bug #437568 diff --git a/sys-fs/fuse/fuse-2.9.1-r1.ebuild b/sys-fs/fuse/fuse-2.9.1-r1.ebuild index 61ce003706cf..9bff4f24bc43 100644 --- a/sys-fs/fuse/fuse-2.9.1-r1.ebuild +++ b/sys-fs/fuse/fuse-2.9.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.1-r1.ebuild,v 1.3 2012/10/11 08:19:00 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.1-r1.ebuild,v 1.4 2012/10/12 17:39:39 ago Exp $ EAPI=4 inherit eutils libtool linux-info 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 ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="kernel_linux kernel_FreeBSD static-libs" PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )" |