diff options
Diffstat (limited to 'app-admin/logrotate/logrotate-3.6.5.ebuild')
-rw-r--r-- | app-admin/logrotate/logrotate-3.6.5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/logrotate/logrotate-3.6.5.ebuild b/app-admin/logrotate/logrotate-3.6.5.ebuild index 91aa863c72af..b6155c1fc9a0 100644 --- a/app-admin/logrotate/logrotate-3.6.5.ebuild +++ b/app-admin/logrotate/logrotate-3.6.5.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.6.5.ebuild,v 1.7 2003/04/13 13:38:21 cybersystem Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.6.5.ebuild,v 1.8 2003/08/05 14:25:57 vapier Exp $ -IUSE="selinux" +inherit eutils -S=${WORKDIR}/${P} DESCRIPTION="Rotates, compresses, and mails system logs" HOMEPAGE="http://packages.debian.org/unstable/admin/logrotate.html" SRC_URI="http://ftp.debian.org/debian/pool/main/l/${PN}/${PN}_${PV}.orig.tar.gz selinux? http://www.nsa.gov/selinux/patches/${P}-2003011510.patch.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ppc ~sparc ~alpha" +IUSE="selinux" DEPEND=">=sys-apps/portage-2.0.47-r10 >=dev-libs/popt-1.5 |