diff options
author | Sam James <sam@gentoo.org> | 2024-09-13 05:12:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-13 05:12:17 +0100 |
commit | 7dc656b1275f6404606651c2d132a0170eb66c61 (patch) | |
tree | 63d12038704904b496e1df876e379264888c4e29 /dev-util/umockdev | |
parent | dev-ruby/sus-fixtures-async: Stabilize 0.1.3 x86, #935053 (diff) | |
download | gentoo-7dc656b1275f6404606651c2d132a0170eb66c61.tar.gz gentoo-7dc656b1275f6404606651c2d132a0170eb66c61.tar.bz2 gentoo-7dc656b1275f6404606651c2d132a0170eb66c61.zip |
dev-util/umockdev: Stabilize 0.18.3 amd64, #935496
Signed-off-by: Sam James <sam@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 2519dbb8d7f4..0e726e29a308 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 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" + KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" fi DESCRIPTION="Mock hardware devices for creating unit tests" |