packet-o-matic: fix #176, thanks erwinpdev

This commit is contained in:
jensp 2011-03-11 20:58:45 +00:00
parent c30818a5c1
commit 4e3f2fa3c0
2 changed files with 6 additions and 4 deletions

View file

@ -1 +1 @@
EBUILD packet-o-matic-9999.ebuild 1212 RMD160 213299e7ce96f761da86d51e70dc9bf1c86a4db1 SHA1 afca474f45642c3bc20e1facfecc50efc777ea40 SHA256 4b48de08db54376d9ae942050c1b0c768b5a21cac6396890c906ac9617cf190d
EBUILD packet-o-matic-9999.ebuild 1233 RMD160 40501eef46f91edf09cfb091781a04338e0559d5 SHA1 51cf93993b1d62d7b2cf300a1f6dea1ed90667e9 SHA256 c4c5f823410961ce4a07699cb67c5f8f2ef1976fb96e316949ac3bbef28f1667

View file

@ -1,7 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
inherit autotools subversion
DESCRIPTION="packet-o-matic is a real time packet processor"
@ -13,12 +15,12 @@ SRC_URI=""
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~hppa ~sparc ~amd64"
IUSE="zlib postgres sqlite3 xmlrpc"
IUSE="zlib postgres sqlite xmlrpc"
DEPEND="dev-libs/libxml2
net-libs/libpcap
zlib? ( sys-libs/zlib )
postgres? ( dev-db/libpq )
postgres? ( dev-db/postgresql-base:8.4 )
sqlite? ( >dev-db/sqlite-3 )
xmlrpc? ( dev-libs/xmlrpc-c )"