diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-18 13:31:45 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-18 13:31:45 +0000 |
commit | 477f7b817b2985bc279e00a2eb900501ff54a1ab (patch) | |
tree | a764d87949983c44bcdfac39539f618aff202b36 /app-admin/logrotate | |
parent | new version (diff) | |
download | historical-477f7b817b2985bc279e00a2eb900501ff54a1ab.tar.gz historical-477f7b817b2985bc279e00a2eb900501ff54a1ab.tar.bz2 historical-477f7b817b2985bc279e00a2eb900501ff54a1ab.zip |
Added IUSE
Diffstat (limited to 'app-admin/logrotate')
-rw-r--r-- | app-admin/logrotate/logrotate-3.5.9-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/logrotate/logrotate-3.5.9-r1.ebuild b/app-admin/logrotate/logrotate-3.5.9-r1.ebuild index de56cbef33af..4bbe9ee9561d 100644 --- a/app-admin/logrotate/logrotate-3.5.9-r1.ebuild +++ b/app-admin/logrotate/logrotate-3.5.9-r1.ebuild @@ -1,12 +1,13 @@ # 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.7 2002/10/04 03:43:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.5.9-r1.ebuild,v 1.8 2002/10/18 13:31:45 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Rotates, compresses, and mails system logs" SRC_URI="http://ftp.debian.org/debian/pool/main/l/${PN}/${PN}_${PV}.orig.tar.gz" HOMEPAGE="http://packages.debian.org/unstable/admin/logrotate.html" +IUSE="" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc sparc64" |