summaryrefslogtreecommitdiff
path: root/net-dns
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-02-04 07:18:26 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-02-04 07:18:26 +0000
commit11efebffb1297275bf280e330f40e820d5260677 (patch)
tree50c16e32a2c7ee0214ef4b74b34298e75dc60721 /net-dns
parentbf15aab4576f51226b82ca675a75701f538685bc (diff)
downloadbaldeagleos-repo-11efebffb1297275bf280e330f40e820d5260677.tar.gz
baldeagleos-repo-11efebffb1297275bf280e330f40e820d5260677.tar.xz
baldeagleos-repo-11efebffb1297275bf280e330f40e820d5260677.zip
Adding metadata
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/coredns/coredns-1.13.2.ebuild4
-rw-r--r--net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.15.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/coredns/coredns-1.13.2.ebuild b/net-dns/coredns/coredns-1.13.2.ebuild
index ff646063f771..7ec1f40a29fa 100644
--- a/net-dns/coredns/coredns-1.13.2.ebuild
+++ b/net-dns/coredns/coredns-1.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999* ]]; then
else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/deps.tar.xz -> ${P}-deps.tar.xz"
- KEYWORDS="~amd64"
+ KEYWORDS="amd64"
fi
# main
diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.15.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.15.ebuild
index b982c2f44416..ab058525d4f1 100644
--- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.15.ebuild
+++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.15.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
else
SRC_URI="https://github.com/DNSCrypt/dnscrypt-proxy/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 arm arm64 ppc64 x86"
+ KEYWORDS="amd64 arm arm64 ppc64 x86"
fi
LICENSE="Apache-2.0 BSD ISC MIT MPL-2.0"