diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-12-15 20:02:57 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-12-15 20:02:57 +0000 |
commit | 27d4fb7ecee0ca382d4ba380e960add81054f09a (patch) | |
tree | 283ea9ea0226a62edda7015ee49dbaaaee51b7c4 /sys-fs | |
parent | Fix the ebuild to actually install something. (diff) | |
download | gentoo-2-27d4fb7ecee0ca382d4ba380e960add81054f09a.tar.gz gentoo-2-27d4fb7ecee0ca382d4ba380e960add81054f09a.tar.bz2 gentoo-2-27d4fb7ecee0ca382d4ba380e960add81054f09a.zip |
Stable for HPPA (bug #532612).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/sshfs-fuse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/sshfs-fuse/ChangeLog b/sys-fs/sshfs-fuse/ChangeLog index 6ce9a29f4770..0f0acb7a5684 100644 --- a/sys-fs/sshfs-fuse/ChangeLog +++ b/sys-fs/sshfs-fuse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/sshfs-fuse # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.71 2014/08/10 20:20:23 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/ChangeLog,v 1.72 2014/12/15 20:02:57 jer Exp $ + + 15 Dec 2014; Jeroen Roovers <jer@gentoo.org> sshfs-fuse-2.5.ebuild: + Stable for HPPA (bug #532612). 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> sshfs-fuse-2.4.ebuild, sshfs-fuse-2.5.ebuild: diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild index 82e0ac7cb686..070787564774 100644 --- a/sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild +++ b/sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild,v 1.2 2014/08/10 20:20:23 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild,v 1.3 2014/12/15 20:02:57 jer Exp $ EAPI="4" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz" HOMEPAGE="http://fuse.sourceforge.net/sshfs.html" LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" SLOT="0" IUSE="" |