diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-05-17 21:53:15 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-17 21:53:15 +0800 |
commit | bd1aad5ae683d6241b0e818523fa5438e6eeef0a (patch) | |
tree | 96be9ac4731e1cb8bded656922f35f0b69a5b796 /dev-python/subunit | |
parent | media-libs/netpbm: keyword 10.86.30 for ~loong (diff) | |
download | gentoo-bd1aad5ae683d6241b0e818523fa5438e6eeef0a.tar.gz gentoo-bd1aad5ae683d6241b0e818523fa5438e6eeef0a.tar.bz2 gentoo-bd1aad5ae683d6241b0e818523fa5438e6eeef0a.zip |
dev-python/subunit: keyword 1.4.0_p20210729 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-python/subunit')
-rw-r--r-- | dev-python/subunit/subunit-1.4.0_p20210729.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/subunit/subunit-1.4.0_p20210729.ebuild b/dev-python/subunit/subunit-1.4.0_p20210729.ebuild index 7260b54bee91..1360e973fd44 100644 --- a/dev-python/subunit/subunit-1.4.0_p20210729.ebuild +++ b/dev-python/subunit/subunit-1.4.0_p20210729.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ S="${WORKDIR}/${PN}-${MY_COMMIT}" LICENSE="Apache-2.0 BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="static-libs test" RESTRICT="!test? ( test )" |