Diff sdparm-1.12 with a sdparm-1.12-r1

/usr/portage/sys-apps/sdparm/sdparm-1.12-r1.ebuild 2025-07-29 16:22:17.380467940 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
DESCRIPTION="Utility to output and modify parameters on a SCSI device, like hdparm"
7
HOMEPAGE="http://sg.danny.cz/sg/sdparm.html"
8
SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz"
7
HOMEPAGE="https://sg.danny.cz/sg/sdparm.html"
8
SRC_URI="https://sg.danny.cz/sg/p/${P}.tgz"
9 9

  
10 10
LICENSE="BSD"
11 11
SLOT="0"
12 12
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
13
IUSE=""
14 13

  
15 14
# Older releases contain a conflicting sas_disk_blink
16 15
RDEPEND=">=sys-apps/sg3_utils-1.45:0="
Thank you!