diff options
author | 2009-05-14 16:39:31 +0000 | |
---|---|---|
committer | 2009-05-14 16:39:31 +0000 | |
commit | e5de9c5804b59ee6e795351e1c55d65482d0852a (patch) | |
tree | 6e856ca9ba8cedb561e68c8bd3e511f4cf304e3d /sys-process/cronie/cronie-1.2.ebuild | |
parent | add missing file (diff) | |
download | gentoo-2-e5de9c5804b59ee6e795351e1c55d65482d0852a.tar.gz gentoo-2-e5de9c5804b59ee6e795351e1c55d65482d0852a.tar.bz2 gentoo-2-e5de9c5804b59ee6e795351e1c55d65482d0852a.zip |
fix LICENSE - bug #263598
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'sys-process/cronie/cronie-1.2.ebuild')
-rw-r--r-- | sys-process/cronie/cronie-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/cronie/cronie-1.2.ebuild b/sys-process/cronie/cronie-1.2.ebuild index d99a22ddffa8..c8e6b161ad6a 100644 --- a/sys-process/cronie/cronie-1.2.ebuild +++ b/sys-process/cronie/cronie-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.2.ebuild,v 1.1 2009/02/17 22:09:35 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.2.ebuild,v 1.2 2009/05/14 16:39:31 bangert Exp $ inherit cron eutils @@ -8,7 +8,7 @@ DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-c SRC_URI="https://fedorahosted.org/releases/c/r/cronie/${P}.tar.gz" HOMEPAGE="https://fedorahosted.org/cronie/wiki" -LICENSE="as-is BSD BSD-2" +LICENSE="ISC BSD BSD-2" KEYWORDS="~x86" IUSE="inotify pam" |