Diff libltc-1.3.2 with a libltc-9999

/usr/portage/media-libs/libltc/libltc-9999.ebuild 2023-10-09 14:52:31.684368405 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=8
4
EAPI=7
5 5

  
6 6
DESCRIPTION="Linear/Logitudinal Time Code (LTC) Library"
7 7
HOMEPAGE="https://github.com/x42/libltc"
......
10 10
	EGIT_REPO_URI="https://github.com/x42/libltc"
11 11
else
12 12
	SRC_URI="https://github.com/x42/libltc/releases/download/v${PV}/${P}.tar.gz"
13
	KEYWORDS="amd64"
13
	KEYWORDS="~amd64"
14 14
fi
15 15
LICENSE="LGPL-3"
16 16
SLOT="0"
Thank you!