diff options
author | 2018-12-31 17:33:26 +0100 | |
---|---|---|
committer | 2018-12-31 17:33:26 +0100 | |
commit | 5d52b82225eb181ea2b0275cff0ee64a3674d188 (patch) | |
tree | 9bd4f77c030ab5f873705ad323e18c0fe20acb97 /sys-fs | |
parent | app-arch/gzip: x86 stable (bug #674100) (diff) | |
download | gentoo-5d52b82225eb181ea2b0275cff0ee64a3674d188.tar.gz gentoo-5d52b82225eb181ea2b0275cff0ee64a3674d188.tar.bz2 gentoo-5d52b82225eb181ea2b0275cff0ee64a3674d188.zip |
sys-fs/inotify-tools: x86 stable (bug #674094)
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild b/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild index e2c706306876..6b1646d0f0bf 100644 --- a/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild +++ b/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rvoicilas/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~sparc x86" IUSE="doc" DEPEND="doc? ( app-doc/doxygen )" |