diff options
author | Markus Meier <maekke@gentoo.org> | 2014-01-16 21:07:25 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-01-16 21:07:25 +0000 |
commit | b3c9e633b5449425b3ffa2e4496ce48dfba226bb (patch) | |
tree | 647393a99fd309bb57abbb325dc037c83a6ee193 | |
parent | arm stable, bug #497738 (diff) | |
download | gentoo-2-b3c9e633b5449425b3ffa2e4496ce48dfba226bb.tar.gz gentoo-2-b3c9e633b5449425b3ffa2e4496ce48dfba226bb.tar.bz2 gentoo-2-b3c9e633b5449425b3ffa2e4496ce48dfba226bb.zip |
arm stable, bug #497782
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
-rw-r--r-- | sys-fs/inotify-tools/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/inotify-tools/inotify-tools-3.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/inotify-tools/ChangeLog b/sys-fs/inotify-tools/ChangeLog index 4685d2dc3b27..ef70cb5f7e8c 100644 --- a/sys-fs/inotify-tools/ChangeLog +++ b/sys-fs/inotify-tools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/inotify-tools # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.37 2014/01/14 13:55:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.38 2014/01/16 21:07:25 maekke Exp $ + + 16 Jan 2014; Markus Meier <maekke@gentoo.org> inotify-tools-3.14.ebuild: + arm stable, bug #497782 14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> inotify-tools-3.14.ebuild: Stable for x86, wrt bug #497782 diff --git a/sys-fs/inotify-tools/inotify-tools-3.14.ebuild b/sys-fs/inotify-tools/inotify-tools-3.14.ebuild index 93def927b83e..19bda636fb55 100644 --- a/sys-fs/inotify-tools/inotify-tools-3.14.ebuild +++ b/sys-fs/inotify-tools/inotify-tools-3.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.14.ebuild,v 1.6 2014/01/14 13:55:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.14.ebuild,v 1.7 2014/01/16 21:07:25 maekke Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="http://github.com/downloads/rvoicilas/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm hppa x86" +KEYWORDS="amd64 arm hppa x86" IUSE="doc" DEPEND="doc? ( app-doc/doxygen )" |