Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux/
Date: Tue, 04 Jan 2022 03:29:28
Message-Id: 1641266922.53885dea62ab969a7e46939255988a21bb7d9306.sam@gentoo
1 commit: 53885dea62ab969a7e46939255988a21bb7d9306
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 16:30:53 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 03:28:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53885dea
7
8 app-misc/tmux: remove kernel_FreeBSD
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-misc/tmux/tmux-3.1c.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-misc/tmux/tmux-3.1c.ebuild b/app-misc/tmux/tmux-3.1c.ebuild
17 index 83e054ebd04a..e0b72a2da447 100644
18 --- a/app-misc/tmux/tmux-3.1c.ebuild
19 +++ b/app-misc/tmux/tmux-3.1c.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 @@ fi
27
28 LICENSE="ISC"
29 SLOT="0"
30 -IUSE="debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux"
31 +IUSE="debug selinux utempter vim-syntax kernel_linux"
32
33 DEPEND="
34 dev-libs/libevent:0=