Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcpcd/
Date: Mon, 03 Jan 2022 23:26:56
Message-Id: 1641252379.054d27e9d5034bc581dd10ff63f755b7d13461e5.soap@gentoo
1 commit: 054d27e9d5034bc581dd10ff63f755b7d13461e5
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 23:26:19 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 23:26:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=054d27e9
7
8 net-misc/dhcpcd: remove implicit elibc_* flags
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-misc/dhcpcd/dhcpcd-9.4.0-r1.ebuild | 4 ++--
13 net-misc/dhcpcd/dhcpcd-9.4.1.ebuild | 4 ++--
14 net-misc/dhcpcd/dhcpcd-9999.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/net-misc/dhcpcd/dhcpcd-9.4.0-r1.ebuild b/net-misc/dhcpcd/dhcpcd-9.4.0-r1.ebuild
18 index 996f45958644..2eea3c71b144 100644
19 --- a/net-misc/dhcpcd/dhcpcd-9.4.0-r1.ebuild
20 +++ b/net-misc/dhcpcd/dhcpcd-9.4.0-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -22,7 +22,7 @@ HOMEPAGE="https://github.com/NetworkConfiguration/dhcpcd/
28 https://roy.marples.name/projects/dhcpcd/"
29 LICENSE="BSD-2"
30 SLOT="0"
31 -IUSE="debug elibc_glibc +embedded ipv6 kernel_linux privsep +udev"
32 +IUSE="debug +embedded ipv6 kernel_linux privsep +udev"
33
34 COMMON_DEPEND="udev? ( virtual/udev )"
35 DEPEND="${COMMON_DEPEND}"
36
37 diff --git a/net-misc/dhcpcd/dhcpcd-9.4.1.ebuild b/net-misc/dhcpcd/dhcpcd-9.4.1.ebuild
38 index 7cebecfb3116..6d04f97031af 100644
39 --- a/net-misc/dhcpcd/dhcpcd-9.4.1.ebuild
40 +++ b/net-misc/dhcpcd/dhcpcd-9.4.1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2021 Gentoo Authors
43 +# Copyright 1999-2022 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -22,7 +22,7 @@ HOMEPAGE="https://github.com/NetworkConfiguration/dhcpcd/
48 https://roy.marples.name/projects/dhcpcd/"
49 LICENSE="BSD-2"
50 SLOT="0"
51 -IUSE="debug elibc_glibc +embedded ipv6 kernel_linux privsep +udev"
52 +IUSE="debug +embedded ipv6 kernel_linux privsep +udev"
53
54 COMMON_DEPEND="udev? ( virtual/udev )"
55 DEPEND="${COMMON_DEPEND}"
56
57 diff --git a/net-misc/dhcpcd/dhcpcd-9999.ebuild b/net-misc/dhcpcd/dhcpcd-9999.ebuild
58 index 7cebecfb3116..6d04f97031af 100644
59 --- a/net-misc/dhcpcd/dhcpcd-9999.ebuild
60 +++ b/net-misc/dhcpcd/dhcpcd-9999.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2021 Gentoo Authors
63 +# Copyright 1999-2022 Gentoo Authors
64 # Distributed under the terms of the GNU General Public License v2
65
66 EAPI=7
67 @@ -22,7 +22,7 @@ HOMEPAGE="https://github.com/NetworkConfiguration/dhcpcd/
68 https://roy.marples.name/projects/dhcpcd/"
69 LICENSE="BSD-2"
70 SLOT="0"
71 -IUSE="debug elibc_glibc +embedded ipv6 kernel_linux privsep +udev"
72 +IUSE="debug +embedded ipv6 kernel_linux privsep +udev"
73
74 COMMON_DEPEND="udev? ( virtual/udev )"
75 DEPEND="${COMMON_DEPEND}"