summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-07-04 15:32:05 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-07-04 15:32:05 +0000
commit6b5bd90e48d2a72b08a8f5130d27d3c4ec604761 (patch)
treec9385eaf1d2afe5e649fb51fb3bdc8f75c8413f9 /sys-fs
parentamd64/x86 stable (diff)
downloadgentoo-2-6b5bd90e48d2a72b08a8f5130d27d3c4ec604761.tar.gz
gentoo-2-6b5bd90e48d2a72b08a8f5130d27d3c4ec604761.tar.bz2
gentoo-2-6b5bd90e48d2a72b08a8f5130d27d3c4ec604761.zip
amd64/x86 stable
(Portage version: 2.2.0_alpha184/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/fuse-exfat/ChangeLog5
-rw-r--r--sys-fs/fuse-exfat/fuse-exfat-1.0.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse-exfat/ChangeLog b/sys-fs/fuse-exfat/ChangeLog
index 5f0239373a9e..5bbb04b01029 100644
--- a/sys-fs/fuse-exfat/ChangeLog
+++ b/sys-fs/fuse-exfat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/fuse-exfat
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/ChangeLog,v 1.15 2013/02/21 04:08:10 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/ChangeLog,v 1.16 2013/07/04 15:32:05 ssuominen Exp $
+
+ 04 Jul 2013; Samuli Suominen <ssuominen@gentoo.org> fuse-exfat-1.0.1.ebuild:
+ amd64/x86 stable
21 Feb 2013; Zac Medico <zmedico@gentoo.org> fuse-exfat-1.0.1.ebuild:
Add ~arm-linux keyword.
diff --git a/sys-fs/fuse-exfat/fuse-exfat-1.0.1.ebuild b/sys-fs/fuse-exfat/fuse-exfat-1.0.1.ebuild
index 1ebe25a78619..c6ac17b6b707 100644
--- a/sys-fs/fuse-exfat/fuse-exfat-1.0.1.ebuild
+++ b/sys-fs/fuse-exfat/fuse-exfat-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/fuse-exfat-1.0.1.ebuild,v 1.2 2013/02/21 04:08:10 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/fuse-exfat-1.0.1.ebuild,v 1.3 2013/07/04 15:32:05 ssuominen Exp $
EAPI=5
inherit scons-utils toolchain-funcs #udev
@@ -11,7 +11,7 @@ SRC_URI="http://exfat.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~arm ~amd64 ~x86 ~arm-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~arm-linux ~x86-linux"
IUSE=""
RDEPEND="sys-fs/fuse"