summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2004-08-03 12:02:15 +0000
committerDavid Holm <dholm@gentoo.org>2004-08-03 12:02:15 +0000
commit5c047a6ba0e7b9b45be4cae449ebbdf15ede3770 (patch)
treec5334171cabe8c10b3c01b59fae58588744301b0 /net-analyzer/snort_inline
parent (Manifest recommit) (diff)
downloadgentoo-2-5c047a6ba0e7b9b45be4cae449ebbdf15ede3770.tar.gz
gentoo-2-5c047a6ba0e7b9b45be4cae449ebbdf15ede3770.tar.bz2
gentoo-2-5c047a6ba0e7b9b45be4cae449ebbdf15ede3770.zip
Added to ~ppc
Diffstat (limited to 'net-analyzer/snort_inline')
-rw-r--r--net-analyzer/snort_inline/ChangeLog5
-rw-r--r--net-analyzer/snort_inline/snort_inline-2.1.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/snort_inline/ChangeLog b/net-analyzer/snort_inline/ChangeLog
index f417735fcce9..4725894fc89f 100644
--- a/net-analyzer/snort_inline/ChangeLog
+++ b/net-analyzer/snort_inline/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/snort_inline
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort_inline/ChangeLog,v 1.11 2004/07/13 06:24:15 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort_inline/ChangeLog,v 1.12 2004/08/03 12:00:48 dholm Exp $
+
+ 03 Aug 2004; David Holm <dholm@gentoo.org> snort_inline-2.1.1.ebuild:
+ Added to ~ppc.
13 Jul 2004; Eldad Zack <eldad@gentoo.org> -snort_inline-2.1.0a-r1.ebuild,
-snort_inline-2.1.0a.ebuild:
diff --git a/net-analyzer/snort_inline/snort_inline-2.1.1.ebuild b/net-analyzer/snort_inline/snort_inline-2.1.1.ebuild
index ec48a9dc350d..6c51e3717f45 100644
--- a/net-analyzer/snort_inline/snort_inline-2.1.1.ebuild
+++ b/net-analyzer/snort_inline/snort_inline-2.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort_inline/snort_inline-2.1.1.ebuild,v 1.6 2004/07/08 16:53:31 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort_inline/snort_inline-2.1.1.ebuild,v 1.7 2004/08/03 12:00:48 dholm Exp $
inherit eutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://snort-inline.sf.net/"
SRC_URI="mirror://sourceforge/snort-inline/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~ppc"
IUSE="ssl postgres mysql"
DEPEND="virtual/libc
>=dev-libs/libpcre-4.2-r1