diff options
author | 2024-03-21 18:34:41 -0400 | |
---|---|---|
committer | 2024-03-21 18:34:41 -0400 | |
commit | 3d25d4048dd9d96734c6d21f3a6acffd693822a0 (patch) | |
tree | 114a8d9113a3a5b6caacdf80d39c62e202405fa5 /net-vpn | |
parent | profiles: mask sys-libs/gcompat (diff) | |
download | guru-3d25d4048dd9d96734c6d21f3a6acffd693822a0.tar.gz guru-3d25d4048dd9d96734c6d21f3a6acffd693822a0.tar.bz2 guru-3d25d4048dd9d96734c6d21f3a6acffd693822a0.zip |
*/*: remove empty global variable assigment
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/fastd/fastd-22.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-vpn/fastd/fastd-22.ebuild b/net-vpn/fastd/fastd-22.ebuild index a785085ab..2bea9a1ea 100644 --- a/net-vpn/fastd/fastd-22.ebuild +++ b/net-vpn/fastd/fastd-22.ebuild @@ -32,7 +32,6 @@ BDEPEND=" sys-devel/bison doc? ( dev-python/sphinx ) " -IDEPEND="" pkg_setup() { if use offload-l2tp; then |