Diff Lab-Measurement-3.823 with a Lab-Measurement-9999

/usr/portage/dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild 2023-10-09 14:52:29.880368360 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
8 8
if [[ "${PV}" != "9999" ]]; then
9 9
	DIST_VERSION=${PV%.0}
10 10
	DIST_AUTHOR=AKHUETTEL
11
	KEYWORDS="amd64"
11
	KEYWORDS="~amd64"
12 12
	inherit perl-module
13 13
else
14 14
	EGIT_REPO_URI="https://github.com/lab-measurement/Lab-Measurement.git"
Thank you!