diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-11 15:47:27 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-14 06:21:23 +0000 |
commit | 3478c1c2959aaee0bc7d8684532f462828eb5807 (patch) | |
tree | d898ab2acbdaf967bc8556c78e31a3b8482b142c /dev-util/buildbot-pkg | |
parent | package.mask: Last rite dev-python/future (diff) | |
download | gentoo-3478c1c2959aaee0bc7d8684532f462828eb5807.tar.gz gentoo-3478c1c2959aaee0bc7d8684532f462828eb5807.tar.bz2 gentoo-3478c1c2959aaee0bc7d8684532f462828eb5807.zip |
dev-util/buildbot*: reinstate ~riscv keywords dropped during update
dev-util/buildbot has a new dependency in 3.11 which is missing this
keyword. So dropping keywords here makes sense, and same with other
packages that depend on buildbot (master).
But not all buildbot* packages depend on buildbot (master), so there
wasn't really any reason to drop keywords there...
In particular, the worker has no particular reason to be excluded from
running on riscv and connecting to a master on amd64.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35699
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/buildbot-pkg')
-rw-r--r-- | dev-util/buildbot-pkg/buildbot-pkg-3.11.0.ebuild | 2 | ||||
-rw-r--r-- | dev-util/buildbot-pkg/buildbot-pkg-3.11.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/buildbot-pkg/buildbot-pkg-3.11.0.ebuild b/dev-util/buildbot-pkg/buildbot-pkg-3.11.0.ebuild index 35f5e4f31f26..28c0f198089a 100644 --- a/dev-util/buildbot-pkg/buildbot-pkg-3.11.0.ebuild +++ b/dev-util/buildbot-pkg/buildbot-pkg-3.11.0.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://buildbot.net/ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux" # No real integration tests for this pkg. # all tests are related to making releases and final checks for distribution diff --git a/dev-util/buildbot-pkg/buildbot-pkg-3.11.1.ebuild b/dev-util/buildbot-pkg/buildbot-pkg-3.11.1.ebuild index 35f5e4f31f26..28c0f198089a 100644 --- a/dev-util/buildbot-pkg/buildbot-pkg-3.11.1.ebuild +++ b/dev-util/buildbot-pkg/buildbot-pkg-3.11.1.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://buildbot.net/ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux" # No real integration tests for this pkg. # all tests are related to making releases and final checks for distribution |