diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-26 18:37:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-26 18:37:26 +0000 |
commit | f74f83f314d769cf33a4e0f7c282856b4cab4020 (patch) | |
tree | ff57f990c73dc4575c44a845d5f0729e93f660ed /net-analyzer/snort | |
parent | Stable on alpha, bug #255853 (diff) | |
download | gentoo-2-f74f83f314d769cf33a4e0f7c282856b4cab4020.tar.gz gentoo-2-f74f83f314d769cf33a4e0f7c282856b4cab4020.tar.bz2 gentoo-2-f74f83f314d769cf33a4e0f7c282856b4cab4020.zip |
Drop usage of USE=pic here.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/snort')
-rw-r--r-- | net-analyzer/snort/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/snort/snort-2.8.3.1.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net-analyzer/snort/ChangeLog b/net-analyzer/snort/ChangeLog index a5ff7d03fced..097be109b207 100644 --- a/net-analyzer/snort/ChangeLog +++ b/net-analyzer/snort/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/snort -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/ChangeLog,v 1.137 2009/01/02 22:00:16 dertobi123 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/ChangeLog,v 1.138 2009/01/26 18:37:26 vapier Exp $ + + 26 Jan 2009; Mike Frysinger <vapier@gentoo.org> snort-2.8.3.1.ebuild: + Drop usage of USE=pic here. 02 Jan 2009; Tobias Scherbaum <dertobi123@gentoo.org> snort-2.8.3.1.ebuild: diff --git a/net-analyzer/snort/snort-2.8.3.1.ebuild b/net-analyzer/snort/snort-2.8.3.1.ebuild index 41c00408b7b1..b0aa05b34b30 100644 --- a/net-analyzer/snort/snort-2.8.3.1.ebuild +++ b/net-analyzer/snort/snort-2.8.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.8.3.1.ebuild,v 1.4 2009/01/02 22:00:16 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.8.3.1.ebuild,v 1.5 2009/01/26 18:37:26 vapier Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -15,7 +15,7 @@ SRC_URI="http://www.snort.org/dl/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 -sparc ~x86" -IUSE="static debug threads prelude stream4udp memory-cleanup decoder-preprocessor-rules ipv6 targetbased dynamicplugin timestats ruleperf ppm perfprofiling linux-smp-stats inline inline-init-failopen flexresp flexresp2 react aruba gre mpls pic postgres mysql odbc selinux community-rules" +IUSE="static debug threads prelude stream4udp memory-cleanup decoder-preprocessor-rules ipv6 targetbased dynamicplugin timestats ruleperf ppm perfprofiling linux-smp-stats inline inline-init-failopen flexresp flexresp2 react aruba gre mpls postgres mysql odbc selinux community-rules" #flexresp, react, and inline _ONLY_ work with net-libs/libnet-1.0.2a DEPEND="virtual/libc @@ -169,7 +169,6 @@ src_compile() { $(use_with postgres postgresql) \ $(use_with mysql) \ $(use_with odbc) \ - $(use_with pic) \ --disable-ipfw \ --disable-profile \ --disable-ppm-test \ |