summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2013-02-16 05:24:07 +0000
committerZac Medico <zmedico@gentoo.org>2013-02-16 05:24:07 +0000
commit7d872d4b9192003b17dc5c5c30cb038d90737b73 (patch)
tree0b7c766ddf5fa4bdb004ad25a832c0d9dd331657 /sys-fs
parentVersion bump. (diff)
downloadgentoo-2-7d872d4b9192003b17dc5c5c30cb038d90737b73.tar.gz
gentoo-2-7d872d4b9192003b17dc5c5c30cb038d90737b73.tar.bz2
gentoo-2-7d872d4b9192003b17dc5c5c30cb038d90737b73.zip
Add ~x86-linux keyword.
(Portage version: 2.2.0_alpha163/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/fuse-exfat/ChangeLog5
-rw-r--r--sys-fs/fuse-exfat/fuse-exfat-1.0.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse-exfat/ChangeLog b/sys-fs/fuse-exfat/ChangeLog
index 6418254187f8..fd0d32d74915 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.11 2013/01/21 15:43:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/ChangeLog,v 1.12 2013/02/16 05:24:07 zmedico Exp $
+
+ 16 Feb 2013; Zac Medico <zmedico@gentoo.org> fuse-exfat-1.0.0.ebuild:
+ Add ~x86-linux keyword.
21 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> fuse-exfat-1.0.0.ebuild:
Fix typing error of fcsk -> fsck by Nikoli.
diff --git a/sys-fs/fuse-exfat/fuse-exfat-1.0.0.ebuild b/sys-fs/fuse-exfat/fuse-exfat-1.0.0.ebuild
index 9320b55d03fd..b018ce36958e 100644
--- a/sys-fs/fuse-exfat/fuse-exfat-1.0.0.ebuild
+++ b/sys-fs/fuse-exfat/fuse-exfat-1.0.0.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.0.ebuild,v 1.2 2013/01/21 15:43:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/fuse-exfat-1.0.0.ebuild,v 1.3 2013/02/16 05:24:07 zmedico 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"
+KEYWORDS="~arm ~amd64 ~x86 ~x86-linux"
IUSE=""
RDEPEND="sys-fs/fuse"