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-proxy/dante/
Date: Thu, 06 Jan 2022 09:07:40
Message-Id: 1641460027.a60ffda655fc129d07fa6468f607adf0183ddaae.soap@gentoo
1 commit: a60ffda655fc129d07fa6468f607adf0183ddaae
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 6 09:07:07 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 09:07:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60ffda6
7
8 net-proxy/dante: remove userland_GNU
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-proxy/dante/dante-1.4.1-r6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-proxy/dante/dante-1.4.1-r6.ebuild b/net-proxy/dante/dante-1.4.1-r6.ebuild
16 index a08c030e38dc..18dc73c8e8b4 100644
17 --- a/net-proxy/dante/dante-1.4.1-r6.ebuild
18 +++ b/net-proxy/dante/dante-1.4.1-r6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -15,12 +15,12 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 s
26 IUSE="debug kerberos pam selinux static-libs tcpd upnp"
27
28 CDEPEND="
29 + sys-apps/shadow
30 virtual/libcrypt:=
31 kerberos? ( virtual/krb5 )
32 pam? ( sys-libs/pam )
33 tcpd? ( sys-apps/tcp-wrappers )
34 upnp? ( net-libs/miniupnpc:= )
35 - userland_GNU? ( sys-apps/shadow )
36 "
37 DEPEND="
38 ${CDEPEND}