diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-19 04:40:02 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-19 04:40:02 +0000 |
commit | 43fd3b2a16c183e850c932fc088ef052443231c5 (patch) | |
tree | 845e5f6a000e775402e7cf42c764301359675de6 /sys-fs/inotify-tools | |
parent | Adding ~arm support. Tested on mv78100.arm.dev.gentoo.org thanks to Marvell. (diff) | |
download | gentoo-2-43fd3b2a16c183e850c932fc088ef052443231c5.tar.gz gentoo-2-43fd3b2a16c183e850c932fc088ef052443231c5.tar.bz2 gentoo-2-43fd3b2a16c183e850c932fc088ef052443231c5.zip |
Adding ~arm support. Tested on mv78100.arm.dev.gentoo.org thanks to Marvell.
(Portage version: 2.1.6.13/cvs/Linux armv5tel)
Diffstat (limited to 'sys-fs/inotify-tools')
-rw-r--r-- | sys-fs/inotify-tools/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/inotify-tools/inotify-tools-3.13.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-fs/inotify-tools/ChangeLog b/sys-fs/inotify-tools/ChangeLog index fb46998f483c..6f2d29a795eb 100644 --- a/sys-fs/inotify-tools/ChangeLog +++ b/sys-fs/inotify-tools/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/inotify-tools # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.24 2009/07/07 02:02:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.25 2009/09/19 04:40:02 robbat2 Exp $ + + 19 Sep 2009; Robin H. Johnson <robbat2@gentoo.org> + inotify-tools-3.13.ebuild: + Adding ~arm support. Tested on mv78100.arm.dev.gentoo.org thanks to + Marvell. 07 Jul 2009; Jeroen Roovers <jer@gentoo.org> inotify-tools-3.12.ebuild: Stable for HPPA too. diff --git a/sys-fs/inotify-tools/inotify-tools-3.13.ebuild b/sys-fs/inotify-tools/inotify-tools-3.13.ebuild index 7926fc60ab37..2c26c3232ff4 100644 --- a/sys-fs/inotify-tools/inotify-tools-3.13.ebuild +++ b/sys-fs/inotify-tools/inotify-tools-3.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.13.ebuild,v 1.2 2008/06/01 09:08:17 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.13.ebuild,v 1.3 2009/09/19 04:40:02 robbat2 Exp $ IUSE="" DESCRIPTION="a set of command-line programs providing a simple interface to inotify" @@ -8,7 +8,7 @@ HOMEPAGE="http://inotify-tools.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~hppa ~x86 ~arm" DEPEND="virtual/libc" src_install() { |