Merge updates from master

This commit is contained in:
Repository mirror & CI
2026-09-24 06:15:50 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~x86"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86"
# TODO: default to httpx2? add some flags?
RDEPEND="

View File

@@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/strukturag/libheif/releases/download/v${PV}/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
KEYWORDS="~amd64 arm arm64 ~loong ~ppc64 ~riscv ~x86"
fi
LICENSE="GPL-3 MIT"

View File

@@ -12,7 +12,7 @@ SRC_URI="https://download.tuxera.com/opensource/${MY_P}.tgz"
S="${WORKDIR}/ntfs-3g-${PV}"
LICENSE="GPL-2"
# The subslot matches the SONAME major #.
SLOT="0/90"
SLOT="0/91"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="acl debug +fuse +mount-ntfs ntfsdecrypt +ntfsprogs static-libs suid xattr"