diff options
author | Bryan Stine <battousai@gentoo.org> | 2004-03-21 02:10:50 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2004-03-21 02:10:50 +0000 |
commit | 225b82046aabe24eb776626189badfa93649d5b3 (patch) | |
tree | b63fc399fd64aab6bb50806c9cfd40567a3fc629 /app-admin/bastille/bastille-2.1.1-r2.ebuild | |
parent | Fixed trivial DESCRIPTION bug. (Manifest recommit) (diff) | |
download | gentoo-2-225b82046aabe24eb776626189badfa93649d5b3.tar.gz gentoo-2-225b82046aabe24eb776626189badfa93649d5b3.tar.bz2 gentoo-2-225b82046aabe24eb776626189badfa93649d5b3.zip |
Fixed minor bastille-firewall imap problem.
Diffstat (limited to 'app-admin/bastille/bastille-2.1.1-r2.ebuild')
-rw-r--r-- | app-admin/bastille/bastille-2.1.1-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-admin/bastille/bastille-2.1.1-r2.ebuild b/app-admin/bastille/bastille-2.1.1-r2.ebuild index 88c0623421e2..4f79b50987a3 100644 --- a/app-admin/bastille/bastille-2.1.1-r2.ebuild +++ b/app-admin/bastille/bastille-2.1.1-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/bastille-2.1.1-r2.ebuild,v 1.1 2004/01/14 02:18:45 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/bastille-2.1.1-r2.ebuild,v 1.2 2004/03/21 02:10:48 battousai Exp $ -inherit perl-module +inherit perl-module eutils IUSE="X" @@ -28,6 +28,7 @@ RDEPEND="net-firewall/iptables src_unpack() { unpack ${A} epatch ${WORKDIR}/${P}-gentoo-${PATCHVER}.patch + epatch ${FILESDIR}/bastille-firewall-imap.patch } src_compile() { |