mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 06:41:01 +02:00
packet-o-matic: fix #176, thanks erwinpdev
This commit is contained in:
parent
c30818a5c1
commit
4e3f2fa3c0
2 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 )"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue