diff options
author | Bryan Stine <battousai@gentoo.org> | 2005-04-05 18:02:56 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2005-04-05 18:02:56 +0000 |
commit | d6ec47d373348d3e4aaf03ee747d24fe91ecf317 (patch) | |
tree | 507b967053888542ce0c75a896d44d6f2fabdd99 /app-admin/bastille/bastille-2.1.1-r1.ebuild | |
parent | Cosmetic. (diff) | |
download | historical-d6ec47d373348d3e4aaf03ee747d24fe91ecf317.tar.gz historical-d6ec47d373348d3e4aaf03ee747d24fe91ecf317.tar.bz2 historical-d6ec47d373348d3e4aaf03ee747d24fe91ecf317.zip |
Add hlist one-liner patch, bump for fixins. Hopefully closes bug #62965.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-admin/bastille/bastille-2.1.1-r1.ebuild')
-rw-r--r-- | app-admin/bastille/bastille-2.1.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/bastille/bastille-2.1.1-r1.ebuild b/app-admin/bastille/bastille-2.1.1-r1.ebuild index c00070c86954..329729bcaa09 100644 --- a/app-admin/bastille/bastille-2.1.1-r1.ebuild +++ b/app-admin/bastille/bastille-2.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/bastille-2.1.1-r1.ebuild,v 1.9 2005/01/01 10:56:15 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/bastille-2.1.1-r1.ebuild,v 1.10 2005/04/05 18:02:56 battousai Exp $ inherit perl-module eutils @@ -28,6 +28,7 @@ src_unpack() { unpack ${A} epatch ${WORKDIR}/${P}-gentoo-${PATCHVER}.patch epatch ${FILESDIR}/bastille-firewall-imap.patch + epatch ${FILESDIR}/${P}-hlist-fix.patch } src_compile() { |