Diff mt-st-1.4 with a mt-st-9999

/usr/portage/app-arch/mt-st/mt-st-9999.ebuild 2023-10-09 14:52:28.188368317 +0300
3 3

  
4 4
EAPI=7
5 5

  
6
inherit toolchain-funcs
6
inherit git-r3 toolchain-funcs
7 7

  
8 8
DESCRIPTION="control magnetic tape drive operation"
9 9
HOMEPAGE="https://github.com/iustin/mt-st"
10
SRC_URI="https://github.com/iustin/mt-st/releases/download/v${PV}/${P}.tar.gz"
10
EGIT_REPO_URI="https://github.com/iustin/mt-st"
11 11

  
12 12
LICENSE="GPL-2"
13 13
SLOT="0"
14
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
15 14

  
16 15
src_configure() {
17 16
	tc-export CC
Thank you!