Lines 1-11
Link Here
|
1 |
# Copyright 1999-2019 Gentoo Authors |
1 |
# Copyright 1999-2019 Gentoo Authors |
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
|
3 |
|
4 |
EAPI=6 |
4 |
EAPI=7 |
5 |
|
5 |
|
6 |
inherit versionator toolchain-funcs |
6 |
inherit toolchain-funcs |
7 |
|
7 |
|
8 |
MY_PV=$(replace_all_version_separators _ "$(get_version_component_range 2-)") |
8 |
MY_PV=$(ver_rs 1 _ "$(ver_cut 2-)") |
9 |
MY_PN=df |
9 |
MY_PN=df |
10 |
MY_P=${MY_PN}_${MY_PV} |
10 |
MY_P=${MY_PN}_${MY_PV} |