diff options
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ipaudit/ipaudit-1.0_beta2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/ipaudit/ipaudit-1.0_beta2-r1.ebuild b/net-analyzer/ipaudit/ipaudit-1.0_beta2-r1.ebuild index fba409faf3e3..fce596bdb7e8 100644 --- a/net-analyzer/ipaudit/ipaudit-1.0_beta2-r1.ebuild +++ b/net-analyzer/ipaudit/ipaudit-1.0_beta2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ MY_P="${PN}-${PV/_beta/BETA}" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="mysql" DEPEND="net-libs/libpcap mysql? ( dev-db/mysql-connector-c:0= )" |