diff options
author | 2009-11-14 16:05:26 +0000 | |
---|---|---|
committer | 2009-11-14 16:05:26 +0000 | |
commit | cbd549ea97b79c5d8ec155bae4eaec4936722786 (patch) | |
tree | 7763cfe68d0f683c07ef5dd1f70efa9269820952 /sys-apps/inotail | |
parent | Re-add keywords. (diff) | |
download | gentoo-2-cbd549ea97b79c5d8ec155bae4eaec4936722786.tar.gz gentoo-2-cbd549ea97b79c5d8ec155bae4eaec4936722786.tar.bz2 gentoo-2-cbd549ea97b79c5d8ec155bae4eaec4936722786.zip |
amd64/x86 stable, bug #273051
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/inotail')
-rw-r--r-- | sys-apps/inotail/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/inotail/inotail-0.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/inotail/ChangeLog b/sys-apps/inotail/ChangeLog index ca9261306c74..a13c5ade7fd0 100644 --- a/sys-apps/inotail/ChangeLog +++ b/sys-apps/inotail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/inotail # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/ChangeLog,v 1.8 2009/09/08 18:09:17 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/ChangeLog,v 1.9 2009/11/14 16:05:26 maekke Exp $ + + 14 Nov 2009; Markus Meier <maekke@gentoo.org> inotail-0.5-r1.ebuild: + amd64/x86 stable, bug #273051 08 Sep 2009; Mike Auty <ikelos@gentoo.org> inotail-0.5.ebuild, inotail-0.5-r1.ebuild: diff --git a/sys-apps/inotail/inotail-0.5-r1.ebuild b/sys-apps/inotail/inotail-0.5-r1.ebuild index 0c02a8f59b5d..a5652db17f88 100644 --- a/sys-apps/inotail/inotail-0.5-r1.ebuild +++ b/sys-apps/inotail/inotail-0.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/inotail-0.5-r1.ebuild,v 1.2 2009/09/08 18:09:17 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/inotail-0.5-r1.ebuild,v 1.3 2009/11/14 16:05:26 maekke Exp $ inherit linux-info toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://distanz.ch/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="" |