diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-21 04:08:10 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-21 04:08:10 +0000 |
commit | 3213c12ad3149a03697be36a153e961325e4ddf4 (patch) | |
tree | 7baa970e589990f8b27098063b579e5739fd4d4a /sys-fs | |
parent | Bump (diff) | |
download | gentoo-2-3213c12ad3149a03697be36a153e961325e4ddf4.tar.gz gentoo-2-3213c12ad3149a03697be36a153e961325e4ddf4.tar.bz2 gentoo-2-3213c12ad3149a03697be36a153e961325e4ddf4.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/fuse-exfat/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/fuse-exfat/fuse-exfat-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse-exfat/ChangeLog b/sys-fs/fuse-exfat/ChangeLog index 7b03b6df46a4..5f0239373a9e 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.14 2013/02/16 05:54:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/ChangeLog,v 1.15 2013/02/21 04:08:10 zmedico Exp $ + + 21 Feb 2013; Zac Medico <zmedico@gentoo.org> fuse-exfat-1.0.1.ebuild: + Add ~arm-linux keyword. 16 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> -fuse-exfat-0.9.8-r1.ebuild, -files/fuse-exfat-0.9.8-build-vars.patch, 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 0363f12ffeea..1ebe25a78619 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.1 2013/02/16 05:52:10 ssuominen Exp $ +# $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 $ 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 ~x86-linux" +KEYWORDS="~arm ~amd64 ~x86 ~arm-linux ~x86-linux" IUSE="" RDEPEND="sys-fs/fuse" |