diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-04 21:44:14 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-04 21:44:14 +0300 |
commit | 602e909d68437be9ed57f261f6f84dccb5ef3a87 (patch) | |
tree | f4a91ff46494657cdef71b863b4f1907a5956786 /dev-util/umockdev | |
parent | dev-util/bpftool: Stabilize 6.9.2 arm, #935497 (diff) | |
download | gentoo-602e909d68437be9ed57f261f6f84dccb5ef3a87.tar.gz gentoo-602e909d68437be9ed57f261f6f84dccb5ef3a87.tar.bz2 gentoo-602e909d68437be9ed57f261f6f84dccb5ef3a87.zip |
dev-util/umockdev: Stabilize 0.18.3 arm64, #935496
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/umockdev')
-rw-r--r-- | dev-util/umockdev/umockdev-0.18.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/umockdev/umockdev-0.18.3.ebuild b/dev-util/umockdev/umockdev-0.18.3.ebuild index c032e0519a4d..979689d80877 100644 --- a/dev-util/umockdev/umockdev-0.18.3.ebuild +++ b/dev-util/umockdev/umockdev-0.18.3.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/martinpitt/umockdev/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi DESCRIPTION="Mock hardware devices for creating unit tests" |