diff options
author | 2007-03-11 10:59:41 +0000 | |
---|---|---|
committer | 2007-03-11 10:59:41 +0000 | |
commit | 583f00b77f91759f2c8518b5066c42e5319159c8 (patch) | |
tree | 244fb4ef5022c0dc6d399778f7b6b55437ffd2b0 /sys-process/fcron | |
parent | Version bump and drop of old version (diff) | |
download | gentoo-2-583f00b77f91759f2c8518b5066c42e5319159c8.tar.gz gentoo-2-583f00b77f91759f2c8518b5066c42e5319159c8.tar.bz2 gentoo-2-583f00b77f91759f2c8518b5066c42e5319159c8.zip |
Keyworded ~x86-fbsd
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-process/fcron')
-rw-r--r-- | sys-process/fcron/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/fcron/fcron-3.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/fcron/ChangeLog b/sys-process/fcron/ChangeLog index 7648e0563879..943888167872 100644 --- a/sys-process/fcron/ChangeLog +++ b/sys-process/fcron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/fcron # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.26 2007/02/13 16:33:57 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.27 2007/03/11 10:59:41 welp Exp $ + + 11 Mar 2007; Peter Weller <welp@gentoo.org> fcron-3.0.2.ebuild: + Keyworded ~x86-fbsd 13 Feb 2007; Wolfram Schlich <wschlich@gentoo.org> files/fcron.init: fix non-gnu sed related issue wrt bug #166103 diff --git a/sys-process/fcron/fcron-3.0.2.ebuild b/sys-process/fcron/fcron-3.0.2.ebuild index 39e7c704c4f4..c2ebdcd27157 100644 --- a/sys-process/fcron/fcron-3.0.2.ebuild +++ b/sys-process/fcron/fcron-3.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.2.ebuild,v 1.2 2007/02/12 00:00:33 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.2.ebuild,v 1.3 2007/03/11 10:59:41 welp Exp $ inherit cron pam eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://fcron.free.fr/" SRC_URI="http://fcron.free.fr/archives/${P}.src.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="debug doc pam selinux" DEPEND="app-editors/nano |