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-r1.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-r1.ebuild')
-rw-r--r-- | app-admin/bastille/bastille-2.1.1-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-admin/bastille/bastille-2.1.1-r1.ebuild b/app-admin/bastille/bastille-2.1.1-r1.ebuild index adfd8d2ff7fc..a210674174ed 100644 --- a/app-admin/bastille/bastille-2.1.1-r1.ebuild +++ b/app-admin/bastille/bastille-2.1.1-r1.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-r1.ebuild,v 1.3 2004/01/14 02:18:45 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/bastille-2.1.1-r1.ebuild,v 1.4 2004/03/21 02:10:48 battousai Exp $ -inherit perl-module +inherit perl-module eutils IUSE="X" @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/${PN}-linux/${MY_P}.tar.bz2 SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ppc sparc alpha" RDEPEND="net-firewall/iptables app-admin/logrotate @@ -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() { |