summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2011-07-10 19:53:23 +0000
committerLars Wendler <polynomial-c@gentoo.org>2011-07-10 19:53:23 +0000
commit097b97465b5e5b55a75f12e221c01c19625b4a55 (patch)
tree7756580f494316c394a3b3cc2bc8e296bd4d708e /sys-process/cronie/cronie-1.4.6.ebuild
parentFixed bug #365651, bug #374011 and added myself as maintainer (diff)
downloadgentoo-2-097b97465b5e5b55a75f12e221c01c19625b4a55.tar.gz
gentoo-2-097b97465b5e5b55a75f12e221c01c19625b4a55.tar.bz2
gentoo-2-097b97465b5e5b55a75f12e221c01c19625b4a55.zip
Fixed typo
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/cronie/cronie-1.4.6.ebuild')
-rw-r--r--sys-process/cronie/cronie-1.4.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/cronie/cronie-1.4.6.ebuild b/sys-process/cronie/cronie-1.4.6.ebuild
index 61055db7cd86..df0498fcc552 100644
--- a/sys-process/cronie/cronie-1.4.6.ebuild
+++ b/sys-process/cronie/cronie-1.4.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.6.ebuild,v 1.2 2011/07/10 19:41:09 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.6.ebuild,v 1.3 2011/07/10 19:53:23 polynomial-c Exp $
EAPI="3"
@@ -20,7 +20,7 @@ RDEPEND="${DEPEND}"
#cronie supports /etc/crontab
CRON_SYSTEM_CRONTAB="yes"
-pkg_Setup() {
+pkg_setup() {
enewgroup crontab
}