diff options
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/fcron/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/fcron/fcron-2.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/fcron/ChangeLog b/sys-apps/fcron/ChangeLog index 1cad610b577b..6d89e41fcf18 100644 --- a/sys-apps/fcron/ChangeLog +++ b/sys-apps/fcron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/fcron # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/ChangeLog,v 1.37 2004/11/16 16:09:23 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/ChangeLog,v 1.38 2004/11/17 00:49:52 hardave Exp $ + + 16 Nov 2004; Hardave Riar <hardave@gentoo.org> fcron-2.0.2.ebuild: + Stable on mips, bug #71311 16 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org> fcron-2.0.2.ebuild: Stable on sparc wrt #71311 diff --git a/sys-apps/fcron/fcron-2.0.2.ebuild b/sys-apps/fcron/fcron-2.0.2.ebuild index 0e144816a30b..8b8df52830ea 100644 --- a/sys-apps/fcron/fcron-2.0.2.ebuild +++ b/sys-apps/fcron/fcron-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/fcron-2.0.2.ebuild,v 1.4 2004/11/16 16:09:23 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/fcron-2.0.2.ebuild,v 1.5 2004/11/17 00:49:52 hardave Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://fcron.free.fr/archives/${P}.src.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc ~mips ~hppa amd64" +KEYWORDS="x86 ppc sparc mips ~hppa amd64" IUSE="" DEPEND="virtual/editor" |