diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-19 04:50:11 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-19 04:50:11 +0000 |
commit | 3521cfd8db7ea22b798e19726b84ad49629f0a41 (patch) | |
tree | 903ead4023a45bb995daaaaa34176c2ff277f6a7 /sys-fs/nilfs-utils | |
parent | Updated to current stable (required for gdal). Closes bug 285285. (diff) | |
download | historical-3521cfd8db7ea22b798e19726b84ad49629f0a41.tar.gz historical-3521cfd8db7ea22b798e19726b84ad49629f0a41.tar.bz2 historical-3521cfd8db7ea22b798e19726b84ad49629f0a41.zip |
Adding ~arm support. Tested on mv78100.arm.dev.gentoo.org thanks to Marvell.
Package-Manager: portage-2.1.6.13/cvs/Linux armv5tel
Diffstat (limited to 'sys-fs/nilfs-utils')
-rw-r--r-- | sys-fs/nilfs-utils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/nilfs-utils/nilfs-utils-2.0.14.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-fs/nilfs-utils/ChangeLog b/sys-fs/nilfs-utils/ChangeLog index d1ba12cdc383..726a0ef9c40c 100644 --- a/sys-fs/nilfs-utils/ChangeLog +++ b/sys-fs/nilfs-utils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/nilfs-utils # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/ChangeLog,v 1.5 2009/07/25 16:20:47 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/ChangeLog,v 1.6 2009/09/19 04:50:11 robbat2 Exp $ + + 19 Sep 2009; Robin H. Johnson <robbat2@gentoo.org> + nilfs-utils-2.0.14.ebuild: + Adding ~arm support. Tested on mv78100.arm.dev.gentoo.org thanks to + Marvell. 25 Jul 2009; MATSUU Takuto <matsuu@gentoo.org> -nilfs-utils-2.0.12.ebuild, -nilfs-utils-2.0.13.ebuild: diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.0.14.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.0.14.ebuild index b8cd1ac899a8..6519fe507425 100644 --- a/sys-fs/nilfs-utils/nilfs-utils-2.0.14.ebuild +++ b/sys-fs/nilfs-utils/nilfs-utils-2.0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/nilfs-utils-2.0.14.ebuild,v 1.1 2009/07/20 02:09:51 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/nilfs-utils-2.0.14.ebuild,v 1.2 2009/09/19 04:50:11 robbat2 Exp $ inherit autotools @@ -10,7 +10,7 @@ SRC_URI="http://www.nilfs.org/download/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~x86 ~arm" IUSE="" RDEPEND="sys-libs/e2fsprogs-libs" |