diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2023-07-11 16:03:22 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2023-07-11 16:07:03 +0800 |
commit | 63326777a94be3a50dfd3a3e2f189dfc70c98967 (patch) | |
tree | 084019331256ae93745175e300b3c99754c95a74 /dev-embedded | |
parent | profiles/arch/loong: mask more known non-working GRUB_PLATFORMS choices (diff) | |
download | gentoo-63326777a94be3a50dfd3a3e2f189dfc70c98967.tar.gz gentoo-63326777a94be3a50dfd3a3e2f189dfc70c98967.tar.bz2 gentoo-63326777a94be3a50dfd3a3e2f189dfc70c98967.zip |
dev-embedded/libjaylink: keyword 0.3.1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/libjaylink/libjaylink-0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/libjaylink/libjaylink-0.3.1.ebuild b/dev-embedded/libjaylink/libjaylink-0.3.1.ebuild index acb1508d8178..efa49fe3dcb0 100644 --- a/dev-embedded/libjaylink/libjaylink-0.3.1.ebuild +++ b/dev-embedded/libjaylink/libjaylink-0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.b LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 arm ~riscv x86" +KEYWORDS="amd64 arm ~loong ~riscv x86" DEPEND="virtual/libusb:1" RDEPEND="${DEPEND}" |