diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-06-11 05:37:39 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-06-11 05:37:39 +0000 |
commit | 8232764f7d5948eb670b551e775f180d386094b7 (patch) | |
tree | 53c1368a1bd912f44fc87e220d17a5f74ec25448 | |
parent | 2024-06-11 05:21:19 UTC (diff) | |
parent | dev-lang/go: Stabilize 1.22.4 arm64, #934026 (diff) | |
download | gentoo-8232764f7d5948eb670b551e775f180d386094b7.tar.gz gentoo-8232764f7d5948eb670b551e775f180d386094b7.tar.bz2 gentoo-8232764f7d5948eb670b551e775f180d386094b7.zip |
Merge updates from master
-rw-r--r-- | dev-erlang/luerl/luerl-1.2.ebuild | 2 | ||||
-rw-r--r-- | dev-erlang/meck/meck-0.9.2.ebuild | 2 | ||||
-rw-r--r-- | dev-erlang/proper/proper-1.4.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/go/go-1.21.11.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/go/go-1.22.4.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/dev-erlang/luerl/luerl-1.2.ebuild b/dev-erlang/luerl/luerl-1.2.ebuild index cf8d599655bb..7fc234575ea9 100644 --- a/dev-erlang/luerl/luerl-1.2.ebuild +++ b/dev-erlang/luerl/luerl-1.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rvirding/${PN}/archive/v${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}" diff --git a/dev-erlang/meck/meck-0.9.2.ebuild b/dev-erlang/meck/meck-0.9.2.ebuild index 5bb73293dd9a..0d9cb9c1639f 100644 --- a/dev-erlang/meck/meck-0.9.2.ebuild +++ b/dev-erlang/meck/meck-0.9.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/eproxus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}" diff --git a/dev-erlang/proper/proper-1.4.ebuild b/dev-erlang/proper/proper-1.4.ebuild index 7ad21a4c9b36..620b0dfd9f8a 100644 --- a/dev-erlang/proper/proper-1.4.ebuild +++ b/dev-erlang/proper/proper-1.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/proper-testing/proper/archive/v${PV}.tar.gz LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~arm ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc x86" DEPEND=">=dev-lang/erlang-17.1:=" RDEPEND="${DEPEND}" diff --git a/dev-lang/go/go-1.21.11.ebuild b/dev-lang/go/go-1.21.11.ebuild index 6060e4160e11..237c20858e22 100644 --- a/dev-lang/go/go-1.21.11.ebuild +++ b/dev-lang/go/go-1.21.11.ebuild @@ -23,7 +23,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* ~amd64 ~arm arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" ;; esac esac diff --git a/dev-lang/go/go-1.22.4.ebuild b/dev-lang/go/go-1.22.4.ebuild index fc36a2d33ae9..be6466528005 100644 --- a/dev-lang/go/go-1.22.4.ebuild +++ b/dev-lang/go/go-1.22.4.ebuild @@ -23,7 +23,7 @@ case ${PV} in case ${PV} in *_beta*|*_rc*) ;; *) - KEYWORDS="-* ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* ~amd64 ~arm arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" ;; esac esac |