diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2011-07-10 19:53:23 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2011-07-10 19:53:23 +0000 |
commit | 097b97465b5e5b55a75f12e221c01c19625b4a55 (patch) | |
tree | 7756580f494316c394a3b3cc2bc8e296bd4d708e /sys-process/cronie/cronie-1.4.6.ebuild | |
parent | Fixed bug #365651, bug #374011 and added myself as maintainer (diff) | |
download | gentoo-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.ebuild | 4 |
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 } |