Сравнение mt-st-1.4 с mt-st-9999
/usr/portage/app-arch/mt-st/mt-st-9999.ebuild 2024-07-02 13:51:43.365851442 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2024 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 |
inherit toolchain-funcs |
|
6 |
inherit git-r3 toolchain-funcs |
|
7 | 7 | |
8 |
DESCRIPTION="control magnetic tape drive operation" |
|
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 ppc ppc64 sparc x86" |
|
15 | 14 | |
16 | 15 |
src_configure() { |
17 | 16 |
tc-export CC |