Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/inotify-tools/
Date: Mon, 31 Dec 2018 16:43:43
Message-Id: 1546274006.5d52b82225eb181ea2b0275cff0ee64a3674d188.whissi@gentoo
1 commit: 5d52b82225eb181ea2b0275cff0ee64a3674d188
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 31 16:33:26 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 31 16:33:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d52b822
7
8 sys-fs/inotify-tools: x86 stable (bug #674094)
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild b/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild
17 index e2c70630687..6b1646d0f0b 100644
18 --- a/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild
19 +++ b/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rvoicilas/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~sparc ~x86"
31 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~sparc x86"
32 IUSE="doc"
33
34 DEPEND="doc? ( app-doc/doxygen )"