summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorIsmael Luceno2022-08-14 21:49:28 +0200
committerIsmael Luceno2022-08-15 14:07:45 +0200
commitc8f075f26ec88a0f84f7d2806fb3b9f3acd1acc7 (patch)
tree2b8a9f66c40655f85351aa21a2c26bbb4eeeb778 /net
parentdefdfbd4063a16fed6d050e36815e49d1f3e742f (diff)
iputils: Remove dependency on gcc
Diffstat (limited to 'net')
-rwxr-xr-xnet/iputils/DEPENDS1
-rw-r--r--net/iputils/HISTORY3
2 files changed, 3 insertions, 1 deletions
diff --git a/net/iputils/DEPENDS b/net/iputils/DEPENDS
index feaf8b6722..90daa260fc 100755
--- a/net/iputils/DEPENDS
+++ b/net/iputils/DEPENDS
@@ -1,6 +1,5 @@
. "$GRIMOIRE"/MESON_DEPENDS &&
-depends gcc &&
optional_depends libcap \
"USE_CAP=true" \
"USE_CAP=false" \
diff --git a/net/iputils/HISTORY b/net/iputils/HISTORY
index 6bb7a6d319..c1a44e9224 100644
--- a/net/iputils/HISTORY
+++ b/net/iputils/HISTORY
@@ -1,3 +1,6 @@
+2022-08-14 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: removed dependency on gcc
+
2022-05-27 Florian Franzmann <bwlf@bandrate.org>
* DEPENDS: use MESON_DEPENDS