diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-01-12 20:14:01 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-01-12 20:14:01 +0000 |
commit | d480da54fc219079938c805f6fbd3cf85070fa21 (patch) | |
tree | c57f4964271d679fdac748c430b66349f05b7261 | |
parent | amd64 stable, bug #495550 (diff) | |
download | gentoo-2-d480da54fc219079938c805f6fbd3cf85070fa21.tar.gz gentoo-2-d480da54fc219079938c805f6fbd3cf85070fa21.tar.bz2 gentoo-2-d480da54fc219079938c805f6fbd3cf85070fa21.zip |
amd64 stable, bug #497782
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
-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 909a10650b72..dfafae6b2a0e 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.35 2014/01/12 14:22:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.36 2014/01/12 20:14:01 pacho Exp $ + + 12 Jan 2014; Pacho Ramos <pacho@gentoo.org> inotify-tools-3.14.ebuild: + amd64 stable, bug #497782 12 Jan 2014; Jeroen Roovers <jer@gentoo.org> inotify-tools-3.14.ebuild: Stable for HPPA (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 2229f67b02bc..2b24bdd06942 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.4 2014/01/12 14:22:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.14.ebuild,v 1.5 2014/01/12 20:14:01 pacho 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 )" |