diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-24 08:42:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-24 08:42:39 +0000 |
commit | 9bde1b1342514817d90a3a6783e72dc5df0996fc (patch) | |
tree | 22ab5829db210b08f855091583ba9ee23c944300 /sys-apps/cronbase | |
parent | add temp arm hax to make repoman happy (diff) | |
download | gentoo-2-9bde1b1342514817d90a3a6783e72dc5df0996fc.tar.gz gentoo-2-9bde1b1342514817d90a3a6783e72dc5df0996fc.tar.bz2 gentoo-2-9bde1b1342514817d90a3a6783e72dc5df0996fc.zip |
arm KEYWORD
Diffstat (limited to 'sys-apps/cronbase')
-rw-r--r-- | sys-apps/cronbase/cronbase-0.2.1-r3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-apps/cronbase/cronbase-0.2.1-r3.ebuild b/sys-apps/cronbase/cronbase-0.2.1-r3.ebuild index e2b69fe25973..ed7cc29d69d3 100644 --- a/sys-apps/cronbase/cronbase-0.2.1-r3.ebuild +++ b/sys-apps/cronbase/cronbase-0.2.1-r3.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cronbase/cronbase-0.2.1-r3.ebuild,v 1.11 2004/04/08 04:44:41 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cronbase/cronbase-0.2.1-r3.ebuild,v 1.12 2004/04/24 08:42:39 vapier Exp $ -DESCRIPTION="The is the base for all cron ebuilds." +DESCRIPTION="base for all cron ebuilds" HOMEPAGE="http://www.gentoo.org/" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 amd64 ppc sparc alpha mips hppa ~ia64 ppc64 s390" +SLOT="0" +KEYWORDS="x86 ppc ppc64 sparc mips alpha arm hppa amd64 ~ia64 s390" src_install() { exeinto /usr/sbin - doexe ${FILESDIR}/run-crons + doexe ${FILESDIR}/run-crons || die diropts -m0750; keepdir /etc/cron.hourly diropts -m0750; keepdir /etc/cron.daily |