diff options
Diffstat (limited to 'app-admin/logrotate/logrotate-3.5.9-r1.ebuild')
-rw-r--r-- | app-admin/logrotate/logrotate-3.5.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/logrotate/logrotate-3.5.9-r1.ebuild b/app-admin/logrotate/logrotate-3.5.9-r1.ebuild index 2712c5f6b881..cf9cf67bc39f 100644 --- a/app-admin/logrotate/logrotate-3.5.9-r1.ebuild +++ b/app-admin/logrotate/logrotate-3.5.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.5.9-r1.ebuild,v 1.9 2002/10/20 18:14:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.5.9-r1.ebuild,v 1.10 2002/12/09 04:17:35 manson Exp $ S=${WORKDIR}/${P} DESCRIPTION="Rotates, compresses, and mails system logs" @@ -10,7 +10,7 @@ HOMEPAGE="http://packages.debian.org/unstable/admin/logrotate.html" IUSE="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc " DEPEND=">=dev-libs/popt-1.5" |