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 | 9ab2465605cca9d93b01014d7170000780381ec9 (patch) | |
tree | bcc23aad38dfb8ed16b6216722b2b57054d9ad6b /app-admin/logrotate | |
parent | new version (diff) | |
download | gentoo-2-9ab2465605cca9d93b01014d7170000780381ec9.tar.gz gentoo-2-9ab2465605cca9d93b01014d7170000780381ec9.tar.bz2 gentoo-2-9ab2465605cca9d93b01014d7170000780381ec9.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" |