sys-apps/xbps: Fix variable order
Signed-off-by: SigHunter <sighunter@gmx.de>
This commit is contained in:
parent
62fc83d3f5
commit
ba0afa93a1
@ -14,10 +14,10 @@ else
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RESTRICT="!test? ( test ) mirror"
|
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="debug doc lto static test"
|
IUSE="debug doc lto static test"
|
||||||
|
RESTRICT="!test? ( test ) mirror"
|
||||||
|
|
||||||
COMMON_DEPEND="
|
COMMON_DEPEND="
|
||||||
>=app-arch/libarchive-3.3.3[lz4,zstd]
|
>=app-arch/libarchive-3.3.3[lz4,zstd]
|
||||||
|
@ -14,10 +14,10 @@ else
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RESTRICT="!test? ( test ) mirror"
|
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="debug doc lto static test"
|
IUSE="debug doc lto static test"
|
||||||
|
RESTRICT="!test? ( test ) mirror"
|
||||||
|
|
||||||
COMMON_DEPEND="
|
COMMON_DEPEND="
|
||||||
>=app-arch/libarchive-3.3.3[lz4,zstd]
|
>=app-arch/libarchive-3.3.3[lz4,zstd]
|
||||||
|
Loading…
Reference in New Issue
Block a user