Diff libixion-0.17.0-r1 with a libixion-9999
/usr/portage/dev-libs/libixion/libixion-9999.ebuild 2023-10-09 14:52:29.520368351 +0300 | ||
---|---|---|
10 | 10 |
HOMEPAGE="https://gitlab.com/ixion/ixion" |
11 | 11 | |
12 | 12 |
if [[ ${PV} == *9999* ]]; then |
13 |
MDDS_SLOT="1/9999" |
|
13 |
MDDS_SLOT="1/2.1" |
|
14 | 14 |
EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git" |
15 | 15 |
inherit git-r3 autotools |
16 | 16 |
else |
17 | 17 |
MDDS_SLOT="1/2.0" |
18 | 18 |
SRC_URI="https://kohei.us/files/ixion/src/${P}.tar.xz" |
19 |
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" |
|
19 |
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~x86" |
|
20 | 20 |
fi |
21 | 21 | |
22 | 22 |
LICENSE="MIT" |
23 |
SLOT="0/0.17" # based on SONAME of libixion.so |
|
23 |
SLOT="0/0.18" # based on SONAME of libixion.so |
|
24 | 24 |
IUSE="debug python" |
25 | 25 | |
26 | 26 |
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |