Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/tevent/
Date: Sun, 02 Jan 2022 17:49:46
Message-Id: 1641145743.a9754f8ea229ed2d0d98a59577538b58ec1cf3b0.soap@gentoo
1 commit: a9754f8ea229ed2d0d98a59577538b58ec1cf3b0
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 17:49:03 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 17:49:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9754f8e
7
8 sys-libs/tevent: remove freebsd-libc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-libs/tevent/tevent-0.10.2.ebuild | 4 ++--
13 sys-libs/tevent/tevent-0.11.0.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-libs/tevent/tevent-0.10.2.ebuild b/sys-libs/tevent/tevent-0.10.2.ebuild
17 index a7c6460bc453..1d42579147ba 100644
18 --- a/sys-libs/tevent/tevent-0.10.2.ebuild
19 +++ b/sys-libs/tevent/tevent-0.10.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
27 RESTRICT="test"
28
29 RDEPEND="
30 - !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
31 + dev-libs/libbsd[${MULTILIB_USEDEP}]
32 >=sys-libs/talloc-2.3.1[${MULTILIB_USEDEP}]
33 python? (
34 ${PYTHON_DEPS}
35
36 diff --git a/sys-libs/tevent/tevent-0.11.0.ebuild b/sys-libs/tevent/tevent-0.11.0.ebuild
37 index 9f025158047e..41f97806d229 100644
38 --- a/sys-libs/tevent/tevent-0.11.0.ebuild
39 +++ b/sys-libs/tevent/tevent-0.11.0.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2021 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
47 RESTRICT="test"
48
49 RDEPEND="
50 - !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
51 + dev-libs/libbsd[${MULTILIB_USEDEP}]
52 >=sys-libs/talloc-2.3.1[${MULTILIB_USEDEP}]
53 python? (
54 ${PYTHON_DEPS}