commit: 4b174c9ca423d3bb2b32553bb31683583d6d6c1f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Apr 19 00:21:24 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Apr 19 00:21:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b174c9c
dev-embedded/libjaylink: Stabilize 0.2.0 amd64, #783930 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-embedded/libjaylink/libjaylink-0.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild index c532bb87780..55486785080 100644 --- a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild +++ b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -12,7 +12,7 @@ SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.b LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="static-libs" DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]"