diff options
author | Vicente Olivert Riera <vincent@gentoo.org> | 2014-03-04 20:20:00 +0000 |
---|---|---|
committer | Vicente Olivert Riera <vincent@gentoo.org> | 2014-03-04 20:20:00 +0000 |
commit | b49528675df72f80d69809857c4120e27ea02643 (patch) | |
tree | 26f4c076be0af96ee5eab6e0b5014371bcba70c1 /sys-fs/inotify-tools/inotify-tools-3.14.ebuild | |
parent | Stable for x86, wrt bug #502392 (diff) | |
download | gentoo-2-b49528675df72f80d69809857c4120e27ea02643.tar.gz gentoo-2-b49528675df72f80d69809857c4120e27ea02643.tar.bz2 gentoo-2-b49528675df72f80d69809857c4120e27ea02643.zip |
Add ~mips keyword.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Diffstat (limited to 'sys-fs/inotify-tools/inotify-tools-3.14.ebuild')
-rw-r--r-- | sys-fs/inotify-tools/inotify-tools-3.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/inotify-tools/inotify-tools-3.14.ebuild b/sys-fs/inotify-tools/inotify-tools-3.14.ebuild index 19bda636fb55..ac999fbd9ef1 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.7 2014/01/16 21:07:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.14.ebuild,v 1.8 2014/03/04 20:20:00 vincent 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 ~mips x86" IUSE="doc" DEPEND="doc? ( app-doc/doxygen )" |