diff options
author | Sam James <sam@gentoo.org> | 2021-01-03 01:17:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-03 01:17:19 +0000 |
commit | e21788a3d2fce8a285b4032888ea5a58cfd01ad3 (patch) | |
tree | 12d6ce129cbb8830b6f6606ce06393618e4f5fc0 /dev-libs/libcec | |
parent | dev-libs/libplatform: Stabilize 2.1.0.1-r1 amd64, #762107 (diff) | |
download | gentoo-e21788a3d2fce8a285b4032888ea5a58cfd01ad3.tar.gz gentoo-e21788a3d2fce8a285b4032888ea5a58cfd01ad3.tar.bz2 gentoo-e21788a3d2fce8a285b4032888ea5a58cfd01ad3.zip |
dev-libs/libcec: Stabilize 6.0.2 amd64, #762107
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libcec')
-rw-r--r-- | dev-libs/libcec/libcec-6.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libcec/libcec-6.0.2.ebuild b/dev-libs/libcec/libcec-6.0.2.ebuild index 9ffaf6366ec5..b22be742212f 100644 --- a/dev-libs/libcec/libcec-6.0.2.ebuild +++ b/dev-libs/libcec/libcec-6.0.2.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 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/Pulse-Eight/${PN}/archive/${MY_P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="cubox exynos python raspberry-pi kernel-cec tools +xrandr udev" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |