We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cd916 commit 81da4a9Copy full SHA for 81da4a9
sdk_container/src/third_party/portage-stable/virtual/resolvconf/resolvconf-1.ebuild renamed to sdk_container/src/third_party/portage-stable/virtual/resolvconf/resolvconf-2.ebuild
@@ -1,14 +1,15 @@
1
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
3
4
-EAPI=7
+EAPI=8
5
6
DESCRIPTION="Virtual to select between different resolvconf providers"
7
+
8
SLOT="0"
9
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
10
+IUSE="systemd"
11
12
RDEPEND="
- || (
- net-dns/openresolv
13
- >=sys-apps/systemd-239-r1[resolvconf]
14
- )"
+ systemd? ( >=sys-apps/systemd-239-r1[resolvconf] )
+ !systemd? ( net-dns/openresolv )
15
+"
0 commit comments