diff options
author | Sam James <sam@gentoo.org> | 2021-06-02 21:24:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-02 21:50:24 +0000 |
commit | 9ab90fa78126d658684484b287060da497489cbc (patch) | |
tree | e7c678cff745c9be046bdd075bef7ab06eaf7735 /net-analyzer | |
parent | media-video/guvcview: subscribe to sci-libs/gsl subslot (diff) | |
download | gentoo-9ab90fa78126d658684484b287060da497489cbc.tar.gz gentoo-9ab90fa78126d658684484b287060da497489cbc.tar.bz2 gentoo-9ab90fa78126d658684484b287060da497489cbc.zip |
net-analyzer/flowgrind: subscribe to sci-libs/gsl subslot
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/flowgrind/flowgrind-0.8.0-r2.ebuild (renamed from net-analyzer/flowgrind/flowgrind-0.8.0-r1.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/flowgrind/flowgrind-0.8.0-r1.ebuild b/net-analyzer/flowgrind/flowgrind-0.8.0-r2.ebuild index 2c2e1839abfa..d8639d6fa32e 100644 --- a/net-analyzer/flowgrind/flowgrind-0.8.0-r1.ebuild +++ b/net-analyzer/flowgrind/flowgrind-0.8.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,9 +13,9 @@ KEYWORDS="~amd64 ~x86" IUSE="debug doc gsl pcap" RDEPEND=" - dev-libs/xmlrpc-c[abyss,curl] + dev-libs/xmlrpc-c:=[abyss,curl] sys-apps/util-linux - gsl? ( sci-libs/gsl ) + gsl? ( sci-libs/gsl:= ) pcap? ( net-libs/libpcap ) " DEPEND=" |