Diff sud-1.3-r2 with a sud-1.3-r3

/usr/portage/app-admin/sud/sud-1.3-r3.ebuild 2025-07-29 16:22:12.516447824 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
6 6
inherit autotools flag-o-matic
7 7

  
8 8
DESCRIPTION="A daemon to execute processes with special privileges in a nosuid environment"
9
HOMEPAGE="http://www.s0ftpj.org/projects/sud/index.htm"
10
SRC_URI="http://www.s0ftpj.org/projects/sud/${P}.tar.gz"
9
HOMEPAGE="https://s0ftpj.org/projects/sud/index.htm"
10
SRC_URI="https://s0ftpj.org/projects/sud/${P}.tar.gz"
11 11

  
12
LICENSE="BSD"
12
LICENSE="BSD GPL-2"
13 13
SLOT="0"
14 14
KEYWORDS="~amd64 ~ppc ~x86"
15 15

  
......
18 18
PATCHES=(
19 19
	"${FILESDIR}"/${PN}-1.3-fix-build-system.patch
20 20
	"${FILESDIR}"/${PN}-1.3-use-system-queue.patch
21
	"${FILESDIR}"/${PN}-1.3-c23.patch
21 22
)
22 23

  
23 24
src_prepare() {
Thank you!