diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-09-17 00:04:27 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-09-17 00:04:27 +0000 |
commit | ab5c5511135579e98f30a197241ecd873edcda76 (patch) | |
tree | 484b805c3226d9a357d328b6123f3f6556b22a96 | |
parent | 2024-09-16 23:48:58 UTC (diff) | |
parent | dev-debug/bpftrace: Stabilize 0.21.2-r1 amd64, #939734 (diff) | |
download | gentoo-ab5c5511135579e98f30a197241ecd873edcda76.tar.gz gentoo-ab5c5511135579e98f30a197241ecd873edcda76.tar.bz2 gentoo-ab5c5511135579e98f30a197241ecd873edcda76.zip |
Merge updates from master
-rw-r--r-- | app-emulation/virtualbox-modules/virtualbox-modules-6.1.50-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-db/myodbc/myodbc-8.0.32.ebuild | 2 | ||||
-rw-r--r-- | dev-debug/bpftrace/bpftrace-0.21.2-r1.ebuild | 2 | ||||
-rw-r--r-- | media-libs/libsidplayfp/libsidplayfp-2.9.0.ebuild | 2 | ||||
-rw-r--r-- | net-nntp/nzbget/nzbget-24.2.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-6.1.50-r2.ebuild b/app-emulation/virtualbox-modules/virtualbox-modules-6.1.50-r2.ebuild index 0f8363855a0e..942f98b249e9 100644 --- a/app-emulation/virtualbox-modules/virtualbox-modules-6.1.50-r2.ebuild +++ b/app-emulation/virtualbox-modules/virtualbox-modules-6.1.50-r2.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}" LICENSE="GPL-2" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64" +KEYWORDS="amd64" CONFIG_CHECK="~!SPINLOCK JUMP_LABEL" diff --git a/dev-db/myodbc/myodbc-8.0.32.ebuild b/dev-db/myodbc/myodbc-8.0.32.ebuild index 942a50b491f7..e72b91f75f08 100644 --- a/dev-db/myodbc/myodbc-8.0.32.ebuild +++ b/dev-db/myodbc/myodbc-8.0.32.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="GPL-2" SLOT="${MAJOR}" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" RDEPEND=" dev-db/unixODBC[${MULTILIB_USEDEP}] diff --git a/dev-debug/bpftrace/bpftrace-0.21.2-r1.ebuild b/dev-debug/bpftrace/bpftrace-0.21.2-r1.ebuild index e7282b4c9d9a..2315cd2d56c9 100644 --- a/dev-debug/bpftrace/bpftrace-0.21.2-r1.ebuild +++ b/dev-debug/bpftrace/bpftrace-0.21.2-r1.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${MY_PV:-${PV}}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="lldb test" # lots of fixing needed diff --git a/media-libs/libsidplayfp/libsidplayfp-2.9.0.ebuild b/media-libs/libsidplayfp/libsidplayfp-2.9.0.ebuild index bc7c3460f07e..4eefc5282af5 100644 --- a/media-libs/libsidplayfp/libsidplayfp-2.9.0.ebuild +++ b/media-libs/libsidplayfp/libsidplayfp-2.9.0.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://downloads.sourceforge.net/sidplay-residfp/${PN}/$(ver_cut 1-2)/ LICENSE="GPL-2" SLOT="0/6" -KEYWORDS="~amd64 ~hppa ~riscv ~x86" +KEYWORDS="amd64 ~hppa ~riscv x86" IUSE="static-libs" src_prepare() { diff --git a/net-nntp/nzbget/nzbget-24.2.ebuild b/net-nntp/nzbget/nzbget-24.2.ebuild index 61ab9a26e4e2..cf239712567b 100644 --- a/net-nntp/nzbget/nzbget-24.2.ebuild +++ b/net-nntp/nzbget/nzbget-24.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nzbgetcom/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" IUSE="gnutls ncurses +parcheck ssl test zlib" RESTRICT="!test? ( test )" |