Diff ppp-2.5.1-r1 with a ppp-2.5.3

/usr/portage/net-dialup/ppp/ppp-2.5.3.ebuild 2026-07-11 20:03:06.417003094 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
12 12
LICENSE="BSD GPL-2"
13 13
SLOT="0/${PV}"
14 14
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
15
IUSE="activefilter atm gtk pam selinux systemd"
15
IUSE="activefilter atm pam selinux systemd"
16 16

  
17 17
DEPEND="
18 18
	dev-libs/openssl:0=
19 19
	virtual/libcrypt:=
20 20
	activefilter? ( net-libs/libpcap )
21 21
	atm? ( net-dialup/linux-atm )
22
	gtk? ( x11-libs/gtk+:2 )
23 22
	pam? ( sys-libs/pam )
24 23
	systemd? ( sys-apps/systemd )
25 24
"
......
80 79
		$(use_with atm)
81 80
		$(use_with pam)
82 81
		$(use_with activefilter pcap)
83
		$(use_with gtk)
84 82
		--enable-cbcp
85 83
		--enable-multilink
86 84
	)
......
107 105
	# Adding misc. specialized scripts to doc dir
108 106
	dodoc -r scripts
109 107

  
110
	if use gtk ; then
111
		dosbin contrib/pppgetpass/pppgetpass.{gtk,vt}
112
		newsbin contrib/pppgetpass/pppgetpass.sh pppgetpass
113
	else
114
		newsbin contrib/pppgetpass/pppgetpass.vt pppgetpass
115
	fi
116

  
117
	doman contrib/pppgetpass/pppgetpass.8
118

  
119 108
	newtmpfiles "${FILESDIR}/pppd.tmpfiles-r1" pppd.conf
120 109

  
121 110
	insinto /etc/ppp/radius
Thank you!