summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-04-12 09:13:26 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-04-12 09:13:26 +0000
commiteb8c531568a142faa37c6c7698cb8e9a027d009c (patch)
tree291ee6d3994f2a1c9901ee270365029e9243f6c1 /sys-fs/fuse
parentRevision bump in slot 2. Add upstream patch to fix crash with filezilla wrt b... (diff)
downloadgentoo-2-eb8c531568a142faa37c6c7698cb8e9a027d009c.tar.gz
gentoo-2-eb8c531568a142faa37c6c7698cb8e9a027d009c.tar.bz2
gentoo-2-eb8c531568a142faa37c6c7698cb8e9a027d009c.zip
Add ~amd64-linux keyword
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/fuse')
-rw-r--r--sys-fs/fuse/ChangeLog5
-rw-r--r--sys-fs/fuse/fuse-2.8.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog
index 7bdba59ab549..a39ad679b1d3 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.156 2012/02/17 08:58:04 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.157 2012/04/12 09:13:26 xarthisius Exp $
+
+ 12 Apr 2012; Kacper Kowalik <xarthisius@gentoo.org> fuse-2.8.7.ebuild:
+ Add ~amd64-linux keyword
17 Feb 2012; Tim Harder <radhermit@gentoo.org> -fuse-2.8.5.ebuild,
-files/fuse-2.8.5-double-version.patch:
diff --git a/sys-fs/fuse/fuse-2.8.7.ebuild b/sys-fs/fuse/fuse-2.8.7.ebuild
index d2201f560f4f..1667949cfced 100644
--- a/sys-fs/fuse/fuse-2.8.7.ebuild
+++ b/sys-fs/fuse/fuse-2.8.7.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.8.7.ebuild,v 1.1 2012/02/07 07:26:39 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.8.7.ebuild,v 1.2 2012/04/12 09:13:26 xarthisius Exp $
EAPI=4
inherit libtool linux-info
@@ -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 ~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 )"