Merge updates from master

This commit is contained in:
Repository mirror & CI
2026-08-28 11:00:49 +00:00
10 changed files with 10 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ if [[ "${PV}" == *9999* ]] ; then
else
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz
-> ${P}.gh.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
fi
LICENSE="GPL-3+"

View File

@@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]] ; then
else
SRC_URI="https://github.com/fcambus/${PN}/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 ~x86"
fi
LICENSE="BSD-2"

View File

@@ -25,7 +25,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
# Using jdk:25 or higher, depending on version of grandle-bin, leads to:
# Using jdk:25 or higher, depending on version of gradle-bin, leads to:
# BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 69
DEPEND="|| ( virtual/jdk:21 virtual/jdk:17 virtual/jdk:11 )"
RDEPEND=">=virtual/jre-11:*"

View File

@@ -21,7 +21,7 @@ S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 ~x86"
RDEPEND="
>=virtual/jre-1.8:*

View File

@@ -14,7 +14,7 @@ S="${WORKDIR}/kotlinc"
LICENSE="Apache-2.0 BSD MIT NPL-1.1"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 ~x86"
RDEPEND="
>=virtual/jre-1.8:*

View File

@@ -116,7 +116,7 @@ else
SRC_URI="https://github.com/Rohansi/${PN^}/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
S="${WORKDIR}/${P^}"
KEYWORDS="~amd64"
KEYWORDS="amd64"
fi
SRC_URI+=" ${NUGET_URIS} "

View File

@@ -87,7 +87,7 @@ else
https://github.com/love-linger/AvaloniaEdit/archive/${AVALONIA_EDIT_COMMIT}.tar.gz
-> AvaloniaEdit-${AVALONIA_EDIT_COMMIT}.snapshot.gh.tar.gz
"
KEYWORDS="~amd64"
KEYWORDS="amd64"
fi
SRC_URI+=" ${NUGET_URIS} "

View File

@@ -18,7 +18,7 @@ S="${WORKDIR}/rclone-v${PV}"
LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86"
RDEPEND="
sys-fs/fuse:3=

View File

@@ -12,7 +12,7 @@ SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0/3"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~x86"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv ~x86"
IUSE="btpclient cups doc debug deprecated extra-tools experimental man +mesh midi +obex +readline selinux systemd test test-programs +udev"
# Since this release all remaining extra-tools need readline support, but this could

View File

@@ -19,7 +19,7 @@ if [[ "${PV}" == *9999* ]] ; then
else
SRC_URI="https://github.com/nickg/nvc/archive/r${PV}.tar.gz
-> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 ~x86"
NVC_SOURCEDIR="${WORKDIR}/${PN}-r${PV}"
fi