Skip to content

Commit 81da4a9

Browse files
author
Flatcar Buildbot
committed
virtual/resolvconf: Sync with Gentoo
It's from Gentoo commit 78bc19571bb7aafdcfef136e0f9212df781eec45.
1 parent 17cd916 commit 81da4a9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
# Copyright 1999-2022 Gentoo Authors
1+
# Copyright 1999-2025 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

4-
EAPI=7
4+
EAPI=8
55

66
DESCRIPTION="Virtual to select between different resolvconf providers"
7+
78
SLOT="0"
89
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
10+
IUSE="systemd"
911

1012
RDEPEND="
11-
|| (
12-
net-dns/openresolv
13-
>=sys-apps/systemd-239-r1[resolvconf]
14-
)"
13+
systemd? ( >=sys-apps/systemd-239-r1[resolvconf] )
14+
!systemd? ( net-dns/openresolv )
15+
"

0 commit comments

Comments
 (0)